I am trying to post an activity to "api.fitbit.com/1/user/id/activities.json" where "distance" is "0.0". However, the API returns this error:
Invalid distance: 0.0
Is there a way to prevent that from failing? There is no documentation that I found that says 0.0 is an invalid distance.