c# - callback url is not working in twitter for localhost -


i using twitter login asp.net.callback url not worked local host.i have tried every solution found on google.but still same problem.

is possible use callback url localhost?

if want use localhost u need use 127.0.0.1 instead of localhost.

for example

http://127.0.0.1:youportnumber 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -