I can create an album using facebook graph api by posting data to
http://graph.facebook.com/ALBUM_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 photo is never published to newly created album instead it is published to a default application album.
I need to know the real album id so that i can upload images to newly created album.
