gta5-map / Social-Club-example-parser

Simple example parser for Rockstar's Social Club written in PHP
MIT License
29 stars 13 forks source link

authcookie.v2 #15

Open Scrxtchy opened 7 years ago

Scrxtchy commented 7 years ago

Have you got anything working against the new authentication cookies? I can manually import my cookies from my browser (these last a month)

Site uses the new clickless re-captcha

Unsure if they're both needed, but I can make queries when I set these cookies at least

frdmn commented 7 years ago

The (usually clickless) reCAPTCHA (or noCATPCHA?) was already implemented when I worked with the example parser the last time.

The only possible workaround - in case of a captcha hit - is to manually solve it using the GUI browser:

https://github.com/gta5-map/Social-Club-example-parser/blob/master/index.js#L272-L278

Not sure if the RSAuthCookie.v2 was neccessary back then already or if that's new though.

Scrxtchy commented 7 years ago

https://github.com/Scrxtchy/gtav-api/ I'll probably get it done eventually