I manage to post a tweet with HTTP POST. Then I dumped the result. It
was in the XML format. I got this value within XML tag <id>2774581598</
id> when I posted it successfully. I believe this is a twit numeric
identifier we can use to destroy it but I'm getting 404 error.

Now I wish to delete (destroy) the same twit...I'm trying with
following code but it does NOT work.

<cfhttp url="http://twitter.com/statuses/destroy/
#arguments.statusID#.xml" method="post"
username="#arguments.username#" password="#arguments.password#"
useragent="twitterCFC">
                        <cfhttpparam name="id" value="#arguments.statusID#"
type="formfield" />
                </cfhttp>

where  arguments.statusID = 2774581598.

Can someone help me please?

Thanks.

Reply via email to