Publishing Places with OAuth and Listing Places

So, I am trying to rewrite a browser-based editor that is like Roblox Studio as I wrote it before the OpenCloud and OAuth APIs, and it relied on cookies. I am searching through the Roblox Open Cloud docs, it looks to seems that publishing places isn’t supported by OAuth. In this picture it looks like there isn’t even a scope for it since it is undefined.

Also, I was searching, and there is no way to list experiences or places owned by the user with the OAuth API. I know of an API that works with cookies but not with OAuth.

I don’t know if an API such as this exists for OAuth.

1 Like

The scope is universe-places:write, but the docs lack this information.

No Open Cloud API exists, but listing places on the Develop API does not require authentication.

Hi @SpoostyGuy, thank you for reporting this. As @moo1210 said, the scope for this is particular endpoint is universe-places:write. We’ll get the docs fixed soon to show that instead of undefined.

1 Like

universe-places:write is not a real scope.
Wouldn’t it be universe.place:write?

I should have said this in my previous post, but publishing places is only possible with API Keys.

well, that sucks. I might have a workaround, but it’s a bit complex.

Update: we’ve deployed a fix for undefined scopes. Please let us know if you have any more feedback and issues. :pray:

Regarding the Publishing Places API not supporting OAuth, I’ll pass the feedback along. :slight_smile: