i have a facebook app thats published in a tab of a commercial-page. Plus, i created an album on that page for a contest where people should be able to upload images in. People should the be able to "like" those images. The one with the most likes is the winner.
I already created the app, my problem is that I dont know how to set the scope correctly to allow those users uploading in the pages album, or how to allow the album to receive images from those users.
The action URL in the FORM-TAG looks like this:
"https://graph.facebook.com/{THE_ALBUM_ID}/photos?access_token=" .$access_token;
The response is alsways
{ "error": {
"message": "(#120) Invalid album id",
"type": "OAuthException",
"code": 120
}
}
Im sure its a scope/permission problem - any hints?
Thanks in advance and best regards, Fab
https://graph.facebook.com/{THE_ALBUM_ID}or like thishttps://www.facebook.com/{THE_ALBUM_ID}?! – ifaour Mar 22 '12 at 11:28