configure mvc.net application on facebook
Posted
by
munish
on Stack Overflow
See other posts from Stack Overflow
or by munish
Published on 2011-01-14T05:53:00Z
Indexed on
2011/01/14
5:53 UTC
Read the original article
Hit count: 244
asp.net-mvc
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
© Stack Overflow or respective owner