Merge pull request #83 from jyap808/patch-2
Update content/docs/app-server.md
This commit is contained in:
commit
7a0bf17a2e
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue