Closed GoogleCodeExporter closed 9 years ago
Seems like a reasonable approach. Can you please send a CL as per
http://golang.org/doc/contribute.html ?
Original comment by a...@golang.org
on 7 Dec 2012 at 3:40
Is there a problem with just setting the Accept: header for json? I made a
transport that adds it before the Exchange and it works now with GitHub.
Original comment by kev...@google.com
on 7 Dec 2012 at 9:58
I found it easier to check the Content-Type then implementing a new Transport.
Also: How do you know that the provider actually supports json? This way, you
definitely get an answer you just need to be able to decode it.
Original comment by su...@surmair.de
on 7 Dec 2012 at 10:08
Issue 4 has been merged into this issue.
Original comment by a...@golang.org
on 11 Dec 2012 at 11:18
This looks to have been fixed in
https://code.google.com/p/goauth2/source/detail?r=f3b3146d6c91 I've manually
verified that it works with both GitHub and Facebook.
Original comment by willnorris@google.com
on 5 Jun 2013 at 4:27
Original issue reported on code.google.com by
su...@surmair.de
on 5 Dec 2012 at 9:06Attachments: