I need to verify that users on my iPhone app are actually logged in to my Facebook app. I\'m able to verify their user id by retrieving it with their Access token:
Yes. You can query this:
https://graph.facebook.com/app?access_token=TOKEN
It will return the name, id and several stats about the app that created the access token.