skip to Main Content

There are certain API rate limits applied on Facebook v2.7 onwards. Is there anyway I can revert back to v2.6?

2

Answers


  1. You can’t use a deprecated API. There is no way you can use API v2.6 now.
    The only possible way would be to get an old app that was created using API v2.6.

    Login or Signup to reply.
  2. No you can’t use an older version. You have to use the latest version.

    You can find this on the facebook for developers website

    An app can make calls to the version of the API that was the latest
    available when the app was created, as well as any newer,
    un-deprecated versions launched after the app is created.

    As an example, if your app was created after v2.0 was released, it
    will be able to make calls to v2.0 until the expiration date of that
    version, and any subsequent versions (v2.1 etc) until their expiration
    dates.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search