作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在选项卡中加载我的 Facebook 页面显示以下错误:
FB.Auth.setAuthResponse only compatible with OAuth2.
我像这样使用 oauth 参数:
FB.init({
appId: fbAppId,
status: true,
cookie: true,
xfbml: false,
oauth: true
});
我做错了什么吗?
最佳答案
从 JDK 中删除参数,包括:
script src="http://connect.facebook.net/en_US/all.js"
关于facebook - FB.Auth.setAuthResponse 只兼容 OAuth2 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7551419/
在选项卡中加载我的 Facebook 页面显示以下错误: FB.Auth.setAuthResponse only compatible with OAuth2. 我像这样使用 oauth 参数:
在使用 facebook 的新 JavaScript SDK 时,我在尝试时遇到以下错误 (function() { var e = document.createElement('script');
我是一名优秀的程序员,十分优秀!