[twitter-dev] Re: Add mass follow in twitter account

2009-10-15 Thread Dewald Pretorius

Romeo Oscar Tango Foxtrot Lima Mike Alpha Oscar

On Oct 15, 4:03 pm, kiran kumar kiran.nets...@gmail.com wrote:
 Hi,
       I need to  add mass follow in my twitter account.I already wrote
 a program to add mass follows but didn't adding,my code is in below

 $url=http://twitter.com/friendships/create.xml?screen_name=.$value;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL,$url);
    curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
    curl_setopt($ch, CURLOPT_USERPWD, $username.:.$pass);
    curl_setopt($ch, CURLOPT_VERBOSE, 1);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
  $returned = curl_exec($ch);

 anybody help to this problem


[twitter-dev] Re: Add mass follow in twitter account

2009-10-15 Thread Adam Cloud
Lima Oscar Lima even more @ Dewalds response :D

On Thu, Oct 15, 2009 at 1:08 PM, Dewald Pretorius dpr...@gmail.com wrote:


 Romeo Oscar Tango Foxtrot Lima Mike Alpha Oscar

 On Oct 15, 4:03 pm, kiran kumar kiran.nets...@gmail.com wrote:
  Hi,
I need to  add mass follow in my twitter account.I already wrote
  a program to add mass follows but didn't adding,my code is in below
 
  $url=http://twitter.com/friendships/create.xml?screen_name=.$value;
 $ch = curl_init();
 curl_setopt($ch, CURLOPT_URL,$url);
 curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
 curl_setopt($ch, CURLOPT_USERPWD, $username.:.$pass);
 curl_setopt($ch, CURLOPT_VERBOSE, 1);
 curl_setopt($ch, CURLOPT_POST, 1);
 curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
   $returned = curl_exec($ch);
 
  anybody help to this problem



[twitter-dev] Re: Add mass follow in twitter account

2009-10-15 Thread Nick Arnett
On Thu, Oct 15, 2009 at 3:27 PM, Adam Cloud cloudy...@gmail.com wrote:

 Lima Oscar Lima even more @ Dewalds response :D


Or as California cops sometimes say, John Edward Robert King.

Nick