I have a Facebook desktop application and am using the Graph API. I am able to get the access token, but after that is done - I don\'t know how to get the user\'s ID.
If you want to use Graph API to get current user ID then just send a request to:
https://graph.facebook.com/me?access_token=...