How to upload a picture for an event using the Facebook Graph API?

Posted by Thorarin on Stack Overflow See other posts from Stack Overflow or by Thorarin
Published on 2010-05-12T18:05:31Z Indexed on 2010/05/21 5:50 UTC
Read the original article Hit count: 258

Filed under:
|

I would like to know how to add a picture to an event using the Facebook Graph API. I have seen this question and tried some variations on that theme, without any success. The official documentation doesn't seem to make any mention of it.

I'm using PHP for this particular project and I've looked at the PHP SDK source code, which is not helpful in any way. Requesting metadata for pictures using https://graph.facebook.com/eventid/picture?metadata=1&access_token... doesn't seem to be recognized, so no help there either.

Has anyone come across some example or documentation on how to do this? (don't care about which language it is in)

© Stack Overflow or respective owner

Related posts about facebook-api

Related posts about php