[twitter-dev] problem in adding follow in twitter from my tool

2009-10-08 Thread kiran kumar
Hi, I getting problem is,i like to add bulk of followers but i not that all followers adding.I worked on php by using cURL functions.and i use add follower by using http://twitter.com/friendships/create.xml?screen_name=follower's username.plz help to solve my problem.

[twitter-dev] Add mass follow in twitter account

2009-10-15 Thread kiran kumar
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,

[twitter-dev] Query About Direct Messages

2010-02-05 Thread kiran kumar
In Twitter,showing 250 per day limit.i want know to that,250 means message or 250 users.I want to develop a tool to send direct messages to my friends at a time.So,any body help me to solve my problem. Thank u. Kiran