Flex 应用程序中图像的 Facebook 权限
我正在开发一个 Facebook 应用程序,我必须在我的项目中使用它来从用户帐户中获取图像,
现在一切正常,我可以登录了,这个窗口第一次出现请求权限(允许),但它只要求“访问我的基本信息”
我想问你,如何让它访问“访问我的照片和视频”,因为当应用程序请求第二个许可时,那么只有我才能将某人的帐户中的图像提取到我的 Flex 应用程序中。
如果您的任何人开发了相同的应用程序,那么请将项目档案邮寄给我,因为我的项目即将交付,而这件事正在阻止它
提前感谢
Ankur
I am developing one facebook application, which i hav to use in my project to fetch images from user's account,
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查这个 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 ??