and now it works...
I guess this was an issue on twitter side...

regards

On Thu, Jun 18, 2009 at 11:25 AM, Borja Martín<[email protected]> wrote:
> Hi,
> I removed the in_reply_to_status_id parameter but I'm still getting the same
> error...
> Thanks anyway
>
> Regards
>
> On Wed, Jun 17, 2009 at 5:17 PM, Matt Sanford <[email protected]> wrote:
>>
>> Hi there,
>>
>>    You may want to checkout the issues list for the PHP library. I found
>> an issue there that seems to be the same:
>>
>> http://github.com/jmathai/twitter-async/issues/unreads#issue/6
>>
>> Thanks;
>>  – Matt Sanford / @mzsanford
>>     Twitter Dev
>>
>> On Jun 17, 2009, at 5:32 AM, Borja Martín wrote:
>>
>>>
>>> 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
>>
>
>
>
> --
> def dagi3d(me)
>  case me
>    when :web then  "http://dagi3d.net";
>    when :twitter then "http://twitter.com/dagi3d";
>  end
> end
>



-- 
def dagi3d(me)
  case me
    when :web then  "http://dagi3d.net";
    when :twitter then "http://twitter.com/dagi3d";
  end
end

Reply via email to