how can i use localhost while developing facebook graph website?

前端 未结 7 2190
长发绾君心
长发绾君心 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 23:00

    You have to create a ssh tunnel FROM develop server TO your localhost computer. Each request to dev server will be processed by your computer and send back.

提交回复
热议问题