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

前端 未结 1 1375
青春惊慌失措
青春惊慌失措 2021-02-04 20:44

I\'m really struggling trying to find something that actually works for getting the basics up and running. Even the tutorial apps that came with the SDK seems to have to be uplo

相关标签:
1条回答
  • 2021-02-04 21:13

    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.
    0 讨论(0)
提交回复
热议问题