Flex 应用程序中图像的 Facebook 权限

发布于 2024-10-17 15:54:15 字数 347 浏览 2 评论 0原文

我正在开发一个 Facebook 应用程序,我必须在我的项目中使用它来从用户帐户中获取图像,

在此处输入图像描述

现在一切正常,我可以登录了,这个窗口第一次出现请求权限(允许),但它只要求“访问我的基本信息”

我想问你,如何让它访问“访问我的照片和视频”,因为当应用程序请求第二个许可时,那么只有我才能将某人的帐户中的图像提取到我的 Flex 应用程序中。

如果您的任何人开发了相同的应用程序,那么请将项目档案邮寄给我,因为我的项目即将交付,而这件事正在阻止它

提前感谢

Ankur

I am developing one facebook application, which i hav to use in my project to fetch images from user's account,

enter image description here

Now everything is working fine, i am able to login, this window comes for the first time to asking for permission (allow), but it's only asking for "Access my basic information"

I want to ask u , how to make it access "Access my photos and videos", coz when the application will ask for this second permission, then only i'll b able to fetch the images from someone's account in to my flex application

If any one for you has devloped the same application , so please mail me the project archive, coz ma project is about to deliver, and this thing is stopping it

Thanx in advance

Ankur

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

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

发布评论

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

评论(1

左岸枫 2024-10-24 15:54:15

检查这个 http://developers.facebook.com/docs/authentication/permissions ,基本上您需要在权限数组中添加 user_photos 并将其传递给请求,顺便说一句,您在后端使用什么? php ??

check this http://developers.facebook.com/docs/authentication/permissions , basically you will need to add user_photos in your permission array and pass it to the request, btw what are you using at your backend ?? php ??

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文