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 make a draw among the fans of a page on facebook. Anyone can recommend me some method to get the fan number X, where X would be the number drawn. I was searching and i found that fans can't be listed. Am i wrong?

Thanks in advance!

share|improve this question
Outside of the technical issue at hand here, this sounds like it might violate our policies around contests and promotions. facebook.com/promotions_guidelines.php – Jeff Sherlock Jul 21 '11 at 19:20

1 Answer

As Jeff said, it would be against Facebook's policies to operate a prize giveaway in this manner. From a technical standpoint, you also can't retrieve a list of fans of a page via the API.

If you need to check if a given user is a fan of a page, this is passed to Apps running in page tabs in the signed_request parameter, and if you kept track of this information from your app's side, you could determine the order in which people became fans.

share|improve this answer
Did this answer solve, or help you to solve the problem in your question? if so, please accept accept this answer or add your own answer with the solution you found. See these instructions for info how to accept answers; thanks! – Igy Jun 21 '12 at 15:48

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.