Is it possible to get and to change the new porfile cover (mine or my friends' profil cover) with the sdk php or JS ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
It is possible to get the Facebook's user cover image using the Graph API. You have to add 'fields=cover' to the user request. The response is an array of fields id, source, and offset_y. You need an access token for this. You cannot update the cover photo using the API, only retrieve it.
|
||||
|
|
It's still not possible with the current APIs exposed by Facebook. |
|||
|
user_id/picturemethod likeuser_id/picture?type=coveror creating a new oneuser_id/cover. Anyway, I don't think you'll be able to change it programatically. – ifaour Sep 26 '11 at 10:48