我已经阅读了文档,但我不明白如何获取新代码,我这样做是为了获取一个令牌来读取我是管理员的网站的提要:
https://graph.facebook.com/oauth/access_token?client_id= " + sClientID + "&client_secret=" + sSecret + "&redirect_uri=" + sRedirectURI + "&code=" + sCode;
接着:
" https://graph.facebook.com/ " + sUser + "/accounts?" + 代币;获取饲料。
它告诉我:
{
"error": {
"message": "This authorization code has been used.",
"type": "OAuthException",
"code": 100
}
}
我知道我需要一个新的授权码,但在文档中找不到要调用的方法。或者,是否有其他方法可以获取此提要?