database - Android: allow signup with Facebook and store more information -


i'm working on android app , want allow users register using facebook, gmail etc. question not how that, because there many posts regarding including tutorials written facebook , google themselves.

i want achieve similar stackoverflow log in - users allowed login using gmail instance, while site (or app) keeps own data each user (namely, profile).

i'm not quite sure how achieve in android, since facebook , google sdk's allow app access user's facebook name, email (and public information), don't think allow me add more data user app needs own purposes.

what thinking of doing manage db of own store additional data (for instance, using parse.com), , use common field services key (was thinking email, since facebook, gmail & twitter use - recommend this?)

are there other (better) ways achieve want? perhaps google offers don't know? how safe (though should mention app shouldn't gather personal information).

as always, appreciated. thank you.

store user's email in own database along session key (don't forget update after each login). when user makes request server after logs in check email , session key provides , use them row in database, can store more information them.

regarding parse.com: have own implementation of facebook login.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -