I am trying to learn Twilio API for android and hence was going through Quickstart tutorial. Twilio requires writing server code for generating the capability token. I don't have any established server, so I ran PHP script for creating capability token on local apache server i.e. localhost. Everything worked fine so far. I was getting token in my android client and HelloMonkey application was also making outgoing call. The application SID in auth.php when this application ran was default application SID created by twilio.
I started facing problem after replacing default application SID with SID of application I created in Twilio following this part of Quickstart guide https://www.twilio.com/docs/quickstart/php/android-client/twilio-application.
The application is no longer working on localhost. Is there any way to run and test entire quickstart guide on localhost? Any help would be greatly appreciated.