How do I subscribe a user with a single subscriberID to all the collection types authorised for access by the user ?
Basically I want to use a single subscriber ID to subscribe a user to activity and sleep data but when I send a subscription request to Fitbit API without a Collection Type, it returns error saying not enough permission as we are only getting permission for activity and sleep.
However if I try to subscribe to both collection types using the same subscriber ID, it gives error saying duplicate subscriberID for the 2nd request. What is the way out of this situation ?
Best Answer