jagrmeister721
Regular Member
- Apr 3, 2008
- 206
- 38
So here's what happens:
1. I select all Friends through javascript and invite all to the Page
2. I log in a day later and notice that not all of the friends have been invited. About half are grayed out and half are there as if they weren't invited. I take it there may be some limit you can invite to a page in a day.
3. I mean to select the non-grayed out people who haven't been invited. The question is how to this efficiently. So,
a. I try using the JS again . The JS selects ALL friends, even those who are grayed out. My intention when I click the "Invite" button is that only invite those who haven't been invited. However, having tested this, I think it tries to send to all, and runs into some limit, and never gets to the non-invited people. If I login the next day, the non-invited are still non-invited.
b. I can click on the non-invited (not grayed out) manually and Invite them but this takes a lot of time.
Any thoughts? Is there JS for only selecting the non-grayed out friends to Suggest to the page?
1. I select all Friends through javascript and invite all to the Page
2. I log in a day later and notice that not all of the friends have been invited. About half are grayed out and half are there as if they weren't invited. I take it there may be some limit you can invite to a page in a day.
3. I mean to select the non-grayed out people who haven't been invited. The question is how to this efficiently. So,
a. I try using the JS again . The JS selects ALL friends, even those who are grayed out. My intention when I click the "Invite" button is that only invite those who haven't been invited. However, having tested this, I think it tries to send to all, and runs into some limit, and never gets to the non-invited people. If I login the next day, the non-invited are still non-invited.
b. I can click on the non-invited (not grayed out) manually and Invite them but this takes a lot of time.
Any thoughts? Is there JS for only selecting the non-grayed out friends to Suggest to the page?