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
>

Reply via email to