已验证用户 - 有没有办法通过 SDK 验证用户?

发布于 12-09 08:00 字数 238 浏览 1 评论 0原文

在用户对象中,我们有一个 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半步萧音过轻尘2024-12-16 08:00:49

不,这不是由 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文