Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 1.1.0.RELEASE
-
Component/s: API Binding
-
Labels:None
Description
Facebook's paging feature supports limit, since, until, offset, before and after. Presently, the class org.springframework.social.facebook.api.impl.PagedListUtils has a method called getPagingParameters( PagingParameters pagedListParameters ) which is ignoring the before and after parameters.
As a result, when using the CommentOperations interface's getComments(String objectId, PagingParameters pagedListParameters) method, the input PagingParameter instance's before and after parameters are not being used for the Facebook Graph API invocation.