As of January 14, I was surprised to see that my code that uses Twitter API to post tweets does not work anymore. Then I saw the announcement that they now require https for all connections, so my change is quite simple:
From:
To:
From:
http://api.twitter.com/1.1/statuses/update.json
To:
https://api.twitter.com/1.1/statuses/update.json
No comments:
Post a Comment