Problem with posting the message using php
Posted
by Darshana
on Stack Overflow
See other posts from Stack Overflow
or by Darshana
Published on 2009-11-09T10:10:22Z
Indexed on
2010/04/11
20:03 UTC
Read the original article
Hit count: 256
Hello,
I have successfully come up to the access_token
step along with final oauth_token
and oauth_token_secret
values.
Now I'm trying to access the Post method given by Yammer API with following request :
https://www.yammer.com/api/v1/messages/? body=MyMessage& oauth_consumer_key=Myconsumerkey& oauth_nonce=1825bbc0f0a2875eb94bdb4d51c0638b& oauth_signature=JzG4DCWxuP%2B7xT7u3tFZ2zCC8%2BI%3D& oauth_signature_method=HMAC-SHA1& oauth_timestamp=1257761059& oauth_token=Myfinaloauthtoken& oauth_version=1.0
But I'm getting "Invalid OAuth signature" error.
Can somebody help me in this.
© Stack Overflow or respective owner