How do I find out all users who have installed my canvas app ? Is there a UI on Facebook for it or do I need to query an API ?
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.
|
|
It can't be done as per this - How to get all userids of people who are using your facebook application. I would suggest use you to use the depreceated REST API call once to save all the IDs of the users, and then add a new user to that list (keep on saving it in a db). |
|||
|
|
|
See https://developers.facebook.com/docs/reference/fql/insights/#Metrics You can check the application_installed_users value to figure out how many users have installed your app. EDIT: this requires the use of the Facebook FQL interface, as covered at https://developers.facebook.com/docs/reference/fql/ |
|||||
|