Can you share that macro?
VERSION BUILD=8810214 RECORDER=FX
SET !DATASOURCE thenametoday.txt
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*440 + 1); randomNumber;")
SET !DATASOURCE_LINE {{!VAR1}}
SET !var2 {{!col1}}
TAB T=1
URL GOTO=http://www.facebook.com/pages/create/
WAIT SECONDS = 1
CLICK X=470 Y=555
WAIT SECONDS = 1
TAG POS=1 TYPE=SELECT FORM=NAME:celebrity_form ATTR=NAME:category CONTENT=$*Artist*
WAIT SECONDS = 1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:celebrity_form ATTR=NAME:page_name CONTENT={{!COL1}}
CLICK X=402 Y=629
WAIT SECONDS = 1
CLICK X=298 Y=634
WAIT SECONDS=4
there you go you need a file henametoday.txt filled with names for the pages one per line :-D
Dont run more than 25 loops or you will be blocked to generate tokens.
PHP:VERSION BUILD=8810214 RECORDER=FX SET !DATASOURCE thenametoday.txt SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*440 + 1); randomNumber;") SET !DATASOURCE_LINE {{!VAR1}} SET !var2 {{!col1}} TAB T=1 URL GOTO=http://www.facebook.com/pages/create/ WAIT SECONDS = 1 CLICK X=470 Y=555 WAIT SECONDS = 1 TAG POS=1 TYPE=SELECT FORM=NAME:celebrity_form ATTR=NAME:category CONTENT=$*Artist* WAIT SECONDS = 1 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:celebrity_form ATTR=NAME:page_name CONTENT={{!COL1}} CLICK X=402 Y=629 WAIT SECONDS = 1 CLICK X=298 Y=634 WAIT SECONDS=4
yes you can make pages and then get there access tokens to use them for liking and commenting.
I have a Imacros for doing the job making 25 Pages per Account uploading Profile Pic with graph api to all pages, thats all.
Then the Script Grabs all Page Access Tokens
Im on 600 Access Tokens now, hehe
Very cool way to get some top comments
Hi,
how do you grab the page access tokens? I thought you first needed to get a user access token and an App id through the developers account (for which you need to verify phone/cc). Is there a different way?