0

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 日之后工作吗?请指教。

谢谢你,彼得。

4

1 回答 1

0

As Juicy Scripter mentioned in the comments, the removal of FBML will not affect your code.

XFBML is different from FBML.

All social plugins and SDK utilizing XFBML are perfectly valid to use after June.

于 2012-05-25T16:18:36.240 回答