Skip to content

Commit 5925e0a

Browse files
committed
Removed new scopes
1 parent 3c3298d commit 5925e0a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

auth/auth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ func getOAuth2Scopes() []string {
397397
"like.read",
398398
"users.email",
399399
"dm.read",
400-
"webhook.read",
401400
}
402401

403402
writeScopes := []string{
@@ -411,7 +410,6 @@ func getOAuth2Scopes() []string {
411410
"list.write",
412411
"media.write",
413412
"dm.write",
414-
"webhook.write",
415413
}
416414

417415
otherScopes := []string{

0 commit comments

Comments
 (0)