Auto Friend Request on Facebook

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
icang69
Posts: 1
Joined: Fri Dec 11, 2009 3:22 am

Auto Friend Request on Facebook

Post by icang69 » Fri Dec 11, 2009 3:33 am

I've a problem. More than 500 friends need to confirm (every week) on my facebook :D . Now i've 4000++ friends. you Know how long to click one by one the button. :? . So.. tell me the script to confirm all request. Please....
Pramu
Posts: 4
Joined: Mon Dec 07, 2009 12:43 pm

Re: Auto Friend Request on Facebook

Post by Pramu » Fri Dec 11, 2009 6:08 am

do it manually..
u only have 2 weeks left :lol:
FB only allows 5000 friends :(
Hannes, Tech Support

Re: Auto Friend Request on Facebook

Post by Hannes, Tech Support » Fri Dec 11, 2009 10:38 am

Feel free to post your macros so we may help you with whatever problem you encounter.
additional001
Posts: 175
Joined: Sun Jul 06, 2008 3:24 am

Re: Auto Friend Request on Facebook

Post by additional001 » Fri Dec 11, 2009 5:43 pm

This is a violation of Facebook's TOS. I doubt you will find much help to do that here.
1blah111111
Posts: 1
Joined: Wed Dec 23, 2009 2:09 am

Re: Auto Friend Request on Facebook

Post by 1blah111111 » Wed Dec 23, 2009 2:19 am

if your wanting to add new friends i use this:

Code: Select all

 VERSION BUILD=6251204 RECORDER=FX
SET !ERRORIGNORE YES
TAG POS=1 TYPE=A ATTR=TXT:Add<SP>as<SP>Friend
wait seconds= 1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:connect&&VALUE:Send<SP>Request
wait seconds= 1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:close&&VALUE:Close
wait seconds= 1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:ok&&VALUE:Okay
wait seconds= 1
i did have one that would also work if it suggested you suggest friends to them.... though you have to manually stop is and change the position if it clicks to fast and doesn't switch from the add as friend option.... i would be happy if i could figure out how to set the time until it regester's an error, or if i could get it to change the tag position automaticly... but i'm not that experienced so.... record yourself accepting a few of the requests using i-macros, and post the results, i should be able to work from there, don't have any pending friend requests to accept so i can't help with that right now...
pitaj
Posts: 3
Joined: Wed Sep 21, 2011 10:31 am

Re: Auto Friend Request on Facebook

Post by pitaj » Wed Sep 21, 2011 10:39 am

I have java script for auto accept friends, but first you must go to http://www.facebook.com/reqs.php then input java script and press enter..

Code: Select all

javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
and it works when i manualy start it in browser..

But when i'm using :

Code: Select all

URL GOTO=http://www.facebook.com/reqs.php
URL GOTO=javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")
It's doesnt work i get this error:

Code: Select all

Error -1100: Wrong format of URL GOTO=javascript:for( i = 1;i<document.getElementsByName("actions[accept]").leng
How to run this java script using macro ?
codingelements
Posts: 1
Joined: Thu Oct 08, 2020 7:31 am
Location: India
Contact:

Re: Auto Friend Request on Facebook

Post by codingelements » Thu Oct 08, 2020 7:49 am

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/firefo ... r-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

STEP-5
Then click on PLAY LOOP


Script by https://www.codingelements.com
:D
Coding for High School Kids - https://www.codingelements.com
Post Reply