09-21-2014 17:27 - edited 09-21-2014 17:42
09-21-2014 17:27 - edited 09-21-2014 17:42
Im a little confused by ZF2's implementation of cURL , so I've posted my question to a more generic forum
My OAuth1 requests work from Chrome plugin POSTman but not within ZF2. Ideas are welcome.
Edit: I've played with the FitBit API Debug tool. It's quite strange that it doesn't allow me to enter a callback url so I can fully test whether my client is working on generating a proper signature or not.
09-21-2014 18:41
09-21-2014 18:41
You can sprecify the callback URL in you app settings in dev.fitbit.com
10-01-2014 11:49 - edited 10-01-2014 11:50
10-01-2014 11:49 - edited 10-01-2014 11:50
turns out I had some errors in my codebase.
POSTman tends to url_encode things without telling you.
I'm using Apigility and no pre-existing client for Fitbit or OAuth1 existed