How to get a lot of Facebook user access tokens?

Xyaxolix

Power Member
Joined
May 16, 2012
Messages
516
Reaction score
243
Is there any way except making shitloads of accounts and obtaining token for them one by one?
 
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
 
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
 
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

please can you explain more how i can use this code ?
and is this code generate access tokens too ?
 
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?
 
hi can you share your tool to get top like in page,, i got 300 token too but dont have tool to get top like
 
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?

that's the only way using the /me/accounts after you grant permission to graph explorer to manage_pages. don't be lazy lol go n buy some phone verified accounts Dang :P
 
Can u please tell me where i can put thenametoday.txt file i tried on spacial folder demo folder but when i'm going to run the error comes like " RuntimeError: Data source file does not exist, line 2 (Error code: -930) " please help me
 
And when i put thenametoday.txt to imacros datasource folder and play loops now this error happens " Error: Component returned failure code: 0x80500001 [nsIConverterInputStream.init], line 2 (Error code: -1001) "
 
Back
Top