Created
February 23, 2013 07:51
-
-
Save ijansch/5018893 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/share/php/libzend-framework-php/Zend# diff Service/Twitter.php-unpatched Service/Twitter.php | |
61c61 | |
< const OAUTH_BASE_URI = 'http://twitter.com/oauth'; | |
--- | |
> const OAUTH_BASE_URI = 'https://api.twitter.com/oauth'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The old url has been deprecated for ages but was never changed in ZF. See this issue on twitter developer site:
https://dev.twitter.com/issues/879