Facebook Canvas App - Search for all users who installed the application

How to find out all the users who installed my canvas app? Is there a user interface on Facebook for this or do I need to request an API?

+3
source share
2 answers

This cannot be done according to this - How to get all user IDs that use your Facebook app

I would advise you to use a once laid out REST API call to save all user IDs, and then add a new user to this list (save it in db).

+1
source

All Articles