configure mvc.net application on facebook
- by munish
I have integrated facebook in my application mvc.net application.
I have configured my apllication on face book
with the url : http://localhost:portnumber/Home/Test?Return="ok"
when i run the application then it opened pop up of facebook having two text boexs for user name and password with warning message:
"Given URL is not allowed by the Application configuration"
In my application Test is the name of Action method of controller
Please suggest me how to handle this.
Thanks
Munish