gpt4 book ai didi

c# - Facebook 图形 API :/me OAuthException (c#)

转载 作者:太空宇宙 更新时间:2023-11-03 11:36:33 24 4
gpt4 key购买 nike

var json = new WebClient().DownloadString("https://graph.facebook.com/me?access_token=" + app.AccessToken);

当我从图形 API 获取其他内容时,我的访问 token 有效。但是当我尝试获取有关当前用户的信息时,我得到了错误消息:

{
"error": {
"type": "OAuthException",
"message": "An active access token must be used to query information about the current user."
}
}

用户已在页面上连接到我的应用程序。我错过了什么?我只需要他的用户 ID。谢谢

最佳答案

访问 token 过期。您需要确保您拥有的访问 token 有效。查看https://developers.facebook.com/blog/post/500 .

关于c# - Facebook 图形 API :/me OAuthException (c#),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6096576/

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