"INVITE ALL CODE" or "TOGGLE ALL" new limit?

There is def a limit.

for me 500 or more gets limited.

Doubt the javascript is going to work anymore BUT a clever update to the chrome extension could add some smarts to invite all in small batches perhaps.
 
What makes you think the limit is 500?

There is def a limit.

for me 500 or more gets limited.

Doubt the javascript is going to work anymore BUT a clever update to the chrome extension could add some smarts to invite all in small batches perhaps.
 
What makes you think the limit is 500?

because when i send less then 500 all the invites go through.


The javascript can easily be modified to count the number of invites sent and stop at 499.

I am working on taking it one step further to refresh the page and start again until all the invites are sent
 
I felt something was wrong and after seeing this thread I decided to check on my last mass invite. I sent out 900 invites 8 hrs ago and when I toggle all on the same invite about 600 are grayed out suggesting that approx 600 were sent. I don't know if this helps any of use it's just my two cents.
 
My limit is 49 :/
I don't know how this can be fixed
just fb can do something
 
My limit is 49 :/
I don't know how this can be fixed
just fb can do something

My guess is perhaps its not based in a particular number but possibly a percentage for larger accounts.

either way its pretty each to modify the javascript to only invite say 49 at time. You then refresh the page and run it again
 
Would be ok at least a javascript like that
How is possible to have a javascript to select 49 different people each time?
 
guys it doent work.. i sent 5k invitation and no one joined and but it says the invitation has been sent by becoming gray :(

Is there any other way .?
 
I have been having alot of problems suggesting my page to friends, sometimes 49 works, sometime, no matter how many i select they dont go through. Sometimes I am able to select them again, sometimes not.
 
I am testing out a new javascript i just wrote. Sends batches in smaller lots and repeats itself.

Seems to have sent all the invites i needed only time will tell if it has worked or if facebook are going to limit the number of invites per account per day
 
I am testing out a new javascript i just wrote. Sends batches in smaller lots and repeats itself.

Seems to have sent all the invites i needed only time will tell if it has worked or if facebook are going to limit the number of invites per account per day

I don't think so what about the legit that want to invite all their friends.
Posted via Mobile Device
 
I just noticed that if you TOGGLE ALL of use the JAVASCRIPT CODE with the OLD GROUPS type you can send the invites even to 1000 friends at once!

The problem is just for the Fanpage
 
I'm trying to invite all my friends to app page, how do you tell if it sent?

I use the old select all code.
 
So, is it working for an entire friend list (i have an account with 4.5k friends) or have you seen an actual limit on how many invites you can do, EVEN while using the 49 at a time method? Facebook is cracking down hard, but all i can say is F**K them. I will keep on selling invites regardless of what they do- I didn't come into this business until they'd already started stepping up their limits and blocks. They won't take me down any time soon. I will attempt to send 49 @ a time with a list of 4.5k friends. I'll set up a brand new page to test it out on. My computer has been down for TWO weeks, and I come back to this? I was hoping to jump on business like usual, but guess not. It's getting more and more difficult. I think we'll all figure out something :) .... eventually!!!!
 
So, is it working for an entire friend list (i have an account with 4.5k friends) or have you seen an actual limit on how many invites you can do, EVEN while using the 49 at a time method? Facebook is cracking down hard, but all i can say is F**K them. I will keep on selling invites regardless of what they do- I didn't come into this business until they'd already started stepping up their limits and blocks. They won't take me down any time soon. I will attempt to send 49 @ a time with a list of 4.5k friends. I'll set up a brand new page to test it out on. My computer has been down for TWO weeks, and I come back to this? I was hoping to jump on business like usual, but guess not. It's getting more and more difficult. I think we'll all figure out something :) .... eventually!!!!

From the testing my team has done so far it seems they have just imposed a 49 person limit per Submit.

i got some javascript ill post to send to 49 friends.
 
From the testing my team has done so far it seems they have just imposed a 49 person limit per Submit.

i got some javascript ill post to send to 49 friends.


Great- so there's still a way to get the work done :) I'm assuming this javascript is working for you and your team? I thought they had disabled all javascripts. But any help is very well appreciated. I used to hand click the invites- then i got too used to chrome's toggle all button.
 
So this cod does not work anymore?


javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
 
So this cod does not work anymore?


javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

I used it yesterday I don't think it worked though.
Posted via Mobile Device
 
Back
Top