views:

708

answers:

4

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

A: 

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.

Cory Wiles
Here is my blog about a solution: http://blog.corywiles.com/facebook-graph-api-with-a-native-iphone-appli
Cory Wiles
Cory, how is the user logging in? Or is that provided with your "quick web app"?
Tim A
Cory Wiles
A: 
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
Sathish
Direct link to the library is http://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
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
And, to be clear, Bamboo is using the graph auth scheme, it's just borrowing the UI from Facebook Connect.
ryan.scott
A: 

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

znq
Didn't Android come out yesterday? Or was that the announcement only?
Tim A
A: 

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

davidseth