11-25-2016 04:41
11-25-2016 04:41
I am trying to usePOST https://api.fitbit.com/1/user/-/activities.json
but getting an 400 Bad Request without any other information in the error. I am using
spring-security-oauth2
library in a spring boot app
Let me know how to overcome this.
11-26-2016 12:31
11-26-2016 12:31
@batlogs You're getting a 400 because you're not setting any parameters. See the documentation on that endpoint to see the POST parameters.