Facebook Open Graph API: weird behavior of parameter limit while getting a paginated user's news feed
问题 I've written a little script in JAVA, that tests the parameter limit with four different values (10, 100, 1000 and 10000) when querying a user's news feed of Facebook using the Open Graph API and the RestFB client. As you'll see, it has a strange behavior... Scenario: public static void main(String[] args) { // vars DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); FacebookClient client = new DefaultFacebookClient(accessToken); Connection<Post> home; List<Post> postList;