I really want to know authentication about android.. I want to know about 2 case authentication (just android application login, android application login and web application login)
- just android application When i signed in sns like facebook or twitter, I got token and send it to server.
- app and web
- What if already have ID with sns in web application, what should i do?
- Application sign in and got token. And next, send token to server and authenticate in server?