Twitter URIs have changed
The #! was deprecated ages ago, and Twitter forces HTTPS these days.
This commit is contained in:
parent
0ba53edd96
commit
d1f1063900
|
@ -209,7 +209,7 @@ class TwitterImport
|
|||
*/
|
||||
function makeStatusURI($username, $id)
|
||||
{
|
||||
return 'http://twitter.com/#!/'
|
||||
return 'https://twitter.com/'
|
||||
. $username
|
||||
. '/status/'
|
||||
. $id;
|
||||
|
|
Loading…
Reference in New Issue
Block a user