我正在构建一个移动网络应用程序,允许用户使用 openauth 通过 Facebook 登录。没有弹出窗口,但 Facebook 会强制您访问他们的页面并将您重定向回您指定的 uri。因此,Facebook 移动登录页面没有ajax 加载。这就是为什么我将 rel="external" 放在锚点处。
当我处于全屏模式时,单击这些链接将自动进入 Safari。从而离开全屏模式。
我可以知道这附近有吗?或者有其他方法无需重定向即可登录FB吗?
I'm building a mobile web app that allow user to login through Facebook using openauth. There are no pop-up but Facebook will force you to go their page and redirect you back to the uri that you stated. Therefore, there are no ajax loading of the facebook mobile login page. That's why i put rel="external" at the anchor.
When I'm in the full screen mode, clicking on those links will automatically brings me to Safari. Thus leaving the full screen mode.
May I know is there anyway around this? or are there other method of logging into FB without redirecting?
发布评论
评论(1)
将相对更改为目标。任务完成了。
Change rel to target. Mission accomplished.