This is a tutorial on how to create a twitter client in visual basic
Code:
Using Twitter As New WebClient Twitter.Credentials = New NetworkCredential(TextBox1.Text, TextBox2.Text) ServicePointManager.Expect100Continue = False Dim MyTweet = System.Text.Encoding.UTF8.GetBytes("status=" & TextBox3.Text) Try msgbox("Your message has been posted") Twitter.UploadData("http://twitter.com/statuses/update.xml", MyTweet) Catch ex As Exception MsgBox("The message can't be updated, Check your Username/Password.") End Try End Using
Twitter
http://www.twitter.com/Tutscoding
It was a nice tutorial...but about the url. It's the wrong one. I hope you understand.
I cannot show you the real one... sorry.
abhijeet2039 1 week ago
@MegaBladeKiller this client has been expired
volttide 9 months ago
The Message can´t be updated. Check your Username / Password.
This is My Problem but the Username and Password is right
MegaBladeKiller 10 months ago
got big enough icons?
GlitchImprover1 11 months ago
Are these sorts of programs not working any more due to the new Oauth authentication thing?
eeldeal 1 year ago
Hey! It doesn't work!!!!!!!!!!!!!!!!!!!
MultiGuy18 1 year ago
isnt working for me
xxXXCompHelpXXxx 1 year ago
Looks like a nice tutorial, but sound is very soft
jandirks 1 year ago
thecooljmans25(.)webs(.)c om(/)scraps(/)twitter_API(.)txt
jmans25 1 year ago