Problem with posting the message using php
- by Darshana
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&…