Search code examples
androidiosfacebookfacebook-graph-apifacebook-sdk-4.0

How do we know which graph api version we are using from the SDK


Once in a while, we get this email from Facebook about a graph API is about to be deprecated.

We are using both the iOS SDK and Android SDK in our apps.

I know the SDK use the graph API internally, but I find it tricky to tell which version of the graph API we are using from the SDK.

Is there a way to tell which graph API version we are using given the SDK version number?


Solution

  • I think this can help you, because in this changelog it is written that in which SDK version which GRAPH API version was used.