Facebook Graph API: Upload Photo To Album
Posted
by st4ck0v3rfl0w
on Stack Overflow
See other posts from Stack Overflow
or by st4ck0v3rfl0w
Published on 2010-04-27T03:55:32Z
Indexed on
2010/04/28
9:43 UTC
Read the original article
Hit count: 1687
facebook-api
|php
Hello All,
I'm trying to familiarize myself with Facebook's new Graph API and so far I can fetch and write some data pretty easily.
Something I'm struggling to find decent documentation on is uploading images to an album.
According to http://developers.facebook.com/docs/api#publishing you need to supply the message argument. But I'm not quite sure how to construct it.
Older resources I've read are:
If someone has more information or could help me tackle uploading photos to an album using Facebook Graph API please reply!
© Stack Overflow or respective owner