有没有办法在 Facebook 中获取用户个人资料的所有公开相册?例如,如果我在这样的 URL 中使用我的应用程序 *access_token*:
https://graph.facebook.com/USER_ID/albums?access_token=MY_APP_ACCESS_TOKEN
我收到此错误:
{
"error":
{
"message": "A user access token is required to request this resource.",
"type": "OAuthException",
"code": 102
}
}
为什么?它是正确的语法吗?
解决了这个问题后,我该如何在 Objective-C 中做到这一点?先感谢您