12-01-2016 09:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-01-2016 09:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'm trying to get an application running that was last running about a year ago, using the fitbit oauth2 APIs. I've been fighting bitrot in the javascript libraries we were using, and now that it's doing *something*, it's getting stuck at:
"This page is no longer valid. It looks like you provided an invalid token or someone already used the token you provided. Please return to the site or application which sent you to this page and try again."
This is when attempting to authorize. The URL it's hitting is:
I'm not really sure what the problem is. The client_id is the ID of our application, and to the best of my knowledge, the redirect url and client id match what is in the fitbit application that I've registered.
Answered! Go to the Best Answer.

- Labels:
-
JavaScript
Accepted Solutions
12-01-2016 12:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



12-01-2016 12:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@drdozer See where your URL says "fitbit.com/oauth"? It needs to be "oauth2".

12-01-2016 12:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



12-01-2016 12:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@drdozer See where your URL says "fitbit.com/oauth"? It needs to be "oauth2".

