05-30-2009, 03:40 AM
Like Http.Post.
Function TweetSubmitUserStatus
not tested
Function TweetSubmitUserStatus
;/
function $username $tweet $password
str user.encrypt(4 _s.from(username ":" password) "" 3)
str status.from("status=" tweet)
Http h.Connect("twitter.com")
h.Post("statuses/update.xml" status 0 _s.from("Authorization: Basic " user))
not tested