I would like to know if is there any possible way to show the total number of users of a specific country in my webpage. As far as I found, you can not get it through API.
|
|
I'm guessing you really want the total number of users on facebook who have 'liked' or used facebooks oauth to connected with your site. Do you use graph api in your site? I'm pretty sure you can query by country name--as long as the user's who have shared that info with you have provided it. Check this out... http://developers.facebook.com/docs/reference/api/ And this: http://developers.facebook.com/docs/reference/api/insights/ From their site
Generic searches can be done like this: https://graph.facebook.com/search?type=location&place=166793820034304 Where the place id is the id for whatever you want to search on. https://graph.facebook.com/search?type=location&place=166793820034304 |
|||||||||||
|
|
Disclamer: This method is not supported by Facebook. Use it at your own risk. I take no responsibility whatsoever.
The actual ajax call and parameters change from time to time, which is why I didn't include them directly, but it should be easy enough to figure it all out. Also note that they are estimates, even if they come from Facebook, they don't count every single user every time an advertiser sets up an ad — it's the best estimate you can possibly get though. This method as I mentioned is neither official nor supported by Facebook, but sites like socialbakers.com or checkfacebook.com have been using them for ages. (There, I revealed the secret) |
|||
|
|