我使用图形 API 获取用户的朋友列表,直到昨天它工作正常。现在我在尝试获取朋友列表时收到以下错误:
{
"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException",
"code": 2500
}
}
不过accessToken
没有过期。api有什么变化还是我做错了什么,导致这个错误?