PHP cron script with twitter (problem with oauth)

Posted by James Lin on Stack Overflow See other posts from Stack Overflow or by James Lin
Published on 2010-06-01T22:19:13Z Indexed on 2010/06/01 22:23 UTC
Read the original article Hit count: 290

Filed under:
|
|

Hi guys,

I am trying to write an php twitter script which will be run by crontab, what the script does is to get the tweets from a dedicated twitter account.

I have looked at some of the php twitter oauth libraries, all of them seem to use redirect to a twitter page to get a token, then goes back to a callback link. In my case I don't want to have any user interaction at all.

Could anyone please tell me what I should do?

Regards

James

© Stack Overflow or respective owner

Related posts about php

Related posts about twitter