Is there a way to get and set the new cover photo on the Facebook timeline profile via the API?
|
|
|
There“s no API support for changing user profile cover, but you can upload a photo and then redirect user to: http://www.facebook.com/profile.php?preview_cover=PHOTO_ID |
||||
|
|
You can get the picture via the regular photo APIs (it's in the 'Cover Photos' album) and also in the There's no API to set the User cover photo and i'm not aware of any plans to add one. Pages' cover photos can be edited using the API - see the Pages API documentation for more information - you make a POST request to |
||||
|
|
|
There is an api for updating the cover photo on a page http://developers.facebook.com/docs/reference/api/page/ It asks for a photo id which i guess is the id of a photo from the users album. I am trying to update the photo, though think that first need to update that photo in album to retreive the photo id |
|||||
|
you can test it here FACEBOOK COVERS |
||||
|
|