tripit / api

TripIt's API Documentation and Support Forum
http://www.tripit.com/developer
Other
47 stars 16 forks source link

Where to whitelist redirect URL? #234

Closed Gregam3 closed 5 years ago

Gregam3 commented 5 years ago

I'm calling https://m.tripit.com/oauth/authorize?oauth_token=[TOKEN]&oauth_callback=http://localhost:3000/oauth_callback in order to authorise my application and I'm receiving a access request failed in my browser opened during the auth. Does this explicitly mean my token is bad? Or could there perhaps be another cause.

Thanks

Gregam3 commented 5 years ago

I've just received this message in the console, providing a further explanation: URL blocked: This redirect failed because the redirect URI is not white-listed in the app's client OAuth settings. Make sure that the client and web OAuth logins are on and add all your app domains as valid OAuth redirect URIs. and hence closed the issue