Jan 15, 2014

[Solved] 403 Status Code on Twitter API

Posted Jan 15, 2014
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:
http://api.twitter.com/1.1/statuses/update.json

To:
https://api.twitter.com/1.1/statuses/update.json



No comments:

Post a Comment