API - Overview
-
USER
- user/show - show a user's details
- user/exists - check if a user account exists
- user/signin - signin to a user account
- user/create - create a new user account [privileged]
- user/delete - delete an active user account [privileged]
- user/recover - recover a deleted user account [privileged]
- user/activate - activate a pending user account [privileged]
- user/forgot - forgot a user/screen name or password [privileged]
- user/reset - reset a user's password [privileged]
- user/update_settings - update a user's settings
- user/update_password - update a user's password
- user/update_avatar - update a user's avatar
- user/update_design - update a user's design
- user/update_geo - update a user's geo info
- user/limits - returns the user's current limits
- user/follow - start following another user
- user/unfollow - stop following another user
-
USERS
- users/find - returns user accounts based on search criteria
- users/search - returns user accounts based on search criteria
- users/following - list of users that you are following
- users/followers - list of users that are following you
- users/following_and_follower - list of users that you are following and that are following you
- users/following_not_follower - list of users that you are following, but that are not following you
- users/follower_not_following - list of users that are following you, but that you are not following
- users/count - returns the number of user accounts that have been created
-
POST
- post/show - show a post's details
- post/replies - show a post's replies
- post/create - create a post
- post/reply - reply to a post
- post/delete - delete a post
- post/favorite - add a post to your favorites list
- post/unfavorite - remove a post from your favorites list
- post/favorited - returns users who have favorited a post
-
POSTS
- posts/home - returns a user's home stream
- posts/user - returns a user's personal stream
- posts/favorites - returns a user's favorite posts
- posts/following - returns posts of users that you are following
- posts/recent - returns the most recent public posts
- posts/search - returns recent public posts based on search criteria
- posts/count - returns the number of posts that have been created
