[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 around?

Thanks.

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 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 around?

Thanks.



--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk