Issue
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.
- versions >= 5: https://github.com/facebook/facebook-android-sdk/blob/master/CHANGELOG.md
- versions <5: https://developers.facebook.com/docs/android/change-log-4x
Answered By - Aniruddh Agarwal Answer Checked By - David Goodson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.