Skip to content

Instantly share code, notes, and snippets.

@ijansch
Created February 23, 2013 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijansch/5018893 to your computer and use it in GitHub Desktop.
Save ijansch/5018893 to your computer and use it in GitHub Desktop.
/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';
@ijansch
Copy link
Author

ijansch commented Feb 23, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment