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 try to get all users (uid) wich like my fan page. But I can found any method in the facebook Api. Exists this function? The really question is how I can stream a content in the wall of all of my users fan. :D

share|improve this question

2 Answers

Just because somebody is your fan, that doesn't mean that you can automatically stream anything on their walls. Imagine, if Lady GaGa will decide to do that and write something on 28 million walls. Basically the API gives you the permission to do anything you could do as a simple user. Anything extra, you have to ask for a permission from the users.

share|improve this answer

Apparently this works, even though it's not documented!: https://graph.facebook.com/PAGE_ID_OR_PAGE_NAME/members?access_token=XXXX

This is NOT possible! Please check this answer!

share|improve this answer

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.