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)
either use the javascript twitter api helper at http://sources.disruptive-innovations.com/twitterHelper/tags/latest/TwitterHelper.html
or the far easier way is to use the @anywhere api from twitter (http://dev.twitter.com/anywhere/begin)
A very helpful post : http://oodlestechnologies.com/blogs/Twitter-integration-on-PhoneGap-using-ChildBrowser-and-OAuth-for-iOS-and-Android-Platforms
Hope this helps ! Bye !