开发者

Standard HTML forms in Facebook apps?

开发者 https://www.devze.com 2023-02-26 17:28 出处:网络
Facebook\'s recently deprecated FBML which means I\'m having to do some extensive work re-writing company-developed apps. One such app had a contact form that was marked up using Facebook\'s FBM开发者

Facebook's recently deprecated FBML which means I'm having to do some extensive work re-writing company-developed apps. One such app had a contact form that was marked up using Facebook's FBM开发者_开发问答L request-form object.

I've since re-wrote this in vanilla HTML in my canvas application, but upon submitting the form I can't seem to access the POST data in my PHP handler. I've tried print_r($_POST) and print_r($_REQUEST) and there's nothing in there resembling my form's controls.

Any one know why this may be?


Have you checked if the page is redirecting? That could be the problem.

If so, this might help: http://forum.developers.facebook.net/viewtopic.php?id=34177#p297325

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号