因此,在 Facebook Graph Api 中,此链接有效:
https://graph.facebook.com/483520791669390/attending
但是当我将它粘贴到浏览器中时出现此错误
"message": "An access token is required to request this resource.",
"type": "OAuthException",
Why?
因此,在 Facebook Graph Api 中,此链接有效:
https://graph.facebook.com/483520791669390/attending
但是当我将它粘贴到浏览器中时出现此错误
"message": "An access token is required to request this resource.",
"type": "OAuthException",
Why?
您需要一个有效的访问令牌,它可以在 Facebook Explorer 中使用,因为那里提供了一个令牌。
任何有效的 access_token、user_events 或 friends_events
是的,你需要一个访问令牌来做这些事情。
将网址编辑为https://graph.facebook.com/483520791669390/attending?access_token=YOUR_ACCESS_TOKEN