Is Anybody have IDEA about the solution of above problem

//kamesh

On Jun 13, 12:49 pm, kamesh SmartDude <kamesh.smartd...@gmail.com>
wrote:
> Dear All,
>
> I am developing a twitter mobile application, and i have a problem in
> fetching the followers and following list.
>
> earlier i used
>
> http://api.twitter.com/version/statuses/friends.formathttp://api.twitter.com/version/statuses/followers.format
>
> API's to fecth the Followers and following people list. But now they
> are depricated.
>
> Now i want to use the API's
>
> http://api.twitter.com/version/friends/ids.formathttp://api.twitter.com/version/followers/ids.format
>
> to fetch the ID's of the follower and following people Id's and
>
> http://api.twitter.com/version/users/lookup.format API to get the
> user List.
>
> Now My problem is that i want to fetch the Specific number (as per my
> requirement it is 16) of follower and following id's using the above
> two API's (friends/ids.format and followers/ids.format).
>
> But these two API's ignoring the "count" Parameter (suppose if i sent
> a request to fetch the followers of the user = sachin_rt
>
> http://api.twitter.com/1/followers/ids.json/screen_name=sachin_rt&cur...
>
> it is ignoring the count parameter....and returning an amount "5000"
> followers ID's.
> )
>
> and returning a huge number of Id's. As i am developing a mobile app i
> don't want to store this amount of data in my database until user go
> for "showmore"/ or scroll to the bottom of the list.
>
> please let me know is there any solution to fetch the specific number
> of ID's of the followers/follwing.
>
> Thanks in AdvanceKamesh

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to