2 Stimmen

Das HTTP-Verb POST für den Zugriff auf den Pfad '/' ist in der Facebook-App nicht erlaubt

Ich versuche, eine einfache Facebook-Anwendung mit 4.2.1 C# SDK zu erstellen. Aber ich habe einen Fehler:

The HTTP verb POST used to access path '/' is not allowed.
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.Web.HttpException: The HTTP verb POST used to access path '/' is not allowed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): The HTTP verb POST used to access path '/' is not allowed.]
   System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +2488621
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8841400
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1 

Ich verwende die Web.config von dieses SO Q&A .

2voto

Julio Santos Punkte 3769

Ich verwende kein ASP.NET, aber ich würde sagen, dass Sie POST-Anfragen irgendwo behandeln müssen. Sie könnten auch deaktivieren wollen POST for canvas in den Einstellungen Ihrer Anwendung auf Facebook.

2voto

wloescher Punkte 4205

Während der Wert einer Canvas-URL mit "/" enden muss, kann die Tabl-URL eine voll qualifizierte Seite sein (z. B. http://example.com/dir/Default.aspx ).

Ich arbeite vor Ort, also http://localhost:4604/Main/Default.aspx hat für mich funktioniert.

1voto

elvin Punkte 931

Die Deaktivierung des Postings auf der Leinwand wird aus Sicherheitsgründen nicht mehr möglich sein, darüber lesen insbesondere den Abschnitt über die Zeitachse. Wenn Sie den asp.net-Entwicklungsserver verwenden, empfehle ich Ihnen, auf Ihrem Webserver zu veröffentlichen, damit Sie weitere Probleme vermeiden können.

1voto

Bosshog Punkte 31

Fügen Sie dies in eine Facebook-Canvas-Url ein: http://localhost.local:3088/Default.aspx/ es funktioniert bei mir

CodeJaeger.com

CodeJaeger ist eine Gemeinschaft für Programmierer, die täglich Hilfe erhalten..
Wir haben viele Inhalte, und Sie können auch Ihre eigenen Fragen stellen oder die Fragen anderer Leute lösen.

Powered by:

X