是否可以通过 FBML 或 FB PHP SDK 将图像设置为用户个人资料图片?
我正在阅读 Facebook API,并且正在谷歌搜索一种能够将图像设置为个人资料图片的方法或函数。
我需要知道这样的事情是否可能。
在旧的 REST Api 中,您会发现一条注释,无法将图片上传到用户个人资料相册中。但是..我的交易需要这一步吗?
我想知道我必须采用哪些方法/函数和/或如何编码的建议。
(应用程序的简单工作流程:用户访问 Facebook 应用程序,用户单击按钮,用户收到允许操作的请求警报,用户获得操纵的图片作为自己的个人资料图片)
提前致谢 克里斯
I am reading the Facebook API and I am google'ing for a method or function to be able to set an image as profile picture.
I need to know if something like this is possible at all.
In the old REST Api you find a note, that it isn't possible to upload a picture into the users profile pic album. But.. is this step required for my transaction?
I would like to know which methods/function I have to take and/or an advice how to code.
(trivial workflow of app: user visits fb-app, user clicks on button, user gets an request-alert to allow action, user gets manipulated picture as own profile picture)
thanks in advance
chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,但不可能。如果您查看此处:
http://developers.facebook.com/docs/api
在“发布”部分,即使您可以将照片上传到相册,
/PROFILE_ID/picture
也是不可写的。Sorry, but not is possible. If you take a look here:
http://developers.facebook.com/docs/api
At the "Publishing" section the
/PROFILE_ID/picture
is not writable even if you can upload a photo to an album.