-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid signature #2
Comments
You need to get a personal oauth_signature for your application on the website. @Mandlee did you do that already? |
where to get personal oauth_signature from the website and where to add it in the code. if by oauth_signature you mean api and secret key then it is already obtained but the error is still there. please help |
I have solved the issue of { "error": {"code": 8, "message": "Invalid signature: oauth_signature 'YcFEXTtpJHILCdjtqAKgskB2WP4='" }} code example: simply add "&" at the end of secret key before calling SecretKeySpec and remove it right after the call so that "&" doesnt add up on every call to the FatSecretSearch ! Hope it will help ! |
@uzair157 Thank you so much buddy! Just the solution I was looking for. Thanks @EugeneHoran for the repo- really saves a lot of time. |
@uzair157 Thank you! You just saved me countless hours of searching. And like @ankit-saxena said, thank you @EugeneHoran for this repo. Really appreciate it. |
@EugeneHoran getting this error please help me to resolve author signature method is added but it gives error missing |
@EugeneHoran @ankit-saxena Thanks a lot you guys! Literal lifesavers! Literally saved me and im sure so many others multiple hours of taxing work!! |
Having the same problem with "error": {"code": 8, "message": "Invalid signature: oauth_signature 'YcFEXTtpJHILCdjtqAKgskB2WP4='" }} Added code above and got { "error": {"code": 7, "message": "Invalid/used nonce: oauth_nonce '118111112106120108'" }} Any help? Also I was wondering about this line, why it is not counted as instructed
|
Hi!
I try to connect the FatSecret (search) and the response is:
{ "error": {"code": 8, "message": "Invalid signature: oauth_signature 'YcFEXTtpJHILCdjtqAKgskB2WP4='" }}
Do you have any idea what is the problem?
The text was updated successfully, but these errors were encountered: