Login process with C# Winform xenforo api?

star99

New member
Joined
Apr 21, 2022
Messages
2
Programming Experience
Beginner
Hello, how to login with Xenforo api for winform with C# language?

If the user will login according to the desired user group while logging in, the member who is not in that user group will not be able to login.

There are no resources for this online. So the old ones don't work. Can you help me ?
 
Xenforo samples tend to target PHP because that is the language the platform is written in, but the REST API should be language agnostic. If you know how to make HTTP calls in your language of choice, then your can make REST-ful calls.
 
Xenforo samples tend to target PHP because that is the language the platform is written in, but the REST API should be language agnostic. If you know how to make HTTP calls in your language of choice, then your can make REST-ful calls.
C# WinForm
 
The implication was that you should learn how to make HTTP calls in C# WinForms (the WinForms part isn't really relevant as this is not UI-related). That is a general question that you can search for information on for yourself. Once you find that information, if you have a specific question about something you don't understand, we can help you with that. Invoking the Xenforo API is then simply a matter of making an HTTP call, passing the appropriate URL and appropriately interpreting the results. Again, if you have a specific question on that then we can help.
 
Back
Top Bottom