Upload images to a specific Facebook Album
- by Imran Naqvi
Hi stackoverflow,
i can create an album using facebook graph api by posting data to
http://graph.facebook.com/PROFILE_ID/albums
it returns an id, which is not the album id.
I confirmed it in two ways
by going to that album, aid is different than what id i received
and by posting http://graph.facebook.com/{ALBUM_ID_I_RECIEVED/photos, but the…