facebook api - 用<fb:> </fb:>收到电子邮件

时间:2011-09-21 23:30:10

标签: php html facebook

我有facebook:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:fb="http://www.facebook.com/2008/fbml">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <title>head</title>
 </head>
 <body>
  <h1>head</h1>
  <p><fb:login-button autologoutlink="true"></fb:login-button></p>
  <p><fb:like></fb:like></p>

  <div id="fb-root"></div>
  <script>
    window.fbAsyncInit = function() {
      FB.init({appId: '111111111111', status: true, cookie: true,
               xfbml: true});
    };
    (function() {
      var e = document.createElement('script');
      e.type = 'text/javascript';
      e.src = document.location.protocol +
        '//connect.facebook.net/en_US/all.js';
      e.async = true;
      document.getElementById('fb-root').appendChild(e);
    }());
  </script>
 </body>
</html>

我必须编辑哪些内容才能获得电子邮件地址?我必须使用库facebook.php并使用变量$ loginUrl和$ logoutUrl登录和注销? 我想用

<p><fb:login-button autologoutlink="true"></fb:login-button></p>

2 个答案:

答案 0 :(得分:0)

没有已知的方法通过xfbml获取电子邮件。

答案 1 :(得分:0)

<fb:login-button autologoutlink="true" scope="email"></fb:login-button>