Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Twitter API
#6
Like Http.Post.

Function TweetSubmitUserStatus
Code:
Copy      Help
;/
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)