|

08-15-2011, 11:46 PM
my php file is this:
<?php
require_once('EasyBotter.php');
$eb = new EasyBotter();
$response = $eb->autoFollow();
$response = $eb->postRotation('data.txt');
$response = $eb->reply(2,'reply_pattern.php');
$response = $eb->replyTimeline(2,'tl_pattern.php');
?>
it is intended to tweet (the contents in data.txt) on twitter; does this apply to the case that you mentioned? if i need to post more about the files please say so. thank you
|