How to use facebook api version 1.0 instead of 2.0

本小妞迷上赌 提交于 2019-12-13 18:37:33

问题


I want to use facebook api 1.0. Is it possible to mention its version directly in the code, like in facebook->api() call? or give me a download link for it. I searched for its download link but i couldnt find it.

I want to use v1.0 because there is something which v2.0 is not supporting, like read_requests permissions to get user's friend requests or if there is way to get friend requests in v2.0 please mention it in your answer.


回答1:


i created my app some 12 days ago.

As the Platform Versioning page refers to, you are probably out of luck:

Can my app make calls to versions older than the current version?

If your app was created before the launch of v2.0 [April 30, 2014], while v1.0 was available, then it will be able to make calls to v1.0 until the expiration date of that version [April 30, 2015].

EDIT: As WizKid mentions, apps that existed before 4/30/2014 can use v1.0 of the API. According to the f8 dev blog post on 4/30/2014:

...existing apps have a full year to upgrade (April 30, 2015).



来源:https://stackoverflow.com/questions/24686487/how-to-use-facebook-api-version-1-0-instead-of-2-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!