Skip to content

Commit aabc3f9

Browse files
authored
Merge pull request #46 from fbsamples/missing-scopes
Add Missing Permissions
2 parents a41e938 + aea0042 commit aabc3f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ const SCOPES = [
108108
'threads_read_replies',
109109
'threads_keyword_search',
110110
'threads_manage_mentions',
111+
'threads_delete',
112+
'threads_location_tagging',
111113
];
112114

113115
app.use(express.static('public'));

0 commit comments

Comments
 (0)