SEOClerks

How can I mass accept Facebook friend request?



Write the reason you're deleting this FAQ

How can I mass accept Facebook friend request?

I manage many Facebook pages and receive hundreds of friend request daily and all of these profiles. It is very tedious and time consuming to click all of these links to accept the friend requests. Is there a way or any script that I can use to mass accept all request?

Comments

Please login or sign up to leave a comment

Join
dilipyadav
There is no such way to mass accept friend request.
There is no such script to do this your work for you. Though there are software but they don't work nice with Facebook. 
Using these kind of software may turn harmful as they may steel your data.
My suggestion: Don't accept every friend request, this may turn your wall messy with everyone's notifications and updates.



Are you sure you want to delete this post?

social24x7bee
You can do this through imacros script... You can search it google for " imacro script for facebook" .. then you will get some useful script also tutorial. or you have to hire some one to do your task on behalf of you.



Are you sure you want to delete this post?

rasel13
I hope you use fb automate accept software then you got this service How can I mass accept Facebook friend request? you have any fb automate accept software ? or plz search it Google then you got .

Thank you
Md Rasel Hossain



Are you sure you want to delete this post?

twitterbuzz
U can use imacros to automate click accept
as we know imacros can automate almost every mouse and keyboard activities so i think if you can use imacroa u can automate this task



Are you sure you want to delete this post?

idealmike
I would say that also iMacro is the best way to go for doing something like this. There is a wealth of information on the iMacro forums such as tutorials and guides and things that can get you started off in the right direction. I've used it to do some pretty mundane, menial tasks for me in the past and it's saved me many many hours of time and relentless clicking, clicking, clicking and ending up with a soar index finger!



Are you sure you want to delete this post?

Corzhens
Pardon me for asking but I am amused why you have so many Facebook accounts to maintain? Is that part of your freelancing work or are those accounts yours? Anyway, I don’t think it is possible to automate the acceptance of a friend request because the purpose is for you to check each and everyone before clicking accept. So maybe you just have to persevere in accepting the friend requests one by one.



Are you sure you want to delete this post?

codingelements
100% working iMacro script to accept Facebook friend request in bulk in 2020.

STEP-1
Install iMacro Extension in Firefox:
Link: https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/

STEP-2
Then open iMacro from extension bar and paste below script:

VERSION BUILD=10021450
URL GOTO=https://www.facebook.com/friends/requests/
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm
TAG POS=2 TYPE=SPAN ATTR=TXT:See<SP>10<SP>More
wait seconds= 1
TAG POS=1 TYPE=DIV ATTR=TXT:Confirm
wait seconds= 1
TAG POS=2 TYPE=SPAN ATTR=TXT:Confirm


STEP-3
After pasting above script, save iMacro

STEP-4
Then, PLAY MACRO REPEATEDLY
Put value in CURRENT = 99, MAX = 99

How can I mass accept Facebook friend request?

STEP-5
Then click on PLAY LOOP


Script by CODING ELEMENTS



Are you sure you want to delete this post?

Order Now
Process Time: 0.32614612579346

Possible Duplicate queries found!
MatchCountSQLScript
SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='8039'1SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='8039'

/opt/clerks-staging/docroot/viewfaq.php 496 () ()

SELECT * FROM seoclerks.members WHERE USERID='49978'1SELECT * FROM seoclerks.members WHERE USERID='49978'

/opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() ()

SELECT * FROM seoclerks.members WHERE USERID=499781SELECT googleplus_profile FROM seoclerks.members WHERE USERID=49978

/opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() ()

SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=8039 LIMIT 51SELECT m.username FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=8039 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='8039' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc1SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered, b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b WHERE a.quesid='8039' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc

/opt/clerks-staging/docroot/viewfaq.php 1245 () ()

SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=35537 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=35537 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=35541 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=35541 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=35543 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=35543 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=35534 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=35534 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=38718 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=38718 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=162933 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=162933 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=192673 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=192673 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

UPDATE questions SET total_views = total_views + 1 WHERE quesid='8039'1UPDATE questions SET total_views = total_views + 1 WHERE quesid='8039'

/opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() ()

SELECT * FROM questions WHERE quesid!='8039' AND status='1' AND (question like '%How I mass accept Facebook friend request?%' OR question like '%mass%' OR question like '%accept%' OR question like '%Facebook%' OR question like '%friend%' OR question like '%request?%') -- ORDER BY RAND() LIMIT 151SELECT quesid, question, seo, userid FROM questions WHERE quesid!='8039' AND status='1' AND (question like '%How I mass accept Facebook friend request?%' OR question like '%mass%' OR question like '%accept%' OR question like '%Facebook%' OR question like '%friend%' OR question like '%request?%') -- ORDER BY RAND() LIMIT 15

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() ()

SELECT * FROM seoclerks.members WHERE USERID='1220' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='1220' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM seoclerks.members WHERE USERID='6070' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='6070' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM seoclerks.members WHERE USERID='1129' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='1129' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM seoclerks.members WHERE USERID='7564' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='7564' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM seoclerks.members WHERE USERID='632' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='632' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=8039%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID 1SELECT USERID, username FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=8039%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() ()

SELECT * FROM categories1SELECT * FROM categories

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache()

select * from categories_software order by name asc1select * from categories_software order by name asc

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories()

select * from categories_wanttobuy order by name asc1select * from categories_wanttobuy order by name asc

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories()

select * from categories_wanttotrade order by name asc1select * from categories_wanttotrade order by name asc

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories()

SELECT * FROM seoclerks.members WHERE USERID='34763.png'1SELECT profilepicture FROM seoclerks.members WHERE USERID='34763.png'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

SELECT * FROM seoclerks.members WHERE USERID='41947.png'1SELECT profilepicture FROM seoclerks.members WHERE USERID='41947.png'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

SELECT * FROM seoclerks.members WHERE USERID='93383.jpg'1SELECT profilepicture FROM seoclerks.members WHERE USERID='93383.jpg'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

SELECT * FROM seoclerks.members WHERE USERID='272.jpg'1SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

SELECT * FROM seoclerks.members WHERE USERID='600657.jpg'1SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

SELECT * FROM seoclerks.members WHERE USERID='979247.jpg'1SELECT profilepicture FROM seoclerks.members WHERE USERID='979247.jpg'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

select * from categories_faq order by name asc1select * from categories_faq order by name asc

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories()

Invalid SQL

count(*)sql1error_msg

Expensive SQL

Tuning the following SQL could reduce the server load substantially
LoadCountSQLMaxMin

Suspicious SQL

The following SQL have high average execution times
Avg TimeCountSQLMaxMin