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  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 wrote:
>
>> On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha 
>> wrote:
>> >> Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-usersshow
>> >> there is a  element.
>>
>> Yeah, that doc's not coming up right now.
>>
>> It looks like this:
>>
>> $ curl "http://api.twitter.com/1/users/show/nightmare49.xml"; 2>&1 |
>> grep ""
>>
>>  10
>>
>> ---
>>
>> -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


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  wrote:

> On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha 
> wrote:
> >> Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-usersshow
> >> there is a  element.
>
> Yeah, that doc's not coming up right now.
>
> It looks like this:
>
> $ curl "http://api.twitter.com/1/users/show/nightmare49.xml"; 2>&1 |
> grep ""
>
>  10
>
> ---
>
> -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 Damon Clinkscales
On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha  wrote:
>> Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show
>> there is a  element.

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

It looks like this:

$ curl "http://api.twitter.com/1/users/show/nightmare49.xml"; 2>&1 |
grep ""

  10

---

-damon


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.com>wrote:

> Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show
>
> there is a  element.
>
> Abraham
>
>
> On Thu, Dec 17, 2009 at 22:03, Gaurav Shaha 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.
>



-- 
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  element.

Abraham

On Thu, Dec 17, 2009 at 22:03, Gaurav Shaha  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.


[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"