Has Facebook published any api for facebook cover? I want to implement it using the PHP language.
EDIT
I want to upload cover art to facebook timeline using php api chart
In fact, it is not possible to change the profile image directly through the Facebook Photo Graph API, since there is no mention of it in it.
However, we can do the trick by uploading the user's photo to Facebook via the API, and then redirect the user to the downloaded URL of the photo with 1 querystring added in the parameter, as shown below:
http://www.facebook.com/photo.php?pid=xyz&id=abc&makeprofile=1
"& makeprofile = 1" - , xyz/abc Facebook. , Facebook .
: http://4rapiddev.com/facebook-graph-api/php-change-facebook-profile-picture-with-graph-api/
api
, , , .
api. URL
"http://www.facebook.com/profile.php?preview_cover=" + photo_id
, / facebook , ( , ). , api, asfaik.