How to connect to facebook, and debug facebook application using C# SDK

流过昼夜 提交于 2019-12-03 00:43:24

I am also fighting with this sdk. For local testing you must do the following

  1. In Facebook application settings go to Website tab and change site URL to "http://localhost/"
  2. You also need to set your asp.net development server port to 80 (write click your project and click properties, go to Web tab User Visual Studio Development server specific port). We are doing this because we set our site url to localhost, Facebook dont allow port number in site url.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!