Facebook C# SDK OAuth Exception “ClientID required”
问题 This question is, I think, similar to my previous one. Using the latest C# Facebook SDK on .NET 4 I get an Exception with the message "ClientID required" with the following code on the last line: var app = new DefaultFacebookApplication(); app.AppId = "appId"; app.AppSecret = "secret"; var fb = new FacebookWebContext(app); fb.IsAuthenticated(); App ID and secret are properly set. The stack trace of the exception is the following: System.Exception occurred Message=ClientID required. Source