I found that many functions thats documented in Zend_Service_Twitter
seem to be no longer working, or maybe i did the wrong thing.
Zend_Debug::dump($twitter->account->verifyCredentials());
returned
object(Zend_Rest_Client_Result)#50 (2) {
["_sxml":protected] => object(SimpleXMLElement)#55 (2) {
["request"] => string(33) "/1/account/verify_credentials.xml"
["error"] => string(19) "Incorrect signature"
}
["_errstr":protected] => NULL
}