I've read up some old questions about Facebook Graph API and iOS SDK... But I have a 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...
|
I've read up some old questions about Facebook Graph API and iOS SDK... But I have a 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... |
||||
|
|
|
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. |
|||||||||
|