I'm using the PHP SDK and finding that:
1) I can only return 100 friends at a time per page when calling getFriends().
2) Using the pagination returned from getFriends() I can only retrieve a maximum of 5,000 friends.
After that I get:
HTTP/1.1 404 Resource# 28387453 not found
Can someone confirm that this is a limitation? I need to pull a list of friends for someone that has more than 10,000.
Is there any documentation on rate limits, per day limits, etc. for the use of the API? In particular, can I check to see if 2 people are friends as many times as I want in a given day?
Thanks.