Tim A
Tim A

Reputation: 43

iPhone Facebook Graph API library

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

Upvotes: 4

Views: 7058

Answers (3)

davidseth
davidseth

Reputation: 291

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

Upvotes: 5

znq
znq

Reputation: 44973

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

Upvotes: 0

Cory D. Wiles
Cory D. Wiles

Reputation: 556

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.

Upvotes: 0

Related Questions