oauth 2.0 - OAuth2 Login on Android and iOS -
i have built web application allows users login google , facebook through oauth 2.0. used simpleauth project on google app engine. in database storing oauth id, google looks like:
https://www.google.com/accounts/o8/id?id=aitoawnrcueakdy_emesk8fdefngp-cckjbmvf0
and facebook looks like:
facebook:1494270173
and wondering if can use same method on ios or android app. know need different implementation id constant if using facebook or google login on mobile?
the google identifier show openid2 identifier, not oauth 2 one. openid2 not work on ios nor android. not familiar simpleauth, if can configure use oauth 2 or openid connect (which based on oauth 2, not confused openid2), using oauth 2 protocol on ios or android give same identifier same user.
Comments
Post a Comment