Merge pull request #81 from longears/master
Explain what "GET /posts" returns depending on authentication status
This commit is contained in:
commit
cfb529097b
1 changed files with 3 additions and 1 deletions
|
@ -94,7 +94,9 @@ Apps can create posts by sending them to the server. The server will then send n
|
||||||
|
|
||||||
### GET /posts
|
### GET /posts
|
||||||
|
|
||||||
Apps can retrieve posts.
|
Apps can retrieve posts. If the request is not authenticated this will return the user's own public posts.
|
||||||
|
If the request is authenticated and the app has been granted the necessary scopes, this will also return
|
||||||
|
the user's non-public posts, posts from entities the user follows, and posts that mention the user.
|
||||||
|
|
||||||
{get_posts example}
|
{get_posts example}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue