How to accept friend request automatically ?

Enychmz

Newbie
Joined
Nov 11, 2013
Messages
1
Reaction score
0
Hey guys,

so i decide to make some online money a week ago now, and i decide to get some money from facebook + blog to invest in cpa and IM later.
So i creat a few fake accounts 3 Days ago. I posted on a few pages and accept all reuqest. Yesterday i did a push on about 15 Groups and i get about 999 Request (fb didnt show more?)
So i tried to get it done with iMacro but it only work every 5 try and then i get a error about 5-30 accepts. And i have to click start again. Also i tried this java code which was posted here but it also dont work.
So is there any methode to get all these accepted ? I currently have 1350 friends and 2650 sub's on my main after 2 days.

Thanks in advance. And ye i used the searchbar.
 
Hey guys,

so i decide to make some online money a week ago now, and i decide to get some money from facebook + blog to invest in cpa and IM later.
So i creat a few fake accounts 3 Days ago. I posted on a few pages and accept all reuqest. Yesterday i did a push on about 15 Groups and i get about 999 Request (fb didnt show more?)
So i tried to get it done with iMacro but it only work every 5 try and then i get a error about 5-30 accepts. And i have to click start again. Also i tried this java code which was posted here but it also dont work.
So is there any methode to get all these accepted ? I currently have 1350 friends and 2650 sub's on my main after 2 days.

Thanks in advance. And ye i used the searchbar.

Check this script: http://userscripts.org/scripts/versions/167319
 
Go in https://www.facebook.com/reqs.php
Press Ctrl + Shift + J and put this code in Console.
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]").click();}void(0);
 
I have 2000 pending applications, frankly I am too lazy to accept or delete
 
I think, no way to accept friend request automatically :(
 
The fastest way,

1)Go to the friend request page
2)Accept the first request
3)Then TAB
4)Then Enter

repeat step 3 & 4 on your keyboard as soon as possible, you could do 60 request in a few seconds, then hit the show more.
or show all request by previsously click on show more (might slow down your computer) and then tab enter tab enter.

2000 requests shouldnt take more than a few minutes.
 
I put this javascript code in my browser and it works every time.. you have to go to fb. com / reqs.php for it to work

for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]").click();}

void(0);


 
Last edited:
I think it's not possible. I accepted more than 2000 requests by handL. Request your sibling or friend to do this is the best option. You may offer something to them.
 
I think it's not possible. I accepted more than 2000 requests by handL. Request your sibling or friend to do this is the best option. You may offer something to them.

It is possible. I do it every day. read my above post.
 
Yeah just use the script in web console . Not so hard to do
 
I put this javascript code in my browser and it works every time.. you have to go to fb. com / reqs.php for it to work
I tried with both FF and Chrome, didn't work.
Code:
[10:29:25.559] TypeError: document.getElementsByName(...)[i] is undefined
 
Last edited:
Try use friendbomber is free demo on bhw! add fb acc then go to facebook tab - click on selected account add bulk task -maintain fb acc -check accept friends incoming requests -sit and watch :D
 
I tried with both FF and Chrome, didn't work.
Code:
[10:29:25.559] TypeError: document.getElementsByName(...)[i] is undefined

That was caused by a minor typo in my post, there was a space where it shouldn't be. This code will work. It works for me in both FF AND Chrome.

for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]").click();}

void(0);


Actually, for some reason the quote tag puts a space in the 2nd document.getelementsbyname function, remove it and it will work.
document.getElementsByName("actions[accept]").click();


If it doesn't work for you in FF, get a plugin called "Execute Java"
 
Damn, it worked too good, it accepted a bunch of shit pages I didn't want to join, I thought it would only auto on the friends requests.
 
Last edited:
Damn, it worked too good, it accepted a bunch of shit pages I didn't want to join, I thought it would only auto on the friends requests.
The like buttons of those pages have the same name in html as the accept friend request buttons. Just ignore the pages or dislike them yourself
 
Back
Top