Closed GoogleCodeExporter closed 9 years ago
https://codereview.appspot.com/130560044
Original comment by a...@golang.org
on 26 Aug 2014 at 8:09
I took a look at your proposed changes and noticed you don't consider scope to
be an optional parameter, but the client *is* allowed to omit it [1], and that
seems to me to be the only reasonable behavior for services with no documented
scope strings. For example, the Harvest API doesn't make any use of it [2].
[1]: http://tools.ietf.org/html/draft-ietf-oauth-v2-31#section-3.3
[2]: https://github.com/harvesthq/api/blob/master/Authentication/OAuth%202.0.md
Original comment by griffin...@gmail.com
on 26 Aug 2014 at 3:42
This issue was closed by revision 80c87b4b6700.
Original comment by a...@golang.org
on 27 Aug 2014 at 1:41
Thanks for your feedback. I made the scope and redirect uri fields optional too
Original comment by a...@golang.org
on 27 Aug 2014 at 4:08
Thanks, it was a simple issue but I still didn't expect such a quick turnaround
time!
Original comment by griffin...@gmail.com
on 27 Aug 2014 at 6:15
Original issue reported on code.google.com by
griffin...@gmail.com
on 26 Aug 2014 at 3:40