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.

I would like to ask how can I automatically change facebook cover photo? I know it's possible, but I don't know how to do it. Any ideas, tips or tricks?

Thank you!

examples: https://www.facebook.com/zaraguza or https://www.facebook.com/adbeedigital (likes)

share|improve this question

2 Answers

up vote 1 down vote accepted

You can set a cover photo for a Page by issuing an HTTP POST to /PAGE_ID with a Page Access Token.

with following parameters :

cover --- The ID of the photo

offset_y --- The percentage offset from top (0-100). The default value is 50

no_feed_story --- The flag indicating whether or not to create a story. The default value is false

checkout this link ( under Setting a Cover Photo ) for more details.

share|improve this answer
Is it still possible? Is the access_token remain forever? – You Can Do It Apr 4 at 15:58

i have see the facebook page you gave, but i dont see any changing in there. Alaways static

share|improve this answer
facebook.com/adbeedigital Like the page, wait few second(minutes max). F5 – Vladimír Volek Jan 3 at 1:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.