rdio / api

A public issue tracker for the Rdio API
http://www.rdio.com/developers/
26 stars 3 forks source link

Please support OOB in the OAuth2 API #57

Open paultag opened 11 years ago

paultag commented 11 years ago

Hi, folks!

It'd be nice if you supported OOB auth (GOOG uses urn:ietf:wg:oauth:2.0:oob in their redirect_uri, it'd be neat if that lined up) to let local headless bindings to work.

Thanks so much!

dasevilla commented 11 years ago

@paultag is that URI defined somewhere official or is that just a defacto standard from Google?

paultag commented 11 years ago

@dasevilla it's for sure not part of oauth2, I've not seen where that came from, but it's something I've found off of GOOG's API, and it's as good as anything else :)

Happy to have it be some other string; I'm mostly just interested in OOB in general :)

Thanks for tending to it! :+1: