Reputation: 2489
I want to use facebook api in my iphone application. I know that we can post to walls with facebook api but i have no idea about other features like :-
get friends information etc.
So can anybody give me details about all the things we can or cannot do with facebook api ?
Upvotes: 0
Views: 1370
Reputation: 11
Check out the Facebook-ios-sdk. The top level readme gives a good overview of the features.
https://github.com/facebook/facebook-ios-sdk
Upvotes: 1
Reputation: 385
Here is a non-Facebook.com explanation of what the API can do:
http://en.wikipedia.org/wiki/Facebook_Platform
Upvotes: 1