Skip to content
bato3 edited this page Sep 17, 2016 · 2 revisions

Welcome to the XenAPI wiki!

Addon page on Xenfro page: XenForo PHP REST API

Installation

The api.php goes in the root of the XenForo installation.

To run change the API key by replace the REPLACE_THIS_WITH_AN_API_KEY with your desired API key. $restAPI = new RestAPI('REPLACE_THIS_WITH_AN_API_KEY');

or send hash in format: username:hash, where hash is result authenticate action.

Clone this wiki locally