-1

I am using twitter login with asp.net.callback url not worked for local host.I have tried every solution i found on google.But still same problem.

IS THIS POSSIBLE TO USE CALLBACK URL LOCALHOST?

aman
  • 1
  • 1
  • 4
  • Have you tried any of the solutions listed in this [question](http://stackoverflow.com/questions/800827/twitter-oauth-callbackurl-localhost-development)? – madbrendon Jul 11 '13 at 04:44
  • tried everything...is it woked for localhost?? – aman Jul 11 '13 at 08:09

1 Answers1

1

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

for example

http://127.0.0.1:youportnumber
Erdinç
  • 267
  • 2
  • 7
  • 15