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.

Is it possible to see which users authorized a Facebook app, assuming you're the app admin?

If so, how?

We would rather not store our own database of authorized users. We prefer something similar to Google Analytics, except where we can log in and see a snapshot of who has authorized the app (diff from daily/monthly active users).

share|improve this question

1 Answer

up vote 0 down vote accepted

This information isn't available from the API. I'm not even sure its available on the website. What I do for my app to get this info is log the info on my server (access token, user id) so that I can query it later.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.