Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there an library for the iPhone using the new Facebook Graph API yet?

share|improve this question

5 Answers

up vote 5 down vote accepted

This library is great: http://www.capturetheconversation.com/technology/iphone-facebook-oauth-2-0-and-the-graph-api-a-tutorial-part-2

I am using it with great success in a current iPad project.

Update: Author just posted code to github: http://github.com/reallylongaddress/iPhone-Facebook-Graph-API

Update: Please check https://github.com/reallylongaddress/iPhone-Facebook-Graph-API/issues/4 if you find post to FB crashing while using code

share|improve this answer

Not that I have seen and trying to write something myself has been without success. I am VERY disappointed with Facebook and there lack of support in this area especially since they want developers to move over to the API, however iPhone developers are SOL at the moment which is a shame since using their current SDK is a pain in the ass with all of their callbacks and delegates. It is not very clean at all.

share|improve this answer
Here is my blog about a solution: blog.corywiles.com/… – Cory D. Wiles May 5 '10 at 3:38
Cory, how is the user logging in? Or is that provided with your "quick web app"? – Tim A May 6 '10 at 23:21
That is provided by the quick webapp. The first request is made to: graph.facebook.com/oauth/… Once that request has been made then the user will login to fb @ fb and then will be redirect to your callback url with an access_token provided by fb which your app will use to make requests on the user's behalf. – Cory D. Wiles May 7 '10 at 2:44
Hi Tim, I think the given link should help you.. http://www.iphonedevsdk.com/forum/iphone-sdk-development/47838-bamboo-iphone-library-facebook-graph-api.html
share|improve this answer
Direct link to the library is github.com/ryanscott/bamboo Still uses the old Facebook API for login which is kind of lame. Perhaps they'll get around to changing that. – Tim A May 24 '10 at 15:54
trust me, I want nothing more than to not use the old, lame Facebook API for anything...it was just the easiest and most direct way to add login support at the time. I'm all ears if anyone has a better way. – ryan.scott May 31 '10 at 17:45
And, to be clear, Bamboo is using the graph auth scheme, it's just borrowing the UI from Facebook Connect. – ryan.scott May 31 '10 at 18:00

FB Graph API SDK for iPhone is rumored to be released during WWDC. Android SDK is already officially announced (but not released, yet).

share|improve this answer
Didn't Android come out yesterday? Or was that the announcement only? – Tim A May 28 '10 at 15:57

Facebook graph Api check out this link

it works without any problem.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.