Is it possible to get the number of fans of a facebook page in simple text without using facebook API? I have been searching on google, but none of them works, which can be because of change in facebook api. I don't want to include the api because i want to add that piece of code in a theme, which will be used by multiple people. Thanks.
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.
|
|
|
The Graph API is very easy to use and you dont need any authentication so I really can't see any reason not to use it. Just do a simple HTTP get to the follow URL: https://graph.facebook.com/norwegianmafia (replace "norwegianmafia" with your page name) You could also easily use this method in jQuery:
|
|||