I was just logging in to Roblox events page and I saw this authorization page:
How can I make a Roblox app like this, that will ask for permissions? Is this API even available yet?
I was just logging in to Roblox events page and I saw this authorization page:
I don’t see why you’d need this
it’s requesting basic stuff that’s literally public information
It’s not really needed, but it seems pretty cool to have something like this.
Is this a page affiliated with Roblox? If not, then this is a sort of “Private Policy” even though it lacks many parts of a valid one.
You can’t. There’s no public API for OAuth2 (Like discord).
I didn’t find much information, but in the DRC they announced that up to 2022 games could use this, for those who are a Web Developer it’s worth looking at the api: Authentication Api
Take a look at this one first, see the instructions, example codes, start with /v2/auth/metadata and then go to /v2/login and so on…
Ok, sorry for the bump but I will say - it’s useful for people making websites as it is an OAuth strat where people can login in with roblox (similar to Login With Discord)
Great for websites like Hyra etc
That looks like the simple API that Roblox uses to log users in. Not what I’m looking for in particular.