i want to use localhost for developing website facebook application using the graph api. i working in asp.net c#
in the previous api of facebook i was abe to write the
Add "localhost" to the "App Domain" setting of your app on Facebook. Also, if you are doing something like redirecting "MyApp.test" to 127.0.0.1 on your local server, you can also add "MyApp.test" to the "App Domain" and it will work.
I just tried this after looking for a solution to this problem. It is a very simple solution.