I have two browser-based applications. One has been running for a week but today is getting "Failed to validate oauth signature and token" error. I made no changes. Using the EPITwitter library. Even reset the tokens.
EpiTwitter Object ( [requestTokenUrl:protected] => http://twitter.com/oauth/request_token [accessTokenUrl:protected] => http://twitter.com/oauth/access_token [authorizeUrl:protected] => http://twitter.com/oauth/authorize [apiUrl:protected] => http://twitter.com [version] => 1.0 [consumerKey:protected] => xxxxxxxxxxxxxxxxx [consumerSecret:protected] => xxxxxxxxxxxxxxxxxxxxx [token:protected] => [tokenSecret:protected] => [signatureMethod:protected] => HMAC-SHA1 [curl] => EpiCurl Object ( [mc:private] => Resource id #8 [msgs:private] => [running:private] => [requests:private] => Array ( [Resource id #9] => Resource id #9 ) [responses:private] => Array ( [Resource id #9] => Array ( [data] => Failed to validate oauth signature and token [code] => 401 [time] => 0.249076 [length] => 44 [type] => text/html; charset=utf-8 ) ) [properties:private] => Array ( [code] => 2097154 [time] => 3145731 [length] => 3145743 [type] => 1048594 ) ) ) The other application is a clone but under another account, using different key and tokens of course. That one authenticates and tries to send tweets (post_statusesUpdate), gets no error responses but the tweets never appear in the account. Any ideas on either? -- 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
