Technology, Smartphones, Games


Post to Twitter with out visiting the Twitter site using C#

I have just written an application which will allow you to post to Twitter with out visiting the website. This is just a small exe file of 36KB size.

1. It will not store your Twitter username or password anywhere – so you will have to enter the username and password every time you restart the application.

2. If you minimize the application, it will sit in your system tray and you will not have to enter the username and password again if you entered in once

3. If you enter an URL it will convert it to Tiny URL and will post to twitter

4. It also have another section which will help you to find the tiny URL

This is a very simple application which is developed in C#, so it will need .net framework 2.0 to run.

Will post the code also here soon.

let me know your comments

Twitter.zip (9.31 kb)

Twitter_Source_Code.zip (37.79 kb)