如何获得新的 Facebook Graph 会话?
我很好奇会话/图表是如何工作的。
我从 php sdk 获取了示例代码,终于让它工作了。
所以我连接到 Facebook,用户授权该应用程序,它重定向到我的网站,然后我将用户的 Facebook ID 放入我的数据库中。然后可以将用户的操作发布到 Facebook 上。
然后,当我在 Internet Explorer 中尝试(无会话)时,用户登录到我的网站,但当他们执行操作时,该操作不会发布到 facebook.. 因为没有会话.. 但用户已授权。
当用户登录我的网站时,如果他们已经在 Facebook 上授权了我的网站,我该如何为他们获取新会话...
I am curious as to how sessions/the graph work.
I got the example code off the php sdk and have finally got it working.
So i connect to facebook, the user authorizes the app, it redirects to my website, and i put the users facebook id into my database. The users actions can then be posted onto fb.
When i then try in Internet Explorer (no session), the user logs into my site but when they do an action it is NOT posted to facebook.. because there is no session.. but the user has authorized it.
How do i go about getting a new session for the user when they login to my site given that they HAVE authorized my site on fb...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这是一个 iframe 应用程序,则 IE 可能会阻止您的会话 cookie,因为它是第三方 cookie没有 P3P 标头。
If this is an iframe application, it's probable that IE is blocking your session cookie for being a third party cookie without a P3P header.