已验证用户 - 有没有办法通过 SDK 验证用户?
在用户对象中,我们有一个 bool“verified”字段,指示 Facebook 是否已验证用户。
来自文档: 如果用户采取以下任何操作,则视为已通过验证:注册移动设备、通过短信确认其帐户、输入有效的信用卡
是否可以使用 SDK(例如:使用 FB.ui 或类似方法)直接显示给用户询问帐户验证的对话框?
在文档中搜索我什么也没找到,但也许我搜索的方式错误!
先感谢您。
埃马努埃莱
in the user object we have a bool "verified" field, that indicates whether or not Facebook has verified the user.
From documentation:
A user is considered verified if she takes any of the following actions: Registers for mobile, Confirms her account via SMS, Enters a valid credit card
Is there a way using SDK (example: with FB.ui or similar approach) to show directly to a user a dialog with which ask account verification ?
Searching in the documentation i don't find nothing, but maybe i'm searching in the wrong way !!!
Thank you in advance.
Emanuele
不,这不是由 facebook 实现的。
您可以将用户重定向到手机验证页面:
http://www.facebook.com/confirmphone.php 但你不会有任何回调从页面。
No, this is not implemented by facebook.
You could redirect the user to the Mobile phone verification page:
http://www.facebook.com/confirmphone.php but you wouldn't have any callback from the page.