本文介绍了上传封面(PHP)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
任何人都知道如何上传档案封面?不是专辑封面,而是新时间表的封面封面?任何帮助都是值得赞赏的。 可能Facebook将在未来推出一个特定的API,但到目前为止唯一方式是通过照片API上传照片,然后要求用户选择它作为他的封面...要上传照片,请使用HTTP POST到)
Anybody know how to upload a profile cover? Not a Album cover but a profile cover for the new timeline? Any help is much appreciated.
解决方案
Maybe Facebook will roll out a specific API for that in the future, but so far the only way is to upload the photo via the photo API and then ask the user to choose it as his cover...
To upload a photo use a HTTP POST to https://graph.facebook.com/ALBUM_ID/photos (as seen on http://developers.facebook.com/docs/reference/api/)
这篇关于上传封面(PHP)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!