Question

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.

Was it helpful?

Solution

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.

 You
----------------------
 Various SDKs
----------------------
 REST API | Graph API
----------------------
 Facebook internals

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top