Fb:captcha

From Facebook Developers Wiki

Jump to: navigation, search

[edit] Description

Renders a CAPTCHA on your canvas page inside of a form. When that form is submitted to a canvas page, your callback URL will be called with the additional POST parameter fb_sig_captcha_grade=1 to indicate a successfully completed CAPTCHA.


[edit] Attributes

RequiredNameTypeDescription
optional showalways bool When showalways is set, Facebook will show a CAPTCHA to all users. If it is not set, then only users with accounts unverified by Facebook will see the CAPTCHA. This is the same logic Facebook uses for determining whether to show CAPTCHAs. (Default value is false.)


[edit] Examples

<form action="index.php" method="post"> <fb:captcha showalways="true" /> <input type="submit" /> </form>
n12800193_33607632_8642.jpg