I saw the blog post a month or so ago about the callback url changes…

We’re fortunate to have already routed all of our oAuthing into 1 domain/URL so I added it very quickly after seeing that post.

After receiving reports from users that they aren’t able to sign in with Twiitter because we’re getting a 403 I went to check my settings…

and it has the old URL in it that has been there for years and my update is missing.
I didn’t realize I had to do Save Changes in addition to add – that’s my bad.

I’ve been using omniauth for years and I’m not sure what to put for the callback url.

All of our auth requests are configured to go through this url. https://account.chirpify.com/auth/twitter

I’ve put that in as a callback url but I am still getting 403.

How do I update this?!

Figured it out and posting it here in case someone else stumbles into here today…

It’s /auth/twitter/callback

That’s what the omniauth-twitter gem sends to twitter for your callback url.

1 Like