I use omniauth-twitter gem to authenticate users in my rails application.
I am trying to implement a dynamic callback by passing callback_url as a parameter
/auth/twitter?oauth_callback=http://mynewwebsite.com
But twitter redirects the callback_url call specified in the Twitter app settings. Am I missing something here?
Is dynamic callback an unsupported twitter? any other stone to implement this function? Request for help
source
share