我试图获取用户的 facebook 好友列表,但是当我尝试使用此代码时,我收到如下错误:
我通过这个链接尝试:
https://graph.facebook.com/me/friends?access_token=APP_ACCESS_TOKEN
{
"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException",
"code": 2500
}
}
我必须做些什么来解决这个问题并获取他们的朋友列表?
谢谢,