Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Gaurav Shaha
It is showing page not found error

On Fri, Dec 18, 2009 at 10:05 AM, Abraham Williams 4bra...@gmail.comwrote:

 Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show

 there is a followers_count element.

 Abraham


 On Thu, Dec 17, 2009 at 22:03, Gaurav Shaha gauravshah...@gmail.comwrote:

 Hello All,

 I am sending request to 
 http://twitter.com/statuses/friends/'.$user.'.xml?cursor=-1http://twitter.com/statuses/friends/%27.$user.%27.xml?cursor=-1
 url for getting the following list.
 I am not able to get the count of the following. Also i had read that this
 url provide only 100 records so how can i get all the follwer count of
 twitter user ($user) ?

 How can i get it?

 Thank you in advance.

 --
 Warm Regards,
 Gaurav Shaha
 9823359549.


 Don't try to show off, just be youself and do what you ENJOY doing




 --
 Abraham Williams | Awesome Lists | http://bit.ly/sprout608
 Project | Intersect | http://intersect.labs.poseurtech.com
 Hacker | http://abrah.am | http://twitter.com/abraham
 This email is: [ ] shareable [x] ask first [ ] private.




-- 
Warm Regards,
Gaurav Shaha
9823359549.


Don't try to show off, just be youself and do what you ENJOY doing


Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Damon Clinkscales
On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha gauravshah...@gmail.com wrote:
 Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show
 there is a followers_count element.

Yeah, that doc's not coming up right now.

It looks like this:

$ curl http://api.twitter.com/1/users/show/nightmare49.xml; 21 |
grep followers_count

  followers_count10/followers_count

---

-damon


Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Gaurav Shaha
thank you, but i want following count.
does friends_count mean following count???

On Fri, Dec 18, 2009 at 1:54 PM, Damon Clinkscales sca...@pobox.com wrote:

 On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha gauravshah...@gmail.com
 wrote:
  Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-usersshow
  there is a followers_count element.

 Yeah, that doc's not coming up right now.

 It looks like this:

 $ curl http://api.twitter.com/1/users/show/nightmare49.xml; 21 |
 grep followers_count

  followers_count10/followers_count

 ---

 -damon




-- 
Warm Regards,
Gaurav Shaha
9823359549.


Don't try to show off, just be youself and do what you ENJOY doing


Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Abraham Williams
Friends are the users the specified account follows. Followers are the users
that follow the specified account.

Abraham

On Fri, Dec 18, 2009 at 04:46, Gaurav Shaha gauravshah...@gmail.com wrote:

 thank you, but i want following count.
 does friends_count mean following count???


 On Fri, Dec 18, 2009 at 1:54 PM, Damon Clinkscales sca...@pobox.comwrote:

 On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha gauravshah...@gmail.com
 wrote:
  Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-usersshow
  there is a followers_count element.

 Yeah, that doc's not coming up right now.

 It looks like this:

 $ curl http://api.twitter.com/1/users/show/nightmare49.xml; 21 |
 grep followers_count

  followers_count10/followers_count

 ---

 -damon




 --
 Warm Regards,
 Gaurav Shaha
 9823359549.


 Don't try to show off, just be youself and do what you ENJOY doing




-- 
Abraham Williams | Awesome Lists | http://bit.ly/sprout608
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Bloomington, IN, United States


[twitter-dev] How to get Following count of user

2009-12-17 Thread Gaurav Shaha
Hello All,

I am sending request to 
http://twitter.com/statuses/friends/'.$user.'.xml?cursor=-1 url for getting
the following list.
I am not able to get the count of the following. Also i had read that this
url provide only 100 records so how can i get all the follwer count of
twitter user ($user) ?

How can i get it?

Thank you in advance.

-- 
Warm Regards,
Gaurav Shaha
9823359549.


Don't try to show off, just be youself and do what you ENJOY doing


Re: [twitter-dev] How to get Following count of user

2009-12-17 Thread Abraham Williams
Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show

there is a followers_count element.

Abraham

On Thu, Dec 17, 2009 at 22:03, Gaurav Shaha gauravshah...@gmail.com wrote:

 Hello All,

 I am sending request to 
 http://twitter.com/statuses/friends/'.$user.'.xml?cursor=-1 url for
 getting the following list.
 I am not able to get the count of the following. Also i had read that this
 url provide only 100 records so how can i get all the follwer count of
 twitter user ($user) ?

 How can i get it?

 Thank you in advance.

 --
 Warm Regards,
 Gaurav Shaha
 9823359549.


 Don't try to show off, just be youself and do what you ENJOY doing




-- 
Abraham Williams | Awesome Lists | http://bit.ly/sprout608
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.