[twitter-dev] Re: Need example about get info twittercounter api

2010-07-08 Thread doremon
Thanks for your Respone, luisg.
-I checked api of twitter but not enough info. you can go to
twittercounter.com and will see many info ( average , follower,
following  ,... ) for each day. i asked Boris ( he created api
twiitercounter.com) , he said het get info in long time and save it to
DB .
-And anyone can help me !

On Jul 6, 5:10 am, luisg luisfmgoncal...@gmail.com wrote:
 Not sure if you can get all that info with the Twitter API. But for
 followers and tweets, you can get them using user/show:

 ...
 followers_count1031/followers_count
 ...
 statuses_count3390/statuses_count
 ...

 check 
 here:http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f...

 The number of friends, maybe with this 
 one:http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f...

 Luis

 On Jul 5, 8:55 am, doremon dungdet...@gmail.com wrote:

  - Now i want to make site get some info like twittercounter.com, But i
  can not get full information like twittercounter . So i have some
  questions.
  1.The information at twittercounter.com only twittercounter can get
  from twitter ?
  ex : 866 Followers      616 Following   111 Tweets      #107,543
  Twitter rank
      -1 yesterday         -48 yesterday    +0 yesterday
  107,482
     +101 on average     -6 on average   +2 on average        yesterday

  - And information follow weekly, monthly, 3 monthly,... for draw
  amcharts.

  2. If twitter has support please help me how can register for get this
  information ( or i must payment for get this information).


[twitter-dev] Re: Need example about get info twittercounter api

2010-07-05 Thread luisg
Not sure if you can get all that info with the Twitter API. But for
followers and tweets, you can get them using user/show:

...
followers_count1031/followers_count
...
statuses_count3390/statuses_count
...

check here: 
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0friends

The number of friends, maybe with this one:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0friends

Luis

On Jul 5, 8:55 am, doremon dungdet...@gmail.com wrote:
 - Now i want to make site get some info like twittercounter.com, But i
 can not get full information like twittercounter . So i have some
 questions.
 1.The information at twittercounter.com only twittercounter can get
 from twitter ?
 ex : 866 Followers      616 Following   111 Tweets      #107,543
 Twitter rank
     -1 yesterday         -48 yesterday    +0 yesterday
 107,482
    +101 on average     -6 on average   +2 on average        yesterday

 - And information follow weekly, monthly, 3 monthly,... for draw
 amcharts.

 2. If twitter has support please help me how can register for get this
 information ( or i must payment for get this information).