Using the facebook js sdk, I shouldn't pass the userID from the client my server to find their account and log them in, correct?
I need to use the accessToken to get the userID from the facebook server and then use that to find their account? If I used the userId from the client, anyone could pass in an id and log in to any user?
Thanks!