Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to create an album and post it on a page using php api.

Creating an album is ok, but I've found nothing in the doc to post it on a page wall like shown in the picture : http://178.32.246.39/div/screen_01-11-2012-18_11.png

How can I do this using php api ?

share|improve this question
Does your app have proper default visibility for new entries? – dev-null-dweller Nov 1 '12 at 18:24

1 Answer

https://developers.facebook.com/docs/reference/api/page/

Search for this: You can post photos to a Page's Wall by issuing an HTTP POST request to PAGE_ID/photos with the publish_stream and manage_pages permissions and the following parameters.

Btw, the Picture link does not really work, it only shows ads.

share|improve this answer
Sorry for the link, I change it. – user1792025 Nov 1 '12 at 17:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.