是否可以从Windows Phone 7进行apprequest。现在这一切在桌面浏览器上运行得很好,但在我的WP7浏览器(IE)上它不起作用。现在这里是HTML:
<html>
<head>
<title>My Great Canvas app</title>
</head>
<body>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId:'XXX',
cookie:true,
status:true,
xfbml:true
});
FB.ui({
method: 'apprequests',
message: 'Here is a new Requests dialog...',
display: 'popup'
});
</script>
</body>
当我在Windows Phone 7上打开它时,我得到了这个:
API错误代码:3
API错误说明:未知方法
错误消息:此显示类型
不支持此方法答案 0 :(得分:0)
这是一个已知的Facebook错误。不幸的是,目前还没有解决方法。您可以在此处订阅错误:https://developers.facebook.com/bugs/291633774212504?browse=search_4f4320292bf967091684506