5

I have some problem with the Facebook API 2.4. By default FB creates new app with the 2.4 version. Is there a way to create an app using the API 2.3?

I just need a time to fix my sw for new version.

Thank you

J.R.
  • 2,335
  • 2
  • 19
  • 21

1 Answers1

7

No, a new App will only be able to use the latest/current API version, you can´t switch to an older one. If you really need to use something that is deprecated, you will have to use an App created before v2.4 was introduced.

andyrandy
  • 72,880
  • 8
  • 113
  • 130
  • Why didn't I create an app before :( – Kashif Nazar Sep 03 '16 at 06:05
  • you should not build something on a deprecated api anyway ;) – andyrandy Sep 03 '16 at 06:18
  • Facebook removed access to user groups after v2.3. Now it only allows access to user-managed groups. I, however, need to access all user groups for my app to work. Do you know of any way around this and why Facebook would remove that? I can still generate an access token for v2.3, but it only lasts a few minutes and it needs to be associated with an app for it to be extended. – FLOWMEEN Jan 18 '17 at 03:42