PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, June 29, 2022

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

 June 29, 2022     android, facebook, facebook-graph-api, facebook-sdk-4.0, ios     No comments   

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.

  • https://developers.facebook.com/docs/ios/graph
  • https://developers.facebook.com/docs/android

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing