Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I understand how to use Html.CanvasActionLink to generate a link that resolves correctly to my Facebook iFrame app. However, I would like to generate a POST to my iFrame app controller using Html.BeginForm and having the URL resolve correctly. I did not see a Html.CanvasBeginForm helper, what is the suggested solution to this problem? Write our own extension? Using Html.BeginForm with something like Url.CanvasLink? ... etc.

Thanks much!

share|improve this question

1 Answer

Currently, there is no helper for that. What we do is just add the signed_request value to the querystring of the post url. I will create a TODO item to add this though.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.