I have created the facebook app. I would like to the show the total number of users who are using my app. How can i get the total number of app users?
Note: using javascript or php sdk
I have created the facebook app. I would like to the show the total number of users who are using my app. How can i get the total number of app users?
Note: using javascript or php sdk
take a look at Facebook graph API documentation :
http://developers.facebook.com/docs/reference/api/insights/
example :