PDA

View Full Version : help with php and twitter




italiano40
Jan 2, 2009, 04:15 PM
ok i am writing a web site that would take someones twitter username and password and let them write a note, these people would also choose a date and time to be sent by twitter reply or direct message to the the person. To have all these actions done can i use php or phyton or should i use a C++ program to get the time and to check the Mysql for the times then to contact a php script to send the reply



DipDog3
Jan 3, 2009, 12:12 AM
ok i am writing a web site that would take someones twitter username and password and let them write a note, these people would also choose a date and time to be sent by twitter reply or direct message to the the person. To have all these actions done can i use php or phyton or should i use a C++ program to get the time and to check the Mysql for the times then to contact a php script to send the reply

PHP and MySQL will work. You don't need anything else.

SrWebDeveloper
Jan 3, 2009, 04:11 AM
Be sure to look into the Twitter API (http://apiwiki.twitter.com/) as well.
Here is a Twitter API PHP client (http://lab.arc90.com/2008/06/php_twitter_api_client.php) that really makes it easy! Awesome stuff.

-jim