06-24-2015 10:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-24-2015 10:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
Is it possible to subscribe to fitbit activities updates using the subscription api without manual intervention
, that is, currently to get the access token, the user should manually click to allow access. I am looking at an application that can subscribe to user's activities which should happen in background.
Is there any way to eliminate the manual user interaction of accepting the subscription request?

- Labels:
-
Java
-
OAuth 1.0a
-
Subscriptions API
06-24-2015 11:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-24-2015 11:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Your application must obtain permission to access data on someone's behalf. A person only needs to authorize your application once, as long as you store the access token.

