Sim
Well-known member
Sim submitted a new resource:
How to call the XenForo API - A tutorial with working examples of how to call the XenForo API
Read more about this resource...
How to call the XenForo API - A tutorial with working examples of how to call the XenForo API
The new REST API in XenForo 2.1 lets us integrate third party apps with XenForo in new ways.
The key thing to remember about this API implementation is that it follows REST principals (REpresentational State Transfer) which simply means that there is a uniform set of operations that you can perform on the web service that exposes the API.
Most developers will be familiar with the two common HTTP methods we use in most web applications: GET to retrieve information from a web server (eg view...
Read more about this resource...