Is there a way to get the user IDs of all the people who are using your Facebook application?
|
|
Doing an extensive research I concluded that there's NO method to do this! What I have found: What I wish I had found:
I thought the application object would have a direct method for this (similar to
But I was wrong. And then with the introduction of the insights feature, I was shocked that you can only get the count of the User IDs! What you can do: |
|||||
|
|
Just a little more on this - I managed to find a lot of the userIDs I was looking for by doing basic Graph API searches and then checking they were valid with my app. Search an email address or username here:- https://developers.facebook.com/tools/explorer?method=GET
If you get a match or more than one, you can check it is valid as install on the FQL query button of the same explorer:-
If it appears as a uid, you're good - they're valid. This helped me get to what I needed (when I hadn't got some of my app users info on signup). |
|||
|
|
