How to write status in Twitter from JSP (and/or Coldfusion). We are using HTTP taglib from Coldtags suite:
<%@ taglib uri="taglib32.tld" prefix="t" %>
<t:GetPost url="http://twitter.com/statuses/update.xml" method="post">
<t:setAuthorization user="your_twitter_name"
password="your_twitter_password"/>
<t:setParam name="status">test from JSP</t:setParam>
</t:GetPost>
P.S. also you can use a specialized Twitter taglib.
No comments:
Post a Comment