Re: [twitter-dev] fetch followers using Twitter API

2010-01-03 Thread Cameron Kaiser
> I was wondering, is there any possibility that a user can get all of
> his/her followers upon supplying the username and password using
> Twitter API?
> 
> I wanted to give my user a possibility to display their twitters
> followers on my web upon they key in the twitter's username and
> password.

This has been a frequently asked question lately. There is no way to get
the entire list in one single call. You can get 100 at a time and advance
through the list using cursors. Refer to

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

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- Of course, what I really want is total world domination. -- Linus Torvalds -


[twitter-dev] fetch followers using Twitter API

2010-01-03 Thread Azhan
Hye guys,

I was wondering, is there any possibility that a user can get all of
his/her followers upon supplying the username and password using
Twitter API?

I wanted to give my user a possibility to display their twitters
followers on my web upon they key in the twitter's username and
password.

Thanks
Azhan