问题描述
我想使用facebook api 1.0。可以直接在代码中提到它的版本,例如在 facebook-> api()
调用中?或给我一个下载链接。我搜索它的下载链接,但我找不到它。
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.
我想使用v1.0,因为有一些v2.0不支持,像read_requests权限获取用户的朋友请求,或者如果有办法在v2.0中获得朋友请求,请在您的答案中提及。
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.
推荐答案
由于页面指的是你可能不幸运:
As the Platform Versioning page refers to, you are probably out of luck:
如果您的应用程式是在发布之前创建的的v2.0 [2014年4月30日]
,而v1.0可用,那么它将能够拨打V1.0直到该版本的到期日 [2015年4月30日]
。
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]
.
编辑: As ,在4/30/2014之前存在的应用程序可以使用v1.0的API。根据 f8开发博客文章 on 4/30/2014:
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:
这篇关于如何使用facebook api版本1.0而不是2.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!