symfony - Check OAuth token from Twitter Android sign in on a server -
i have implemented twitter sign in button in android app, works fine.
what want check user against server (written using symfony 3) , retrieve information.
i don’t want information retrieval impersonated need server check user against rest api (i guess) ensure request legit. how can implement that?
note: if request not clear, want twitter oauth , not google: https://developers.google.com/identity/sign-in/android/backend-auth
thanks!
note: cross-posted on twittercommunity
Comments
Post a Comment