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!
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.
| show 2 more comments |
SELECT uid FROM user WHERE is_app_user = '1'– zerkms Jul 13 '12 at 3:14