简体   繁体   English

即使我登录到Facebook,Facebook会话也已过期

[英]Facebook session is expired even though I am logged in to facebook

I am using facebooker with rails and when I log in via facebook connect, for a new user registration ,I get a session expired when I retrieve details like first_name etc.. Note that when I browse to facebook.com I am logged in..But it seems like that my app has an old session. 我正在使用带有Rails的facebooker,并且当我通过facebook connect登录时,对于新用户注册,当我检索诸如first_name等的详细信息时,会话已过期。请注意,当我浏览至facebook.com时,我已经登录。但似乎我的应用程序会话过旧。 How do I fix this? 我该如何解决?

you probably have a stale session from a previous session try this: 您可能在上一个会话中有一个过时的会话,请尝试以下操作:

http://blog.betcoffee.com/2009/09/facebook-connect-and-rails-handling.html http://blog.betcoffee.com/2009/09/facebook-connect-and-rails-handling.html

It's not an expired session (obviously), you are using a wrong App ID or App Secret, or both. 它不是一个过期的会话(很明显),您使用的是错误的App ID或App Secret,或同时使用这两者。 Or your application is not even registered yet? 还是您的申请尚未注册?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 即使我已登录,URL也已重定向-PHP /会话 - URL Redirected even though I am logged in - PHP / Session 即使我通过Facebook应用程序注销,iPhone facebook sdk仍显示有效会话 - iPhone facebook sdk shows Valid session even when I logged out through Facebook app 即使Websocket连接处于活动状态,会话也已过期 - Session is expired even though websocket connection is live 如何处理PHP Facebook会话过期异常? - How to handle PHP Facebook session expired exception? 为什么即使我已登录 Facebook 并且未调用 FB.logout(),FB.getLoginStatus() 仍会返回响应状态“未知”? - Why does FB.getLoginStatus() return response status 'unknown' even though I'm logged into Facebook and FB.logout() has not been called? 警告:session_start():即使我正在检查现有会话,也无法发送会话缓存限制器 - Warning: session_start(): Cannot send session cache limiter, even though I am checking for existing session 我无法在本地主机的php文件中进行会话。 即使我创建了会话,我仍被重定向 - I am unable to make a session in my php file in localhost. I am redirected even though i created a session 即使先前的会话Cookie尚未过期,Django也会发送新的sessionId Cookie - Django send new sessionId Cookie even though previous session cookie is not expired 我是否做了足够的工作来保护php登录会话? - Am i doing enough to protect a php logged in session? 会话错误,即使我没有使用该会话 - Error of session even though I'm not using that one
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM