Facebook Tools/script

hourb

Newbie
Joined
Jul 8, 2011
Messages
46
Reaction score
7
Hi all,

I just created my second facebook account. I never used any facebook tool/script.
Is there any working script/tool for
1) accepting all friend request i receive in bulk instead of clicking confirm one by one
2) Tag many people at once in a post/image/note.

Thanks in advance
 
I'm looking for script "Facebook Auto Add Friends To Groups".
???

All scripts I'm trying do not work for me.
 
Last edited:
Hi all,

I just created my second facebook account. I never used any facebook tool/script.
Is there any working script/tool for
1) accepting all friend request i receive in bulk instead of clicking confirm one by one
2) Tag many people at once in a post/image/note.

Thanks in advance

You can do these things with imacros, should only take a few minutes to figure out how it works. Basically you record what you're doing with imacros, save it, and you can keep repeat the process by just hitting a single button
 
I installed and used iMacros to record confirm request
so i got something like this
http://shrib.com/iMacros
VERSION BUILD=8300326 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/friends/requests/
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:u_0_g
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:u_0_m
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:u_0_s
.so on
.
.
.
TAG POS=1 TYPE=A ATTR=TXT:See<SP>More<SP>Requests
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:u_22_6j
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:u_22_6d

full script here http://shrib.com/iMacros
Now how do it repeat it? currently it works for only submit button with ATTR=ID:u_**_**..
 
Hi, There are many addons for chrome & firefox out there. Problem is some of them are useless after a UI change in facebook, which in fact happens often. So you must check them in your own cost. Also I suggest you post this request in the BST section, hope you can get a program/tool per your request. have a charming day. :)
 
I think imacros is ok for that. Btw, anyone now how to make if, then or until in imacros?
 
greasespot.net has a script which allows us to like or comment post or status on FB pages.
 
Here's a java script i use for accepting all pending friend request.

First go to

fbdotcom/reqs.php

Continue to scroll down to see all etc etc when you have all the request you want to accept on one page enter the following java script into your url and press enter

javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x.type == 'checkbox') {x.click();}}; alert('Done, all your friends have been selected');

Sorry if this has already been answered or if there is a better way. thanks
 
You can use our bot free and fully functional for 25 tasks which would easily accomplish your goals.
 
i have been searching for it since long.
no script is working now.
please give any working script if available.
 
Back
Top