Dj-Corps / gwt-oauth2

Automatically exported from code.google.com/p/gwt-oauth2
Apache License 2.0
0 stars 0 forks source link

ASANA API inetgration #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which OAuth2 provider or API service?
>> ASANA API OAuth2

External references, such as API reference guide?
>> http://developer.asana.com/documentation/

Please provide any additional information below.
>> Asana API does not have scope defined, but gwt-oauth2 assumes the 
availability of the scopes always and append it, which is leading communication 
failure with Asana API.

Original issue reported on code.google.com by vipul.ja...@gmail.com on 16 Sep 2014 at 2:47

GoogleCodeExporter commented 9 years ago
Interesting. So Asana fails if &scope= is passed, even if it doesn't have any 
data? It would be a pretty straightforward patch to omit the &scope= if there 
is no data.

Original comment by jasonhall@google.com on 16 Sep 2014 at 3:18

GoogleCodeExporter commented 9 years ago
Yes I already did it. I just thought to share with you. Yes ASANA fails if 
scope does not have any data.

Original comment by vipul.ja...@gmail.com on 17 Sep 2014 at 3:55