Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid_request - Invalid redirect_uri parameter value #18

Open
danielthesoto opened this issue Aug 29, 2016 · 4 comments
Open

invalid_request - Invalid redirect_uri parameter value #18

danielthesoto opened this issue Aug 29, 2016 · 4 comments

Comments

@danielthesoto
Copy link

Hey guys, I'm getting this error on Step 6 when I try to authorize the app:

The app you're trying to connect did not provide valid information to Fitbit. Please report this issue to them.

Developer information: invalid_request - Invalid redirect_uri parameter value

I was able to bypass this error by selecting OAuth2 version 19 (instead of selecting the latest version) in the resources library in the scripts.

@simonbromberg
Copy link
Owner

Probably related to #15

@aremesch
Copy link

According to https://github.com/googlesamples/apps-script-oauth1 the callback url uses the script-id instead of the project key. The script-id can be obtained by clicking File -> Project properties in the Google Apps script editor. In my case this worked with the latest version 21 of OAuth2.

@JozefJarosciak
Copy link

JozefJarosciak commented Mar 18, 2017

Please follow these new and updated instructions instead.
I've described in a step by step fashion on how to use SCRIPT ID instead of a Project Key:
http://www.joe0.com/2017/03/18/how-to-sync-fitbit-data-to-google-spreadsheet/
I hope it helps.

@mdcomer
Copy link

mdcomer commented Apr 4, 2017

Script ID instead of project key. Can we add this to the documentation. Would have saved me an hour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants