January 21, 2014

Accept All Facebook Friend Requests Automatically

Posted by Unknown
We keep on posting on social networking tutorials that cover all types of Facebook, Twitter, LinkedIn and other social network tricks and tips. Previous we have posted how to block all facebook applications requests forever and now we are posting about how to automatically accept all facebook friend request at once.
Accept all facebook pending request at once is not an easy task, however after going through this post, you will see how easy it is. As of now facebook does not offer any feature that help you to accept pending facebook friend requests in one click. This facebook trick is best for those who keep on getting a lot of friend requests on daily basis.

Automatically Accept All Facebook Friend Requests

This is just small a JavaScript trick that help you to add all friends at once. Just you need to follow below simple steps. Using below JavaScript code, your entire pending facebook friends requests, page and other pending request will be accepted automatically.
Simply type facebook.com onto your Mozilla Firefox or Google Chrome browser and when the web page completely loaded, then Sing in to your account. Now click here to visit facebook pending request page or directly copy-paste this URL “https://www.facebook.com/reqs.php” without quotes. Here you will see all pending requests for the pages and friends.
On this page you will see “See More” option, simply click that option to show all friend requests. Now press Ctrl + Shift + J to launch Console menu in chrome, just copy below JavaScript code and paste, then hit enter.
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
It will take couples of second to accept all pending friend requests automatically. In the same way visit facebook pending requests page and use above code to accept all pending pages request at once.
Many facebook users have tried this facebook trick and as per views it is working fine. Just give it a try and comment your views below.

0 comments:

Post a Comment