On Tue, Jun 2, 2009 at 11:21 AM, Curt Schryver <[email protected]> wrote:
> > 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? > Are you posting the same message to multiple twitter accounts? That would be one issue to check into. They consider it spam at that point. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:323085 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

