About a month ago, I implemented this code:

<CFHTTP url="http://twitter.com/statuses/update.xml"; method="POST" 
username="useridhere" password="passwordhere" charset="UTF-8">
   <CFHTTPPARAM type="FORMFIELD" name="user" value="useridhere">
   <CFHTTPPARAM type="FORMFIELD" name="password" value="passwordhere">
   <CFHTTPPARAM type="FORMFIELD" name="status" value="#form.ttext#">
</CFHTTP>
<CFOUTPUT>#cfhttp.StatusCode#</CFOUTPUT>

and it was posting updates to my Twitter account just perfectly.  I'd get a 
"200 OK" as the response code.  And, I'm still getting that code, but about two 
weeks ago, the posts actually stopped appearing on Twitter.  No errors, no 
notifications in my account, nothing.  Ideas? 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323084
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to