The long QUEST to get an access token
- app gets a request token from twitter
- user clicks a button on the ap
- app opens a twitter page, user types username/password
- twitter gives user a PIN
- user use this PIN in the application
- GREAT, finally app exchange the request token for an access token
Questions:
This token belongs to who? I mean, i don't even know his username!
The user will have to repeat the steps above every time?
I can't figure out how to fit this into a real application.
Thanks in advance.