Giter VIP home page Giter VIP logo

Comments (7)

idpaterson avatar idpaterson commented on June 15, 2024

That URL looks corrupt, try https://www.wunderlist.com/oauth/authorize?client_id=5e545e44e8cdc3ecd428&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2F&state=derp instead. Note that redirect_uri= was missing in your original authorization URL and the localhost redirect was not encoded (as with encodeURIComponent())

from api.

adamrenklint avatar adamrenklint commented on June 15, 2024

Agree with @idpaterson, the url is not properly formatted. Escape the redirect_uri and it should work.

from api.

andreterron avatar andreterron commented on June 15, 2024

@adamrenklint, I'm having the same problem, even with a escaped url. When I'm logged in with my user (which I could authorize yesterday), and I enter this URL: https://www.wunderlist.com/oauth/authorize?client_id=601cf6003f40d8a63c0e&redirect_uri=http%3A%2F%2Fwww.example.com&state=herp

I get the Forbidden error

from api.

adamrenklint avatar adamrenklint commented on June 15, 2024

Is the redirect host and url the same as the callback url on developer.wunderlist.com?

from api.

andreterron avatar andreterron commented on June 15, 2024

Problem solved, I was missing the right subdomain. Sorry for the trouble. Thanks for pointing it out!

from api.

jcbmllgn avatar jcbmllgn commented on June 15, 2024

:face_palm: Thanks for the help.

from api.

wmhtun avatar wmhtun commented on June 15, 2024

Hi, I've a problem in authorization process from my web app. I set app url (http://localhost:63021/Service.asmx) and callback url to (http://localhost:63021/Service.asmx/callback)

when I try to request https://www.wunderlist.com/oauth/authorize?client_id=ID&redirect_uri=URL&state=RANDOM this link, response is wunderlist login html string (i.e https://www.wunderlist.com/login ...)

I cannot get response code that need to exchange for accesstoken. Pls help me. Thanks

PS: I pass the same callback url from registration in http request

from api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.