I know there is a backend URL for doing this, but it would be nice to have a supported API for doing so. Currently, for the one on m.roblox.com, we have to supply a __RequestVerificationToken, which is really annoying to fetch and sometimes doesn’t work right.
1 Like
They’re not stupidly hard to fetch; just a little [b]tedious[/b].
To be honest, if ROBLOX outputted valid XHTML, you could probably simply use an XML parser and look for ‘input[name=“__RequestVerificationToken”]’, which would make it even easier.
However, it would be pretty awesome to have a dedicated API for these sorts of things. An entire API for using the website via code would be nice, too.