Hi,

The error message "Failed to validate oauth signature and token" does mean
either the signature you are sending, or the consumer token is invalid.
Could you share the request you are making, and response you are getting.
Remember to obscure any user or consumer secrets.

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Fri, Mar 18, 2011 at 11:49 AM, @matheuseduardo <matheuseduardo.com@
gmail.com> wrote:

> seems to be ok
> the function that generate the is just:
>
> function generate_timestamp() {
>    return time();
> }
>
> and in header I have the parameter: [oauth_timestamp] => 1300471769
>
> the error received from request in twitter api is: "Failed to validate
> oauth signature and token" and header 401
>
> Must be signature?
>
> I just think it's weird because it's happening in all library and examples
> ready for tests..
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to