How to update / update Facebook API version?

How to update or update the Graph API from version 2.1 to 2.5?

  • The latest version of the API for Facebook charts is v2.5.
  • Appendix A uses the Graph API v2.1. This application has some login error which prevents my application from logging in with FB credentials.
  • Another application uses v2.4, and it allows you to log in without problems.

So, I was thinking about updating / updating my APAPAPI application to v2.4 or 2.5. However, their official document does not specifically indicate how to update it, but simply a call method.

Software

  • Unity ver: 4.6.9 f1
  • Facebook Unity SDK 6.2.2
  • iOS SDK 3.2.0
+6
source share
1 answer

If you upgrade to the latest version of the iOS SDK, you also (by default) use the latest version of the Graph API (at the time the SDK is released). The latest version in the SDK 3.x branch uses v2.2. I would suggest switching to the SDK 4.x branch to use the latest features.

See also Platform Update Guide for all changes and how they work.

+1
source

All Articles