How to use facebook api version 1.0 instead of 2.0

2019-08-02 14:47发布

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条回答
Bombasti
2楼-- · 2019-08-02 15:02

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).

查看更多
登录 后发表回答