findozor
Active member
I'm trying to create a topic as a guest using the guest api key and getting an error:
according to answer on similar thread https://xenforo.com/community/threa...-guest-user-no-username.189355/post-149072549
My question is can be weird as im not experienced in api - but how can i activate it and pass the right parameter to create a topic by a guest?
Code:
Code:
"errors": [
{
"code": "please_enter_valid_name",
{ "message": "Please enter a valid name."
{ "params": []
}
according to answer on similar thread https://xenforo.com/community/threa...-guest-user-no-username.189355/post-149072549
i need to allow be globally setFor API actions that require guests to have a username specified (like posting a message), allow this to be globally set via the api_guest_username parameter
api_guest_username
parameter.My question is can be weird as im not experienced in api - but how can i activate it and pass the right parameter to create a topic by a guest?