Hi,
When searching for users in twitter (userOperations().searchForUsers(String query, int page, int pageSize) ),
the paging doesn't work, i.e. the same results set is always returned regardless of the given page index and page size.
When examining the url that is built and sent to Twitter API, I noticed that a wrong parameter is used -"per_page" instead of "count".
Is this a known issue? Is there any workaround?
When searching for users in twitter (userOperations().searchForUsers(String query, int page, int pageSize) ),
the paging doesn't work, i.e. the same results set is always returned regardless of the given page index and page size.
When examining the url that is built and sent to Twitter API, I noticed that a wrong parameter is used -"per_page" instead of "count".
Is this a known issue? Is there any workaround?