Facebook 照片权限无法授予对照片的访问权限

发布于 2024-11-04 00:36:12 字数 365 浏览 2 评论 0原文

我创建了一个 Facebook 应用程序,如果它的用户接受,应该向该应用程序及其相册提供访问令牌。网站访问信息已在应用程序中获得授权。

(是的,我尝试从中获取照片的用户已接受并允许该应用程序)

但是它不起作用,它只是返回任何内容。

https://graph.facebook.com/10100188540131028/photos?access_token=(access_token_here)

{
   "data": [

   ]
}

该应用程序请求基本信息和用户照片的权限。

我在这里错过了什么吗?我唯一可以访问的照片位于公共“页面”上。 (我可以在没有应用程序的情况下做到这一点)

I have created a facebook app that if users of it accept should give the app and its access token to their photo albums. The website access the info from is authorized in the app.

(Yes the users im trying to get photos from have accepted and allowed the app)

However it doesn't work, it just returns nothing.

https://graph.facebook.com/10100188540131028/photos?access_token=(access_token_here)

{
   "data": [

   ]
}

The app requests permissions for basic info and user_photos.

Am i missing something here? The only photos i can access are on public "pages". (which i can do without the app)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

巾帼英雄 2024-11-11 00:36:12

此错误通常是由于令牌不正确造成的,请仔细检查。

This error is usally due to incorrect token, double check it.

幸福还没到 2024-11-11 00:36:12

非常感谢,它可以

在访问令牌时为“范围”参数设置 user_photos 权限。

登录页面

https://www.facebook.com/dialog/oauth?client_id='123'&scope=read_stream,user_photos

Thanks a lot it Works

Set user_photos permission for the 'scope' parameter while accessing token.

login page

https://www.facebook.com/dialog/oauth?client_id='123'&scope=read_stream,user_photos
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文