php - best way to handle multiple login method from android -
php - best way to handle multiple login method from android -
we building app (android now, later on other platforms) needs user sign registering standard info email, username , password.
to simplify step, whish allow user login via facebook or other social network through oauth, maintain possibility create business relationship straight on our server filling form.
now, we're struggling on finding best way that: -should utilize facebook (or other) login user info on client , create business relationship these info same method our standard form? -should utilize facebook login access_token , send server creates business relationship itself, , utilize different method our own signup method? -something else?
our main question necessity of using oauth on server side else social network logins.
while many applications utilize such methods, seems hard find exhaustive info on it... help on subject appreciated!
-should utilize facebook login access_token , send server creates business relationship itself, , utilize different method our own signup method? -
this method improve 3 primary reasons:
you can alter logic whenever want to. you don't need update app. sharing , activity logging on social platforms become seamless don't rely on users' net connection. , many more.... php android symfony2 oauth facebook-login
Comments
Post a Comment