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.

Facebook today released a new design for Events page (http://allfacebook.com/testing-new-layout-for-events_b111326)

There's any way to access to the cover url and also create it using Graph API?

share|improve this question

3 Answers

Yes, Facebook added 'cover' to the event field. You can easily test it in the Graph API explorer. From what I have checked, it won't always return the link to the cover image location (even when the event has a cover photo. And sometimes it won't return the regular 'picture' of the event as well (for event with cover photo and for event without cover photo. It seems that it is still under testing.

share|improve this answer

This's official bug: https://developers.facebook.com/bugs/214434155366227

They will be providing a fix to allow cover images to be returned in the new events format. Stay tuned.

share|improve this answer

You can add cover photo using graph api. 'cover_url' is the field. You can fetch cover photo using 'cover' field. 'picture' field returns cropped profile pic version of cover photo to be compatible with old apps.

share|improve this answer

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.