How to share an image from an iPhone application to facebook?
I am greatly appreciative of any guide or help.
|
How to share an image from an iPhone application to facebook? I am greatly appreciative of any guide or help. |
|||||
|
|
There is a Ray Wenderlech tutorial on how to use the new Facebook graph API. http://www.raywenderlich.com/1488/how-to-use-facebooks-new-graph-api-from-your-iphone-app Now once you have got the user giving you persmission, in your case it would be publish_stream. You can call the graph API with the parameters to post a photo on the wall. You will need to dig into the developers help guide to find accurately the Graph api which meets your requirement. You will have to then use the accesstoken got from the first step to make the subsequent calls. |
|||||||||||
|
|
You always HAVE to open the Facebook app first (or a WebView in case the App is not installed) to get a login token. Try using BMSocialShare which is a simple lib I wrote. It helps you sharing images and normal posts to Facebook, Twitter or Email. It let's you upload some local image (and even open a dialog for the user to add a comment) to the user's wall:
or do something more enhanced:
|
|||||||
|
|
first , you need to get permission for publish_stream , otherwise photo share won't show at wall or in album automatically for detail , you can refer to http://chings228.wordpress.com/2012/04/06/facebook-ios-login-part-3/ |
|||
|
|