I have a application in Fb as well as on website..
I am sending ajax request but in Fb it is working fine but in my own web it doesn’t show nothing. On FireFug Console it shows Red Color.
Anybody have idea about this
Here is link of application
and
Here when we add pincode or city then click find.
It works for Fb only
Anybody tell me what was the exact problem
You are getting the following error message:
What it means is, that you are trying to make a XMLHttpRequest (ajax request) to another origin (another domain). And that is not allowed. Ajax request may only go to the same origin the page is loaded from.