Twitter with VB follow up
The video for this is a bit choppy. The fundamental process is:
- get the twitter.vb in place.
- update the Username,Password lines.
- A textbox for status (statusText) updates and a textbox for results (results).
- A button for posting and a button for friend timeline
- Onclick of post button calls results.text=PostStatus(status.text)
- Onclick of FriendTimeline button calls
results.text=push(username,password,FriendTimeline)
Download Project