how can i use localhost while developing facebook graph website?

前端 未结 7 2220
长发绾君心
长发绾君心 2021-01-31 22:09

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

7条回答
  •  时光说笑
    2021-01-31 22:41

    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.

提交回复
热议问题