iphone - Implement Api to storing credential of facebook/twitter or something else -


i'm writing internal api mobile device iphone or android.

i want these device, users can connect app via facebook connect or twitter connect.

i don't know ios want prepare code in backend.

how must prepare code? i'm using python/django , tastypie api. have experience django-social-auth support these 2 social networks.

how can create api accepting new user registered twitter o facebook , storing data?

thanks in advance. regards.

the best way is, after user authenticates using of social networks on device, name,email,deviceid , other relevant details, , store details on server normal registration.[i.e maintain own user id rather fb_id or twitter_id]

if there requirement use service browser, when inserting user records generate random password , mail user, , store hash in database.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -