Maybe it's a stupid question but I need to ask it anyway. How would I go about loggin in a user? I'm trying write a client that will work on behalf of a specific user.
Manuel Lemos - 2013-04-21 23:59:55 - In reply to message 1 from Martin Horst
As far as I know, OAuth does not give clients control over that. What you can do is to query the API to determine what user granted you a token. If it is not the user you want, you can reset the token and ask the user to authorize as the right user.