Android Facebook SSO for server side authentication -


i using fb sso android app , use facebook id authenticate users when upload data server. imagine should send oauth token when making call server. examples out there me started?

thanks pointers.

i have faced same problem while ago. in end, did using following way:

i token via facebook android sdk , pass server users email address , facebook id. server tries users email address using token. if email addresses match, user has authenticated.


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -