`

invite示例

阅读更多
<?php
//include the PHP Facebook Client Library to help with the API calls and make
  $facebook_id = $facebook->require_login();
?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head></head>
<body>
<script
src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"
type="text/javascript">
</script>

//req-choice url是邀请发送之后对方确认之后执行的页面
<fb:serverfbml>
<script type="text/fbml">
<fb:fbml>
  <fb:request-form
    action="index.php"
    method="POST"
    invite="true"
    type="YOUR APP NAME"
    content="Your text goes here. <?php
echo htmlentities ( "<fb:req-choice url=\"http://apps.facebook.com/xxx\" label=\"Authorize My Application\"" )?>" >

//fb:multi-friend-selector可以有参数exclude_ids,是你好友列表的例外,是一个String
  <fb:multi-friend-selector showborder="false" actiontext="Invite your friends to use YOUR APP NAME.">
</fb:request-form>
</fb:fbml>
</script>
</fb:serverfbml>

<script type="text/javascript">
window.onload = function() {
  FB_RequireFeatures(["XFBML"], function() {
    FB.init("<?php echo FB_API_KEY ?>","xd_receiver.html");
     }); };
</script>


</body>
</html>





 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics