gpt4 book ai didi

android - 使用 Facebook Graph API 2.3 获取好友请求

转载 作者:行者123 更新时间:2023-11-30 02:12:07 27 4
gpt4 key购买 nike

我已经将我的 Android Facebook SDK 更新到 2.3,我不能再使用 FQL 请求了。

如何通过 Facebook Graph API 请求获取我的“friendsrequests”?

我有什么解决方案?

谢谢你的帮助

最佳答案

更新的答案

这是**已弃用**,你不能再得到它了

Documentation/me/friendrequests 在 Graph API 1.0 之后被删除

This document refers to a feature that was removed after Graph API v1.0.

/* make the API call */ 
new Request(
session,
"/me/friendrequests",
null,
HttpMethod.GET,
new Request.Callback() {
public void onCompleted(Response response) {
/* handle the result */
}
} ).executeAsync();

Permissions

A user access token with read_requests permission is required to view the current person's received friend requests.

图浏览器说

{
"error": {
"message": "(#12) friend requests is deprecated for versions v2.0 and higher",
"type": "OAuthException",
"code": 12
}
}

关于android - 使用 Facebook Graph API 2.3 获取好友请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29946509/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com