How to send a message to twitter using only javascript (without server authentication).
For example, I have a form with a username, password, text box and submit button.
I want to use it on a website.
I read this, http://dev.twitter.com/doc/post/statuses/update , but I don't know how to handle username authentication.
(I know this involves many security risks that make it that way)
source
share