Hi,
I'm getting the following error while trying to update the user status
who is supposed to be authenticated through OAuth:
'Failed to validate oauth signature or token'
The thing is that this was working a few hours ago and if I try to
call the credentials verfication api method it works fine although I'm
using the same tokens:
$this->_twitter_oauth->setToken($session->oauth_access_token,
$session->oauth_acces_token_secret);
# this works
$info = $this->_twitter_oauth->get_accountVerify_credentials();
$info->response
# this doesn't
$info = $this->_twitter_oauth->post_statusesUpdate(array('status' =>
$status, 'in_reply_to_status_id' => $in_reply_to_status_id));
$info->response
(I'm using the EpiTwitter/EpiOAuth php library grabbed from this post:
http://www.jaisenmathai.com/blog/2009/03/31/how-to-quickly-integrate-with-twitters-oauth-api-using-php/)
Did anyone else found this issue?
Thanks in advance
Regards
--
def dagi3d(me)
case me
when :web then "http://dagi3d.net"
when :twitter then "http://twitter.com/dagi3d"
end
end