What is actually the advantage/disadvantage of each method? I’ve used the graph API before and it seems that it can do anything I want in Facebook.
What is actually the advantage/disadvantage of each method? I’ve used the graph API before
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You seem to confuse SDK and API. API is an interface to a service that programmers can use. SDK is a library that uses this API. Facebook iOS SDK is a new version of the Facebook SDK that uses the Graph API and also allows you to call the older REST API.
An SDK does not have to implement all of an API. And the Graph API in this case does not support all the things that the older REST API supported, like video upload. Hope that helps a bit.