I have a webpage that gets a user's access token and userId (using the js api). I want to send the fb userId I got to a login page on my site, but obviously I need to make sure that the user is really who he sais he is.
The question is: is it enough to check https://graph.facebook.com/me?access_token=ACCESS_TOKEN
and compare the userId I got and the one in the page above?