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.

How can I use the Facebook open graph to access the timeline cover photo?

share|improve this question

1 Answer

up vote 2 down vote accepted

There's no definitive way to read the user's current Cover photo but an acceptable workaround might be to access the user's photo albums and take the newest photo from the Cover Photos album

share|improve this answer
Hey lgy, Can you plz explain this a lil more..i didn't get it..Can't we change or upload the coverphoto progamtically? (using open graph APIs),i want to do this in an iPhone app. – Naina Soni May 11 '12 at 7:22
You can't change the cover photo via the API, and when i posted that answer there also wasn't any explicit way to read the cover photo; you had to read the user's photo albums and find the 'Cover Photos' album and take the most recent entry. Now you can access the cover photo at /USER_ID/?fields=cover – Igy May 11 '12 at 14:17

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.