Upload images to a specific Facebook Album

Posted by Imran Naqvi on Stack Overflow See other posts from Stack Overflow or by Imran Naqvi
Published on 2010-12-22T12:50:21Z Indexed on 2010/12/24 7:54 UTC
Read the original article Hit count: 241

Filed under:
|
|

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

  1. by going to that album, aid is different than what id i received
  2. 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.

Please Help

© Stack Overflow or respective owner

Related posts about php

Related posts about facebook