我想使用Graph API搜索用户(通过他们的名字或用户名)。 我有一个访问令牌作为一个应用程序。 我可以使用App访问令牌来搜索用户吗? 我需要的结果是这样的: https://graph.facebook.com/search?q=mark&type=user&access_token=xxxxxx
答案 0 :(得分:1)
我尝试使用app访问令牌并且错误是
{
"error": {
"message": "A user access token is required to request this resource.",
"type": "OAuthException",
"code": 102
}
}
所以不,你必须使用用户访问令牌来搜索用户