You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this isn't the correct way to do this, I'm new to GitHub. The twitterstream.py needs to have the fetchsamples() function updated. The url defined in the function is an old url. Per the post below, this is needs to be updated as follows:
Sorry if this isn't the correct way to do this, I'm new to GitHub. The twitterstream.py needs to have the fetchsamples() function updated. The url defined in the function is an old url. Per the post below, this is needs to be updated as follows:
Current: url = "https://stream.twitter.com/1/statuses/sample.json"
Should be: url = "https://stream.twitter.com/1.1/statuses/sample.json"
Post showing new URL: https://twittercommunity.com/t/retiring-old-v1-streaming-api-endpoints-on-march-31st-2016/60351
The text was updated successfully, but these errors were encountered: