Twitter use OAuth vs VB6

70 views
Skip to first unread message

DAMnet

unread,
Sep 2, 2010, 2:04:53 PM9/2/10
to Twitter Development Talk
Hello,

I used the Visual Basic 6 Twitter status update code:
Dim objHTTP As Object
Set objHTTP = CreateObject("Microsoft.XMLHTTP")

objHTTP.open "POST", "http://twitter.com/statuses/update.xml",
False, strUsername, strPassword
objHTTP.send "status=" & strMessage
SendToTwitter = objHTTP.responseText

Set objHTTP = Nothing 'Release the object


Have can I make it works for OAuth use?
I have already a Consumer key and Consumer secret

Thanks
Reply all
Reply to author
Forward
0 new messages