Is there any non-insane way to get the benefits of oauth (not storing passwords, etc) in a situation where you can't count on a browser being available? I could build a little custom parser that speaks just enough HTML to parser the authn and authz pages, pull out the form elements, and submit it all manually. That seems like it would be very brittle though.
--Noah
