Hai Every One,
How do i findout new followers from my followers list..Plz help
me to solve this problem
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
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, CUR
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.
Th