I am new to Ruby and Rails and I am using Koala in my test application. Does Koala handle the recent changes in Facebook where it returns only 25 results at a time?
The code @graph.get_connections("me", "likes") used to give all the likes but since October, 2013 when Facebook implemented new rules, it returns only 25 results.
Facebook url for for new rules: https://developers.facebook.com/docs/roadmap/completed-changes/#q4-2013
Here is the text from the link above that is affecting my application. Thanks.
"/USER_ID/likes default update:
Currently the API returns all likes by default. After the migration, fetching a user's likes via the Graph API will return 25 results at a time. We've added pagination to the results so you can page through to all of a user's likes."