Twitter API status update not working when updating to v1.1
问题 I have a twitter application which sends tweets automatically for uses of our blog application whenever they post a new blog item. This application is now returning an error HTTP/1.1 401 Unauthorized Content-Type: application/json; charset=utf-8 Date: Mon, 12 Nov 2012 22:05:27 UTC Server: tfe {"errors":[{"message":"Could not authenticate you","code":32}]} My coldfusion code is as follows for posting the tweet: <cfset var tweetURL = "https://api.twitter.com/1.1/statuses/update.json"> <cfhttp