Add and Remove Specific Friends Automatically for Antidetect Browsers?

UncleAdolf

Senior Member
Joined
Oct 30, 2021
Messages
904
Reaction score
222
If I wanted to login to Facebook and tell it to go through all of my friends automatically, scroll the page so it seems like a real user, and unfriend the ones that haven't posted anything in a year+, are male (if their gender is listed), and who are older than 40 (if their age is listed), how could this be done via script or however as easily as possible?

Same thing with adding friends. If I wanted to visit someone else's profile or a group or another page and have my FB automatically go through all their friends/followers and add, comment on, or like 3-3 different posts of ones who have posted in the past month, are female (if their gender is listed), and who are younger than 40 (if their age is listed), how could this be done via script or however as easily as possible?

Similarly, what kind of script/tool would let my FB automatically like 2-3 posts of all FB friends of someone else's page?
 
Do you mean the tool? You can try fplus and maxcare. First watch it on youtube to know how to use it and then try it.
 
Do you mean the tool? You can try fplus and maxcare. First watch it on youtube to know how to use it and then try it.
What are the pros and cons of each? Which is better, in your view? I will look into them both now.
 
The activities you mention, such as automatically approving friends, unfriending, or adding friends based on certain criteria, violate Facebook's Terms of Use and Community Standards . Using scripts, bots, or automated tools to manipulate the Facebook platform is not allowed and may result in account suspension or permanent ban
 
If I wanted to login to Facebook and tell it to go through all of my friends automatically, scroll the page so it seems like a real user, and unfriend the ones that haven't posted anything in a year+, are male (if their gender is listed), and who are older than 40 (if their age is listed), how could this be done via script or however as easily as possible?

Same thing with adding friends. If I wanted to visit someone else's profile or a group or another page and have my FB automatically go through all their friends/followers and add, comment on, or like 3-3 different posts of ones who have posted in the past month, are female (if their gender is listed), and who are younger than 40 (if their age is listed), how could this be done via script or however as easily as possible?

Similarly, what kind of script/tool would let my FB automatically like 2-3 posts of all FB friends of someone else's page?
You may get banned for doing this. If you want to keep your account you should do this manually. If you don't care about your account then you could use one of @MDG Agency solutions as mentioned in his previous post.
 
What are the pros and cons of each? Which is better, in your view? I will look into them both now.
I usually use fplus because it is lighter than maxcare, I am more familiar with using fplus
 
You should avoid using scripts or tools to automate your Facebook activities. Instead, interact with your friends naturally and follow Facebook's policies to protect your account.
 
When you use software, you have to be careful. Facebook. Can mark you as spam because of strange actions. The best way is that you can use specific interactions with your friends.
 
I think the best way to have a healthy account is not to use automatic software but to interact naturally if you don't want to lose your account immediately.
 
Automating these actions on Facebook would require using a script with Selenium or Puppeteer to mimic user behavior, scrolling and interacting naturally. However, Facebook’s policies strictly forbid automation like this, and doing so risks account bans. If you still proceed, you'd need to handle login, parse the DOM for posts/friends, and use delays/randomization to avoid detection. A safer approach is using Facebook’s API (if available for your needs), but it has strict limits.
 
Is not a good idea you may get banned if you do this with some external tool. I think will be better to do it manual
 
Self-liking, commenting and posting is not a good idea. It will be considered a violation. It is best to do it manually.
 
Facebook's Terms of Use and Community Standards are broken by the actions you describe, like adding friends based on specific criteria, unfriending friends, and automatically approving friends. It is prohibited to use automated tools, scripts, or bots to manipulate the Facebook platform; doing so could lead to account suspension or permanent ban.
 
Facebook's Terms of Use and Community Standards are broken by the actions you describe, like adding friends based on specific criteria, unfriending friends, and automatically approving friends. It is prohibited to use automated tools, scripts, or bots to manipulate the Facebook platform; doing so could lead to account suspension or permanent ban.
 
Automating these actions on Facebook would require Python + Selenium or a Meta Graph API (if approved access is available), but Facebook has strong anti-bot detection, so excessive automation can lead to bans.
 
For unfriending inactive/male/40+ friends, a script would log in, scroll through your friends list, check profile details (posts, gender, age if available), and unfriend based on set criteria.


For auto-adding friends from groups/pages, the script would visit a target profile or group, scrape followers/members, check their recent activity (posts in the last month), confirm gender & age if listed, and send friend requests.


For liking 2-3 posts of all FB friends of a page, the script would go through the friend list of a page, visit their profiles, and interact with their recent posts.
 
Back
Top