well create a simple login page and ask users to sign-in with their twitter
accounts to your client's website and provide the textbox to update twitter
status. Use the credentials of users which they provided while signing in to
authenticate their twitter account  and also to store cookies or session as
per your requirements.
There are few more tutorials on twitter-api website for php. Look at them.

On Sat, Oct 10, 2009 at 9:45 PM, sisyphus <[email protected]> wrote:

>
> 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.
>

Reply via email to