[oauth] Re: Redirecting a Consumer

2009-08-24 Thread Tim Fletcher
> Do OAuth service providers redirect consumers? The Google Calendar API does. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to oauth@googlegroups.com To unsubscrib

[oauth] Redirecting a Consumer

2009-08-24 Thread John Kristian
Do OAuth service providers redirect consumers? I mean send HTTP status code 301, 302, 303 or 307 in response to a request for a token or access to a protected resource. If the first request wasn't a GET, should the consumer fail, send a GET or repeat the original method (e.g. POST)? If a consum