It is necessary to get the objects of the user group who made the post in one of the topics
I need to get the objects of the group of users who made a post in one of the topics, all this is needed at https: //mysite.com/categories
Best posts made by GameStep
-
It is necessary to get the objects of the user group who made the post in one of the topics
-
RE: It is necessary to get the objects of the user group who made the post in one of the topics
@PitaJ said in It is necessary to get the objects of the user group who made the post in one of the topics:
What have you tried?
tried adding a user group object to post.user
Latest posts made by GameStep
-
Economy plugin for your forum | Плагин экономики для вашего форума
Hello everyone, I'm starting to develop a large-scale open source plugin for NodeBB.
In this thread, news about the development progress will appear, you can also give advice, share ideas and just discuss here.
Since the plugin will be open source, I would like to take advantage of your goodwill and rely on donations, I am very grateful to you in advance.Привет всем, я начинаю разработку масштабного опенсорс плагина для NodeBB.
В этой темы будут появляться новости о ходе разработки, так же здесь можно давать советы, делиться идеями и просто обсуждать.
Так как плагин будет опенсорс, я бы хотел воспользоваться вашей доброжелательностью и понадеяться на донаты, заранее очень вам благодарен. -
RE: It is necessary to get the objects of the user group who made the post in one of the topics
@PitaJ said in It is necessary to get the objects of the user group who made the post in one of the topics:
What have you tried?
tried adding a user group object to post.user
-
RE: Sessions created by Read API and Write API?
@po said in Sessions created by Read API and Write API?:
I don't want to create a new session for every API request. I was sending requests to the Read API, but I couldn't find clear documentation for it online. So, I just sent the bearer token I had previously generated for the Write API, and made Read API requests to endpoints with "?_uid=1" appended at the end, to authenticate as administrator.
My guess is that the Read API is where all of the sessions were being created. Is there a better way to open one session, make a lot of Read API requests, and then close the session? I'd love to do that. Could you please point me to a code example?It’s convenient for you to communicate via Facebook, I can give you my data https://www.facebook.com/GameStepLive
-
It is necessary to get the objects of the user group who made the post in one of the topics
It is necessary to get the objects of the user group who made the post in one of the topics
I need to get the objects of the group of users who made a post in one of the topics, all this is needed at https: //mysite.com/categories -
RE: Sessions created by Read API and Write API?
Why do you create a new session for every api request? Make all requests in an open session or close the session after each request and open before starting a new