I'm building a Facebook page as administrator.
And developing some apps using PHP and Facebook API.
What I'd like to do is to upload photos into the specified album on the Facebook page.
At this moment, I've got following error message after posting into the album_id.
"error": {
"type": "OAuthException",
"message": "(#120) Invalid album id"
Then, I'd like to know follofing things. How to get the access_token for the Facebook page not for me. The permissions (user_photos,publish_stream,manage_pages,photo_upload) are enough? Finally, if you have some experience, please show me the successful sample code?