Passing the signed_request along with the AJAX call to an ActionMethod decorated with CanvasAuthorize
This is a follow-up to AJAX Call Does Not Trigger Action Method When Decorated With CanvasAuthorize So I found the following links and it seems that this is a common problem: http://facebooksdk.codeplex.com/discussions/251878 http://facebooksdk.codeplex.com/discussions/250820 I tried to follow the advice by prabir but I couldn't get it to work... Here's my setup: I have the following snippet in the page where the button that triggers the whole post to facebook is located: @if (!string.IsNullOrEmpty(Request.Params["signed_request"])) { <input type="hidden" id="signedReq" value="@Request.Params[