Miacommunity
Well-known member
I'm trying to call XenForo 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:
XF 2.1 API endpoints
This is a temporary location for the XF 2.1 API end point documentation. It will likely move to the core developer documentation at some point in the future. 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 we resolve this problem?
But it tells me I need to login when I call it although I have logged in with auth api.
I called this api:
XF 2.1 API endpoints
This is a temporary location for the XF 2.1 API end point documentation. It will likely move to the core developer documentation at some point in the future. This document assumes you have already created an API key and setup the necessary headers for your request. Learn more about using the API.
and the result is:
{
code = "login_required";
message = "You must be logged-in to do that.";
params = (
);
}
How can we resolve this problem?