Open Yoshihide-Nishimoto opened 3 years ago
Is it possible to pass nonce param??
https://developers.facebook.com/docs/facebook-login/reauthentication#nonce
It seems nothing in a propType
static propTypes = { isDisabled: PropTypes.bool, callback: PropTypes.func.isRequired, appId: PropTypes.string.isRequired, xfbml: PropTypes.bool, cookie: PropTypes.bool, authType: PropTypes.string, scope: PropTypes.string, state: PropTypes.string, responseType: PropTypes.string, returnScopes: PropTypes.bool, redirectUri: PropTypes.string, autoLoad: PropTypes.bool, disableMobileRedirect: PropTypes.bool, isMobile: PropTypes.bool, fields: PropTypes.string, version: PropTypes.string, language: PropTypes.string, onClick: PropTypes.func, onFailure: PropTypes.func, render: PropTypes.func.isRequired, };
Is it possible to pass nonce param??
https://developers.facebook.com/docs/facebook-login/reauthentication#nonce
It seems nothing in a propType