XenForo
Administrative
- Thread starter
- Admin
- #1
Hi,
I'm trying to post a new thread through API and passing this data as post fields (based on documentation):
'node_id' => 1,
'title' => 'test',
'message' => 'test',
'api_bypass_permissions' => 1,
I'm getting this error:
"errors": [
{
"code": "please_enter_valid_name",
"message": "Please enter a valid name.",
"params": []
}
]
What's the name I'm missing? According to the API...
Read more
ادامه مطلب...
I'm trying to post a new thread through API and passing this data as post fields (based on documentation):
'node_id' => 1,
'title' => 'test',
'message' => 'test',
'api_bypass_permissions' => 1,
I'm getting this error:
"errors": [
{
"code": "please_enter_valid_name",
"message": "Please enter a valid name.",
"params": []
}
]
What's the name I'm missing? According to the API...
Read more
ادامه مطلب...