Merge pull request #82 from jyap808/patch-1

Update content/docs/app-server.md
This commit is contained in:
Jonathan Rudenberg 2012-09-30 14:47:10 -07:00
commit 5dd818fd96

View file

@ -26,6 +26,15 @@ Apps can tell a server to follow another entity.
{create_following example}
#### URL Parameters
GET parameters can be used to filter and paginate the returned followings.
| Name | Description |
| ---- | ----------- |
| `before_id` | Followings before a specific entity identifier. |
| `since_id` | Followings since a specific entity identifier. |
| `limit` | The number of followings to return (defaults to the maximum of 50). |
### GET /followings