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?
|
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? |
|||
|
|
|
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. |
|||
|
|
|
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. |
|||
|
|
|
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. |
|||
|
|