baijin0312
New member
- Affected version
- 1.0
Hello, how are you?
I am using xen foro rest api v2 on my app, and I am going to get all conversations by calling "conversations" GET methods.
But it tells me I need to login when I call it although I have logged in with auth api.
I called this api:
and the result is:
{
code = "login_required";
message = "You must be logged-in to do that.";
params = (
);
}
How can I resolve this problem?
Looking forward your reply.
Thanks
I am using xen foro rest api v2 on my app, and I am going to get all conversations by calling "conversations" GET methods.
But it tells me I need to login when I call it although I have logged in with auth api.
I called this api:
REST API endpoints (2.2)
This document assumes you have already created an API key and setup the necessary headers for your request. Learn more about using the API.
xenforo.com
and the result is:
{
code = "login_required";
message = "You must be logged-in to do that.";
params = (
);
}
How can I resolve this problem?
Looking forward your reply.
Thanks