We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fbaba commit 7fb2061Copy full SHA for 7fb2061
1 file changed
README.md
@@ -508,6 +508,14 @@ function FigmaNodeExplorer() {
508
);
509
}
510
```
511
+## Figma OAuth recommended scopes
512
+In order to support the full requirements, use these scopes for your Figma OAuth application:
513
+- ```file_content:read```
514
+- ```file_metadata:read```
515
+- ```library_assets:read```
516
+- ```library_content:read```
517
+- ```team_library_content:read```
518
+- Optionally, you can also request ```current_user:read``` if you need the user's info and plan to use ```figmaRestApi.getMe()``` API.
519
520
## Contributing
521
0 commit comments