The credentials needed are your username and token generated.Below are the api's;
. /api/users/user_id - your profile details.
. /api/users/user_id /followers - your followers.
. /api/users/user_id /followed - those you are following.
. /api/users/user_id /endorsers - those who have endorse you.
. /api/users/user_id /endorsed - those you have endorsed.
. /api/users/user_id /blockers - thhose you have blocked.
. /api/users/user_id /blocked - those who have blocked you.
. /api/users/user_id /friends - your friends.
. /api/posts/post_id - see your post.
. /api/stories/story_id - see your story.
. /api/user/posts/user_id - your posts.
. /api/user/stories/user_id - your stories.
. /api/posts - create a post.
. /api/posts/post_id/files - add file(s) to your post without file(s).
. /api/posts/post_id - update your post.
. /api/stories - create a story.
. /api/stories/story_id/files - add file(s) to your story without file(s).
. /api/stories/story_id - update your story.
. /api/posts/search - search from your own posts, params; user_id and search.
. /api/stories/search - search from your own stories, params; user_id and search.
To share directly to this platform;
. /api/share/post/new : params; title(compulsory), content and url. - post
. /api/share/data/insert : params; title(compulsory), story, advice and url. - story