I am working on an Android app which uses Facebook Graph API. Currently I am researching status posts(news feed and wall). However I have noticed that Graph API 'me/feed' or 'me/home' does not provide all the posts.
For one of test accounts which shows 5 posts on wall from the official Facebook UI, I get only 2 posts for 'me/home'. Pagination leads to empty data.
In case of FQL also I have notice that complete data is not returned. FQL doesn't seem to have any pagination.
Am I missing something? Did you have any similar experience? If yes, what trick did you use to get all/maximum data.