ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,717
- Points
- 823
Reputation:
ENXF NET 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 (in this case, our XenForo forum).
Most developers will be familiar with the two common HTTP methods we use in most web applications: GET to retrieve...
Read more about this resource...