database - Allowing users to login via other networks -
i'm in process of dating data other networks use of gigya allow users login site , post data php database.
i don't know if best option available aren't precise on installing post data etc; put in sub sections on how individual things.
i'm curious if there custom tutorial on using different service or making myself. i've read api's , developements of of site, , facebook using json apparently, i'm not familiar with.
you have 2 elements in question.
first, authentication. there several services offering multiple networks authentication, using several of them single user not common: have yourself. handle multiple identities in parallel, server have store them , manage session on own. gigya 1 authentication solution, there 2 other ones:
- http://www.janrain.com/products/engage/social-login
- www.clickpass.com/docs (still under development)
then, using api. that, have decide , call api using javascript sdks or server-side ones. notice authentication need provide oauth (most common authentication method) keys post messages or fetch data. more here:
- developers.facebook.com/docs/api
- developer.twitter.com/doc
Comments
Post a Comment