I use Ruby and need to integrate with a third party. I'm using the library functions:
OAuth::AccessToken.post(path, body, headers)
It fails while the same access token succeeds for: OAuth::AccessToken.get(path)
.
It says Invalid signature
.
I use Ruby and need to integrate with a third party. I'm using the library functions:
OAuth::AccessToken.post(path, body, headers)
It fails while the same access token succeeds for: OAuth::AccessToken.get(path)
.
It says Invalid signature
.