How can I post a message to twitter using only javascript (no serverside authentification).
For example I have a form with username, password, and a text field and a submit button.
I want to use it on the backend of a website.
I have read this, http://dev.twitter.com/doc/post/statuses/update but I do not know how to handle the authentification of the username.
(I know that it involves many security risks doing it this way)