Example #1
0
    print htmlspecialchars(print_r($user_profile, true));
    ?>
      </pre>
    <?php 
} else {
    ?>
      <fb:login-button></fb:login-button>
    <?php 
}
?>
    <div id="fb-root"></div>
    <script>
      window.fbAsyncInit = function() {
        FB.init({
          appId: '<?php 
echo $facebook->getAppID();
?>
',
          cookie: true,
          xfbml: true,
          oauth: true
        });
        FB.Event.subscribe('auth.login', function(response) {
          window.location.reload();
        });
        FB.Event.subscribe('auth.logout', function(response) {
          window.location.reload();
        });
      };
      (function() {
        var e = document.createElement('script'); e.async = true;