ASP.NET приложение выполняет oAuth с Facebook. Этот код работал отлично до нескольких дней назад, а теперь неожиданно выдает 400 ошибок. Кажется, не могу понять, почему - код остался без изменений (проверено с помощью SVN). Может кто-нибудь помочь с может быть причиной?
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an error: (400) Bad Request.
Source Error:
Line 231: {
Line 232:
Line 233: webRequest.GetResponse().GetResponseStream().Close();
Line 234:
Line 235: responseReader.Close();