I am developing an MVC 3 Canvas app. Is it possible to debug locally rather than hosting it somewhere?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am developing some app in PHP at the moment, but I guess the language doesn’t matter. Just set the app address to your local development address. The page is loaded in an iframe, so your computer maps it to whatever it thinks is the correct ip. Facebook doesn’t care about where the page is hosted.
However, the communication of the API with facebook will be a bit slower than between Facebook and your production server. So don’t worry if the App seems to be very slow.