Apparently Twitter upgraded their API to v1.1. The http request that the widget sends gets this response:
{“errors”: [{“message”: “The Twitter REST API v1 will soon stop functioning. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.”, “code”: 68}]}
I modified the version 1 to 1.1 in the code, but then got another error. The API must have changed more significantly, but I did not have the time to go and read it.
An update would be greatly appreciated.
Best,