Facebook的好友活动和粉丝页面邀请

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Facebook的好友活动和粉丝页面邀请相关的知识,希望对你有一定的参考价值。

Copy and paste this code into the URL box and press enter. You will see it happen in realtime. Make sure all of your friends are loaded first, as Facebook uses lazy loading! To learn more, visit my blog post on it at http://www.brettwidmann.com/2011/07/mass-invite-friends-facebook
  1. javascript:elms=document.getElementsByName("checkableitems[]");currentFriendClick=0;friendClickTotal=elms.length;friendClickInterval = setInterval("clickCurrentFriend()", 15);
  2. function clickCurrentFriend()
  3. {
  4. if(elms[currentFriendClick].type="checkbox") elms[currentFriendClick].click();
  5. currentFriendClick++;
  6. if(currentFriendClick >= friendClickTotal) clearInterval(friendClickInterval);
  7. }

以上是关于Facebook的好友活动和粉丝页面邀请的主要内容,如果未能解决你的问题,请参考以下文章

Titanium (Android) - 邀请 Facebook 好友 -> 错误

邀请好友参与创作打卡,每周赢大奖

邀请好友参与创作打卡,每周赢大奖

邀请好友参与创作打卡,每周赢大奖

如何使用 Cordova 向 iOS 上的 Facebook 好友发送邀请?

在 iOS 的原生邀请对话框中列出所有 Facebook 好友