diff --git a/fundamentals/authentication/oauth-2-0/authorization-code.mdx b/fundamentals/authentication/oauth-2-0/authorization-code.mdx index 96312c1e2..178f50b2d 100644 --- a/fundamentals/authentication/oauth-2-0/authorization-code.mdx +++ b/fundamentals/authentication/oauth-2-0/authorization-code.mdx @@ -75,6 +75,8 @@ Scopes allow you to set granular access for your App so that your App only has t | dm.read | All the Direct Messages you can view, including Direct Messages from protected accounts. | | dm.write | Send and manage Direct Messages for you. | | media.write | Upload media. | +| broadcast.read | View your live broadcasts and their chat. | +| broadcast.write | Manage your live broadcasts and send chat messages on your behalf. | #### Rate limits