I am new to twitter api. a client asks me to do something simple with their web site with twitter.
the client asks to create a text field that let user type message and click a update button then send the message to twitter. I follow this example and ok: http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html but my client would like to let the users sign in to their own twitter account to create a session first. then the web page will update the message using the cookie and session information(first check has the user signed in to their account already). is it possible? the above example saves the username and password in the program. it seems simple but i am new to twitter api that i do not how to get started. anyone would advise? thanks a lot.
