I have a web site, that authenticates users using their Twitter ID and password via oAuth.
Everything works well.
I want to know if it's possible to post a status update to the user's Twitter page. I know how to post a status update to my website's Twitter account (which is what the wit web site is registered with), but how do I update someone else's status when they authenticate via my site?
Thank you.