I want to get correct user related data on posts (e.g. selfPost, bookmarked, upvoted) that are user-specific, but I always get false
even if the user with uid (I am sending it as param) is the poster. How can I fix this?
Best posts made by Elina Hovakimyan
-
Not getting authenticated data on posts when sending _uid parameter
Latest posts made by Elina Hovakimyan
-
RE: Not getting authenticated data on posts when sending _uid parameter
@julian We checked and we are up-to-date with
master
-
RE: Not getting authenticated data on posts when sending _uid parameter
@julian @PitaJ Here is our API endpoint I am using -
https://community.barqer.com/api/topic/23/?_uid=43
As you can see post is made by user with id 43 butselfPost
comes asfalse
. -
Not getting authenticated data on posts when sending _uid parameter
I want to get correct user related data on posts (e.g. selfPost, bookmarked, upvoted) that are user-specific, but I always get
false
even if the user with uid (I am sending it as param) is the poster. How can I fix this? -
APIs to create post and add actions to it
Hi everyone! We are creating a community using NodeBB APIs. However I am unable to find endpoints for creating post and post actions such as reply, upvote, downvote, edit, delete, flag, bookmark, share, etc. Can you please help to find these endpoints?