Closed Gregam3 closed 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
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 aaccess 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