So let me give you guys some perspective. I am wanting to move wunderlist tasks to different api. I am writing a middleware.
I registered my app, https://developer.wunderlist.com/apps/new , and availed clientID and clientSecret
then i created a url to be used, which is like this
https://www.wunderlist.com/oauth/authorize?client_id=a78e780c5e7b15785fcc&redirect_uri=https://myapp/handleImport&state=crazy4
It goes to sign in page and if signed in, it just says Forbidden
i do not understand the reason that it is forbidden...any idea?
btw the clientid is real, the app is for test purpose so knock yourself out :P

So let me give you guys some perspective. I am wanting to move wunderlist tasks to different api. I am writing a middleware.
I registered my app, https://developer.wunderlist.com/apps/new , and availed clientID and clientSecret
then i created a url to be used, which is like this
https://www.wunderlist.com/oauth/authorize?client_id=a78e780c5e7b15785fcc&redirect_uri=https://myapp/handleImport&state=crazy4
It goes to sign in page and if signed in, it just says Forbidden
i do not understand the reason that it is forbidden...any idea?
btw the clientid is real, the app is for test purpose so knock yourself out :P