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.

I'd like to get two lists: 1. list of users that are using my app 2. List of users that are logged in. I'd like to store the its in my app's data base. What do I need to do? Thanks!

share|improve this question
"List of users that are logged in" --- logged in where? – zerkms Jul 13 '12 at 3:12
App users list: FQL: SELECT uid FROM user WHERE is_app_user = '1' – zerkms Jul 13 '12 at 3:14
@zerkms Thanks! I meant logged into the app. – user1388066 Jul 13 '12 at 3:16
there is no such state "logged into the app". As long as users logs into your application - you need to track that manually – zerkms Jul 13 '12 at 3:17
@zerkms Thanks!! – user1388066 Jul 13 '12 at 3:19
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.