XenAPI icon indicating copy to clipboard operation
XenAPI copied to clipboard

This PHP REST API allows usage of several of XenForo functions, such as authentication, user information and many more functions!

Results 25 XenAPI issues
Sort by recently updated
recently updated
newest added

Please update the api with Content Tagging in Xenforo 1.5 when createThread. Input tags maybe seperate by comma, Thanks so much!

how can i get all users list ? Thanks.

Request : Add "logout" (important for external website). Thank you :)

Hi, in https://github.com/Contex/XenAPI/issues/23 there was requested to be a method to get/identify a user by his session cookie - is this implemented yet? i've a webservice running on the same...

It's possible with the API to know if an user is logged (and have the cookie) on Xenforo ? if (\Drupal::currentUser()->isAnonymous()) { // is visitor on Drupal } else {...

Hey Context, As discussed this is regarding the ability to set a users avatar from a url. For example http://www.example.com/avatars/user1.png Thanks

Hey, you requested a friend to make a feature request here in the hopes that it can be included in the next version. We would love to be able to...

Hi, for endpoints like createThread it would be really nice if grab_as was prioritized if it was passed. The scenario is I'm logged in as joe with hash 1234567890 and...

`I open this because I have not found this request anywhere` The title itself explains what I'm looking for: _The ability to delete profiles over HTTP requests_ It's possible to...

I use: ``` php $url = $xenAPI->login( 'Kyna', 'my_secret_password', 'http://theming.dev' ); $response = new Symfony\Component\HttpFoundation\RedirectResponse($url); $response->send(); return; ``` And I have this error: `{"error":5,"message":"Authentication error: \"Unable to decrypt login_hash\""}` The...