Post on friend's wall from october 2013 onwards - ios

I am developing an iOS and android app in which I have to give a functionality to user so as he can post on my App's wall from their account. I have found in Facebook developers forum that this functionality has been removed.
Can anyone please suggest me how to achieve the same anyhow.
Please provide a link if possible.
Thanks In Advance :)

Apps don't have a 'wall' since February of 2013 or so - your app can have a Page, but there's nothing special about that page or how users can write posts on the page's timeline via the API - it's just the normal documentation for posting to /<page>/feed on behalf of your app's users

Related

Allow users of my web app to post to their personal facebook page

I have read a lot about allowing users to log into my rails app via facebook omniauth, though I would like users, having loggeed in, to be able to post a to their own personal wall by simply clicking a button in my app. Is this possible? I'm not very new to rails but have never integrated facebook functionality and am very new to working with omniauth. I'm not looking for someone to spell out the specifics...just point me in the right direction! Thanks
According to Facebook documentation here and here, publishing a post to user's wall on behalf of the subject user is not allowed. Instead of this, they encourage the sharing ability.
I hope this is helpful.

Existing Facebook API permissions not working

As of last Saturday we started having problems with our Facebook API permissions on an existing app, which allows the user to upload photos taken through our app to their personal Facebook pages. A message appeared on the Login permissions screen that said our app may break after April 30, 2015, and that some permissions below have not been approved for use by Facebook. But it still allowed the user to post a photo to their page. However the next time someone logged into Facebook to upload a photo [taken through our app] the login screen said 'This does not let the app post to Facebook', and the photo did not appear. Since then we have also had the odd instance where another screen appears, which says the app will break after April 30, 2015 but it does not let the photo upload. We are in the process of updating the code for the updated FB API permissions, however as this takes time, we would appreciate any assistance anyone can offer to help us get our current permissions working again in the interim. Can anyone help?
if you are using the api v1.0 it will available until April 30, 2015 .. https://developers.facebook.com/docs/apps/changelog
My advice to you is to update your app and use and read the latest version of facebook api because there are lot of changes.

Is there a way to post the images on google+ wall using my ios app?

I have checked the API but it allows to post the URL not the image?
From what I've read on the internet the Google+ API (https://developers.google.com/+/mobile/ios/) currently does not allow for an upload like that.
Instead some people have been using the Picasa Web SDK (https://developers.google.com/picasa-web/) since it is what powers Google+'s images.
Currently, it is not possible to write to a user's Stream in any form. However, you can make this feature request in our Issue Tracker, which you can find at https://developers.google.com/+/support.
Edit: Google+ History was deprecated on February 26, 2013
Checkout the Google+ History developer preview.
The History API allows you to record different types (docs) of user interactions.
For now these interactions only show up in the History tab (along with all other Google activities for that account). From there the user is able to share to it's timeline.
This is a developer preview, and it's probably not a good idea to go live with an app that uses this. But it gives you the opportunity to start developing for the future. I can imagine a user has a future option to autopost certain types of history to it's timeline.

Facebook Comment integration iOS

Does anyone has already succeeded integrating facebook comments in iOS ?
I am making an app for a blog and I simply want to integrate facebook comment
I tried the UIWebView way, but it doesn't show anything in iOS 6. I tried a lot of thing to make it work, but I stopped when I saw that it doesn't show up in the web view of the twitter app.
I also tried to integrate the SDK, although it's impossible to publish comment (error from the api), I tried at least to retrieve all the comment attached to an URL, but as it's not possible to join table in FQL, I would have to,for each comment, retrieve informations about the user that has posted the comment... Silly !!
Am I the only one Facebook cursed ?
I have not been able to do this either so at least two of us are cursed. It would be great if facebook allowed you to use the facebook comment box to comment on facebook posts. I for one do not find working with the facebook API documentation very helpful.

How to Post to twitter wall from my website

I'm building an application where users post their tips on various topics on my website.
While posting their tips - I've recently implemented the option where they can post that tip to their facebook wall as well.
They simply check the box - saying "Post to Facebook" and then the facebook pop-up opens up where they login and publish the tip to their facebook wall.
Now I want to add the new functionality where they can post it to their twitter feed as well directly from my website.
Are there any tutorials that show how to implement this.
Thanks
The first place to look for all things Twitter-API related: the Twitter API Wiki. Also take a look at the Twitter Dev Portal.

Resources