[twitter-dev] Scheduled tweets

2011-07-11 Thread santhosh kumar
Hi, I wonder if there is anyway to post tweets in a scheduled basis. I am creating an application from which I want the users to share their thoughts in twitter exactly at the time they set in publish on field. I guess I can do it using the curl library in PHP. Is there anyother better work

Re: [twitter-dev] Scheduled tweets

2011-07-11 Thread Tom van der Woerdt
Start by using @abraham's TwitterOAuth (https://github.com/abraham/twitteroauth). Use the SSO tokens on dev.twitter.com so you don't have to authenticate with OAuth. To schedule the tweets: use a crontab entry or something like that. Tom On 7/11/11 12:39 PM, santhosh kumar wrote: Hi, I