Facebook Graph API: Upload Photo To Album
- by st4ck0v3rfl0w
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:
http://wiki.auzigog.com/Facebook_Photo_Uploads
http://wiki.developers.facebook.com/index.php/Photos.upload
If someone has more information or could help me tackle uploading photos to an album using Facebook Graph API please reply!