Hi,
I'm using Linq2Twitter plugin to link my site to Twitter, users are able to authenticate on localhost but once deployed to Azure, Twitter most likely provides invalid tokens....
I have described the problem here: http://stackoverflow.com/questions/42708752/linq2twitter-callback-working-on-localhost-but-not-azure
But after investigation I can see that the callback url is identical (the hostname is different indeed due to localhost/live site) but Twitter API would provide different token/verifier.
I have my live site url set as https://sarahah.com as the website in dev.twitter.com
Thank you