OAuth: invalid signature problem
hmm
Registered Users Posts: 3 Beginner grinner
Hi,
I am using a custom OAuth 1.0 code which works fine with Flickr, Twitter and others. But when I try to request a request token for SmugMug I get this error:
Probably I am missing some parameter or using something wrong. The string over which the signature is created using "consumerSecret+&" is
The generated signature is correct when using my consumer secret (not shown here). Can anyone give a hint what might be wrong?
Regards,
I am using a custom OAuth 1.0 code which works fine with Flickr, Twitter and others. But when I try to request a request token for SmugMug I get this error:
{"stat":"fail","method":"smugmug.auth.getRequestToken","code":35,"message":"invalid signature"}
Probably I am missing some parameter or using something wrong. The string over which the signature is created using "consumerSecret+&" is
resulting in the final URL including the signature:GET&https%3A%2F%2Fapi.smugmug.com%2Fservices%2Fapi%2Fjson%2F1.3.0%2F&method%3Dsmugmug.auth.getRequesToken%26oauth_consumer_key%3D4v0l1H1696I0k7EpGfyfGfSjnI2YIr4B%26oauth_nonce%3D1a3b4f53c6458f0748a7a51e90c3a404%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1344863322%26oauth_version%3D1.0
The generated signature is correct when using my consumer secret (not shown here). Can anyone give a hint what might be wrong?
Regards,
0
Comments