Closed GameFather92 closed 5 months ago
Hey, there have been quite a lot of updates on https://salamoonder.com , but none of them affect this library. The library still works flawlessly on my end. Please add some code snippets so I can investigate this further and help you out.
Thank you for the responde, but your examples were with email, I need validate the username, is most important to me. Do you have any example with username? @Kappador
https://salamoonder.com does not allow you to provide a username, only a email. (Documentation)
However you can make your own account generator with this library and salamoonder, by using the basic captcha solving. The library provides you with a quick and easy way to generate Passport Integrity Tokens
, which can be used on https://passport.twitch.tv to register an account.
Example: This is just an example, obviously I don't have the exact request on hand.
When I tried generate a new user on Twitch, with a custom username, the library response me that the username is use already but is not true, this is a problem and I think that the current validation is with 404 status but Twitch never will response with status 404, please I need an update to create users because is imposible with the current configuration.
When I try to create custom users, all of them are always answered by the API that are already in use. @Kappador