Julio Biason wrote:
On Sun, Jan 3, 2010 at 4:15 PM, SeriousSamP <[email protected]> wrote:
I am trying to send retweets using retweet.it from rss data. I was hoping
to filter out the ones that matched certain keyword criteria and
automatically retweet them from a php page that can only be accessed wehn
logged in as it uses you account.
Can anyone help me with this?
If retweet.it sends you the message id, you can retweet using:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-retweet
You'll need oAuth (or use the basic auth) to retweet the messages, though.
Thanks,
However, Retweet.it is a site that rewards you for sending retweets and
I am trying to automate this process. I am looking for a way to access
the php which sends the retweets. Either by passing data to the URL,
:COOKIE maybe? Or from a php page that does the whole thing which I can
then call.