microsoftarchive / wunderlist.js

Wunderlist Javascript SDK
https://developer.wunderlist.com/documentation/tools/wunderlist.js
120 stars 29 forks source link

Unable to authenticate #3

Open jcbmllgn opened 8 years ago

jcbmllgn commented 8 years ago

I'm having trouble authenticating with your API. I've registered an app and am following the directions found here.

I'm redirecting users to this URL: https://www.wunderlist.com/oauth/authorize?client_id=5e545e44e8cdc3ecd428&http://localhost:3000/&state=derp

However this returns an error "Forbidden": screen shot 2015-11-24 at 7 15 10 pm

What am I doing wrong?

Thanks for the help - Jacob

LoungeFlyZ commented 8 years ago

Your Url doesnt look correct. It's missing the 'redirect_uri' parameter. You need to have http://localhost:3000 set as your app redirect_uri in the app settings in wunderlist.