Skip to content

Commit

Permalink
Revert "Limit twitter oauth scope (#4421)" (#4440)
Browse files Browse the repository at this point in the history
This reverts commit 722e2df.
  • Loading branch information
tsmartt authored May 17, 2024
1 parent 998233f commit b58aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
Rails.configuration.pub_secrets[:twitter_client_secret],
{
callback_path: "/publishers/auth/register_twitter_channel/callback",
scope: "users.read",
scope: "tweet.read users.read",
name: "register_twitter_channel"
}

Expand Down

0 comments on commit b58aeb2

Please sign in to comment.