06-15-2016 09:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-15-2016 09:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Is there a callback url, so we are getting notified when someone Revoke Access from fitbit website.
Greetings
Alex
Answered! Go to the Best Answer.
Accepted Solutions
06-15-2016 10:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-15-2016 10:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
No, but this is a planned feature. You can detect when a person has revoked access by examining 401 errors when making an API request. A revoked access will look like:
{ "errors": [{ "errorType": "invalid_token", "message": "Access token invalid: [access_token]" }], "success": false }
06-15-2016 10:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-15-2016 10:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
No, but this is a planned feature. You can detect when a person has revoked access by examining 401 errors when making an API request. A revoked access will look like:
{ "errors": [{ "errorType": "invalid_token", "message": "Access token invalid: [access_token]" }], "success": false }
06-16-2016 04:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-16-2016 04:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
thank you very much

