1
我想知道如果我目前在我的页面上使用的只是带有代码的 Facebook 登录按钮,是否需要提供任何更改:
<script type='text/javascript'>
window.fbAsyncInit = function() {FB.init({ appId: #FBApplicationID#', status: true, cookie: true, xfbml: true, oauth: true}); FB.getLoginStatus(function(response) {if (response.status === 'connected') {raisepostback();}
FB.Event.subscribe('auth.login', function() {
...
}); /* end FB.init */
}; /* end window.fbAsyncInit */
window.fbAsyncInit(); </script>
<div><fb:login-button scope="email,user_about_me,user_likes, user_birthday" size="large" length="long" ></fb:login-button></div>
它会在 2012 年 6 月 1 日之后工作吗?请指教。
谢谢你,彼得。