The omniauth-facebook README mentions how to set it up in an initializer and how to set options like scope per request only. I wonder if it is possible to set app id and app secret per request as well.
The omniauth-facebook README mentions how to set it up in an initializer and how
Share
You can do this:
On your omniauth.rb, do this:
Then on your controller you have to define the following:
Of course you have to add the associated routes, on your routes.rb.
Good luck
Regards.
Ivan.