[facebook app]有什么方法可以从选项卡中获取 user_id 吗?
我正在尝试从选项卡中获取 user_id 。 我发现 params["signed_request"] 会给我一些有关 user_id 的信息。 我尝试过。 但事实上, params["signed_request"] 给了我错误的值。 它返回的是 profile_id 而不是 user_id。 无论如何,我可以从选项卡中获取 user_id 吗?
I'm trying to get user_id from the tab.
I found out the params["signed_request"] will give me some info about the user_id.
And I tried.
But, in fact , params["signed_request"] gave me the wrong value.
It returned the profile_id instead of user_id.
Is there anyway I can get the user_id from tab?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能在用户与选项卡交互后才能获取用户的 ID。
You can only get a user's ID after they have interacted with the tab.