I have an app that has different names for different languages. How do I reflect that on my twitter app register? I want to show a specific name from a specific domain, when the user try to auth.
At app side I’m using Rails with ominiauth and twitter gems. I need some ideas guys.
You can’t programmatically change app name (or callback url) for safety reasons. The best thing you can do is create multiple apps with different names. When user signs in with twitter (using his app in his language) , you save his token/secret along with which app he used.