davidmann4 / ogar-feeder-bot

feeder bot for ogar servers
MIT License
92 stars 49 forks source link

Facebook #341

Open Petterholm opened 8 years ago

Petterholm commented 8 years ago

Anyone have a way to add multiple fb accounts?

Lukkez commented 8 years ago

Really? make one yourself, i already made one, i will don't share, you a LEECHER

Petterholm commented 8 years ago

can i use this

//auth_token request example

var AgarioClient = require('../agario-client.js'); //Use next line in your scripts //var AgarioClient = require('agario-client'); //Use this in your scripts

var account = new AgarioClient.Account();

//Login through facebook on http://agar.io/and copy cookies c_user,datr,xs from http://www.facebook.com/ here account.c_user = '1000xxxxxx795'; account.datr = 'q0F5VlxxxxxxxxxxXEJDC'; account.xs = '200:OPXxxxxxxxMw:2:1450787324:-1';

//Request token account.requestFBToken(function(token, info) { if(token) { console.log('Got new token: ' + token); console.log('Now you can set it in client.auth_token and connect'); console.log('Token will expire in ' + ( account.token_expire-(+new Date) )

Den søndag 27. mars 2016 skrev Lukkez notifications@github.com følgende:

Really? make one yourself, i already made one, i will don't share, you a LEECHER

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/davidmann4/ogar-feeder-bot/issues/341#issuecomment-202073403

hassanila commented 8 years ago

@Petterholm Yes, but that's not all... that will work for one fb bot only... you need to make an array with all cookies and get token for all of them then assign them to each bot.

Petterholm commented 8 years ago

Can you help me?

Den søndag 27. mars 2016 skrev Hassan notifications@github.com følgende:

@Petterholm https://github.com/Petterholm Yes, but that's not all... that will work for one fb bot... you need to make an array with all cookies and get token for all of them then assign them to each bot.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/davidmann4/ogar-feeder-bot/issues/341#issuecomment-202127138

hassanila commented 8 years ago

@Petterholm I'm busy. som1 else maybe?

philw1508 commented 8 years ago

Look at stavj Video. He shared fb bots

Petterholm commented 8 years ago

Where?

Sendt fra min iPhone

Den 28. mar. 2016 kl. 05.30 skrev philw1508 notifications@github.com:

Look at stavj Video. He shared fb bots

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub