Using Twitter OAuth to post updates automatically

Posted by ebae on Stack Overflow See other posts from Stack Overflow or by ebae
Published on 2010-04-25T12:40:37Z Indexed on 2010/04/25 12:43 UTC
Read the original article Hit count: 254

Filed under:
|

Here's my scenario.

I have a web site, which automatically posts updates to Twitter using cURL at the moment.

But I hear Twitter is going to turn this feature off and move to OAuth.

I tried implementing OAuth in my site, but the user actually has to manually authenticate before being able to post anything to twitter.

How can I use OAuth and still let my website post updates automatically, without me having to manually click on "authenticate"?

© Stack Overflow or respective owner

Related posts about twitter

Related posts about oauth