Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Invalid signature

Im a little confused by ZF2's implementation of cURL , so I've posted my question to a more generic forum

 

http://stackoverflow.com/questions/25965146/zf2-curl-adapter-is-rendering-encoded-characters-where-i...

 

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.

Best Answer
0 Votes
2 REPLIES 2

You can sprecify the callback URL in you app settings in dev.fitbit.com

 

Ivan Bahdanau
Senior Software Developer at Fitbit
Best Answer
0 Votes

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 

Best Answer
0 Votes