How to add more than 10 callback urls with omniauth-twitter ?
Hi everyone,
We use twitter omniauth in our application and we have more than 10 callback urls, but twitter has a limit of 10 callback urls according to their policy.
I found this on stackoverflow https://stackoverflow.com/questions/17035428/using-two-twitter-applications-with-oauth-so-i-can-have-two-separate-callbacks, the idea behind was to use two twitter apps but it seems to be not working.
Any help is appreciated, Thank you