What steps will reproduce the problem?
1.Weibo weibo = getWeiboClient(accessToken);
2. List<User> friends = weibo.getFriendsStatuses(new
Paging(pageNumber).count(numberOfItemsPerPage));
What is the expected output? What do you see instead?
expect to get friends according to the Paging details
Paging(1).count(50) ==> return all the 28 friends
Paging(1).count(20) ==> return the first 20 friends
Paging(2).count(20) ==> return the same first 20 friends when expected to get
the last 8 users
What version of the product are you using? On what operating system?
weibo4j-20110622
Please provide any additional information below.
Thanks
Yosef
Email: yosef.arraf@mailvision.com
Original issue reported on code.google.com by yosef.ar...@mailvision.com on 30 Apr 2012 at 8:10
Original issue reported on code.google.com by
yosef.ar...@mailvision.com
on 30 Apr 2012 at 8:10