Closed GoogleCodeExporter closed 9 years ago
if you change line 2963 to:
url = 'http://api.twitter.com/1/followers/ids.json'
this function works again. looks like its just an old url from earlier versions
of the twitter api
Original comment by lmu...@gmail.com
on 12 Nov 2011 at 1:59
committed changeset 235:cec8703b7782
Original comment by bear42
on 3 Dec 2011 at 9:31
[deleted comment]
shouldn't the fix really be?:
url = '%s/followers/ids.json' % self.base_url
Original comment by ja...@jasonwiener.com
on 29 Feb 2012 at 11:54
I am unable to edit the twitter.py file. And the only difference I can see is
the URL is 'https://api.twitter.com/1/followers/ids.json' instead of
'http://api.twitter.com/1/followers/ids.json'
https instead of http. Is that the only difference? Or do I need to change some
other URL?
Original comment by nikhil.b...@gmail.com
on 15 Mar 2013 at 2:50
Original issue reported on code.google.com by
halka.r...@gmail.com
on 16 Aug 2011 at 1:33Attachments: