From faa396d6dfba9fdba6554775561277efaa9b37ee Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Sun, 30 Sep 2012 11:16:54 -1000 Subject: [PATCH] Update content/docs/app-server.md Add URL Parameters for GET /followers. --- content/docs/app-server.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/docs/app-server.md b/content/docs/app-server.md index 7afc351..903bc0e 100644 --- a/content/docs/app-server.md +++ b/content/docs/app-server.md @@ -54,6 +54,15 @@ Apps can get a list of current followers. {get_followers example} +#### URL Parameters + +GET parameters can be used to filter and paginate the returned followers. + +| Name | Description | +| ---- | ----------- | +| `before_id` | Followers before a specific entity identifier. | +| `since_id` | Followers since a specific entity identifier. | +| `limit` | The number of followers to return (defaults to the maximum of 50). | ### GET /followers/:id