XF 2.2 Reply to thread with API

hanyuwomr

Member
I build a mobile app . And user want to reply into thread. then I will call api for update data for thread .
I read about data in here but I can't do it API Xenforo 2.2
Have any dev help me for that. Thanks.
 
{
"errors": [
{
"code": "api_disabled",
"message": "The API has been disabled by an administrator.",
"params": []
}
]
}

This is my massage
 
Presumably you have generated a key in the ACP?

Also check you do not have this in the src/config.php file: $config['enableApi'] = false; .
 
Top Bottom