XF 2.0 XENFORO 2.0 REST API HELP

mamadearcares

New member
We use Xenforo SDK to integrate our membership plugin with Xenforo.
It works fine with Xenforo v1.x.

So when a user is added to our membership database in wordpress, we are able to automatically add the users to xenforo using APIs.

But after upgrade to xenforo v2.x, this integration no longer works.
And there seems to be no documentation on this so we are really struggling to find a way to integrate our membership plugin with xenforo v2.x.
Any help or guidance will be greatly appreciated.
If you don't have apis for this, can you refer php developers that we can work with on this.
 
I think @LPH has a plugin as Xenforo and Wordpress integration. He also made XF2 version of it. (Never saw an official sdk or api by XF. I don't think there is anything officially released yet. Anyway you can ask @Chris D to make sure)
 
XenForo 2 does not provide REST API, neither is XenForo 1. Your REST API was implemented by an add-on which has to be updated (and more likely rewritten) by its developer in order to work on 2.0.
 
Top Bottom