A big problem recently, I am using:
twitter_api = twitter.Twitter(auth=auth)
id=760110795040489473
x=twitter_api.statuses.retweets(_id=id,count=100);
But I got no response in Linux, not even a error message. When I run the same code in Windows, it shows error 10060 which means I can not connect to api.twitter.com. The situation started from yesterday, what happened to the API? Is it down?