IFrame 中的静态 FBML 和 FBML 用户 ID 和用户名
我想知道,静态 FBML 的这个标签无论如何都能在 IFrame 中工作:-
fb : userlink uid="loggedinuser"
我的第二个问题是,我们可以通过存储的 Cokkies 而不是使用 FBML 获取用户 ID因为在 iframe 上,facebook 不允许我们访问用户数据。 所以使用 Firebug 我发现我们获取了用户 ID。并存储在cookie中。 我希望用户被限制多次访问我的 Iframe 。所以通过获取用户ID 我想检查用户是否已经注册。如果他已经注册了。他不能注册两次。
我正在尝试使用 Cokkies ,但由于缺乏有关 JAVASCRIPT 的知识,我不知道如何执行它。
I wanted to know , will this tag of Static FBML would work in IFrame anyway :-
fb : userlink uid="loggedinuser"
And my Second question is , Can We get User ID Through Cokkies stored rather using FBML as on iframe facebook wont allow us to access Users DATA.
So Using Firebug I found we Get the Users Id. and is stored in cookie.
I want the user to be Restricted for More than one time Access to my Iframe . So by getting The User ID
I would like to check , whether the user had registered or not. and if he had Registered. He cant Register Twice .
I am trying it by Using Cokkies , But due to Lack of knowledge about JAVASCRIPT , I am not getting How to execute it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将以下代码放入您的 iframe 中,您将获得登录的用户 ID,然后检查其约束。
Put the following code in your iframe and you will get the logged in user id then check constraint on it .