I know it's not really a SFS issue, but since I need it on SFS, here goes
I'm creating a mobile app using sfs as the online engine and Facebook for login. Now, I could just use the email/userId to verify against the DB using sfs, but this is subject to fake.
Everyone can send another userId or email and presumably play as someone else. So I was thinking about passing the access token, which is encrypted and unique to sfs, and validate it using open graph actions on the server.
I assume sfs can create http requests? How "heavy" is this to validate the user sending an http request to Facebook?
Is there another way, maybe an easier one?
Thanks