I am developing an application in my local environment. Where I want to implement the Twitter OAuth function in PHP. So I just went to dev.twitter.com and tried to create an application, but did not allow me to pass the Callback URL as localhost or 127.0.0.1 .
1) First I tried as localhost

2) Then I tried as localhost / demoproject

3) After I tried IP with the project name

But it accepts it as an invalid / url callback format.

Is there any way to handle this?
thanks
source share