-
What do you want to achieve?
Get a PHP server to log into roblox and return either wrong password or success. -
What is the issue?
I tried to use the authentication API (https://auth.roblox.com/docs#!/Authentication/post_v2_login)
But this asks for cookie or csrf token. -
What solutions have you tried so far?
I tried to capture the request with Fiddler and see if I were doing things correct but it again gave me error code 0 - https://auth.roblox.com/docs#!/Authentication/post_v2_login
I don’t want to be required to provide cookie or csrf token.
If anyone has experience with php-roblox please tell me what I am doing wrong or how I should do it instead.