Closed itsdouges closed 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:
(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.
OAuth was disabled. You now need API keys for authentication. Take a look at the announcement for more infos.
:skull:
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.
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