Twitter URIs have changed

The #! was deprecated ages ago, and Twitter forces HTTPS these days.
This commit is contained in:
Stephen Paul Weber 2015-10-23 16:19:54 +00:00
parent 0ba53edd96
commit d1f1063900
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class TwitterImport
*/
function makeStatusURI($username, $id)
{
return 'http://twitter.com/#!/'
return 'https://twitter.com/'
. $username
. '/status/'
. $id;