10-30-2014 20:25
10-30-2014 20:25
hi,
I am using Oauth.io library to get authenticate my Android app with Fitbit. I used the debug tool to make the url but I am not sure how I get the oauth_signature which is I see is automatically generated by debug tool. Please help..
Thanks
Best Answer10-30-2014 20:49
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
10-30-2014 20:49
The debug tool is only a helper to that helps you to debug your code and compare the signaturethat your code generates with expected signature that is generated by Fitbit debug tool.
Please check out here the rules how the signature should be generated(or how to properly sign your API request):
https://wiki.fitbit.com/display/API/OAuth+Authentication+in+the+Fitbit+API
Best Answer