I am working with rest fb for the first time and am not able to fetch my friends checkins using the above fql query. The query - me/friends?fields=checkins.limit(5) gives me an exception saying
{
"error": {
"message": "(#613) Calls to checkin_fql have exceeded the rate of 600 calls per 600 seconds.",
"type": "OAuthException",
"code": 613 }
}
Any suggestions will be helpful. Thanks !