arenanet / api-cdi

Collaborative Development Initiative for Public APIs
257 stars 41 forks source link

Node OAuth Example Broken? #70

Closed itsdouges closed 9 years ago

itsdouges commented 9 years ago

https://github.com/arenanet/api-cdi/tree/master/examples/auth-nodejs

Running through this I'm receiving an error after logging in, after being directed to the gw2 site.

image

Url: https://account.arena.net/oauth2/authorization?redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Foauth2%2Fcallback&response_type=code&scope=account%20offline&client_id=gw2_api_demo

(Between step 5 and step 6).

Cheers, Michael

Coffee4cr commented 9 years ago

OAuth has been dropped

On Fri, Jul 31, 2015 at 7:29 AM Michael A. Dougall notifications@github.com wrote:

https://github.com/arenanet/api-cdi/tree/master/examples/auth-nodejs

Running through this I'm receiving an error after logging in, after being directed to the gw2 site.

[image: image] https://cloud.githubusercontent.com/assets/6801309/9006489/1e8e1914-37cb-11e5-81cd-310f0ed617f8.png

Url:

https://account.arena.net/oauth2/authorization?redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Foauth2%2Fcallback&response_type=code&scope=account%20offline&client_id=gw2_api_demo

(Between step 5 and step 6).

Cheers, Michael

— Reply to this email directly or view it on GitHub https://github.com/arenanet/api-cdi/issues/70.

darthmaim commented 9 years ago

OAuth was disabled. You now need API keys for authentication. Take a look at the announcement for more infos.

tivac commented 9 years ago

:skull: