If they have to log in before you request authorization, can't you just store the token with the login credentials (in your db) and use it next time?
G. On Mar 25, 8:19 pm, Elliott Kember <[email protected]> wrote: > Well, I've had it working for a while now using Rails. All this > solution needs is an "Always authorize this app" button. > > The way I do it is: I request an OAuth token, and then call > verify_credentials with it to find out who they are. It seems to work > fine, except it forces the user to click "Allow" every time they log > in.
