Ask A Question

Notifications

You’re not receiving notifications from this thread.

Slack OAuth Error: Invalid client_id parameter

Ben asked in Rails

Hi guys! I'm getting this OAuth Error: Invalid client_id parameter after I insert the user creds.
Here is my code contains the client_id -
devise.rb:
config.omniauth :slack,
Rails.application.credentials.slack[:client_id],
Rails.application.credentials.slack[:client_secret],
scope: 'identity.basic'

Let me know if there's any more infor you need from me. Thankyou for your help.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.