Hi everyone... I need a customizable Facebook Application that will -- 1. Application will let them invite ALL their friends (a check box that selects ALL friends) 2. Application will automatically send me and/or post the name and/or link of users who successfully invited so I can keep a record. Are there any free ones out there I don't know about yet? Thanks. Please help. Thanks.
Don't know of any free apps that provide a service like this. I would look into finding someone who is proficient with the facebook platform and pay them to create your app. I would recommend posting to guru.com
No, I don't think that there are free applications for this. You can hire some programmers and ask them to write a script for you. You can hire them in DP here.... on Service category.
There is some code you can use for this. javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}} Code (markup):
you do understand that according to the way facebook apps work you can not select all the friends except for the allocated number by facebook, this is due to abuse of apps; so the more your app is used the more the number of users you can invite increases. It is a filter.
I have a script already made that will make a post on the wall of every single friend of a person with the click of a button. 10x better than a simple invite. If interested in this pm me. (not free)
"# You must not provide users with the option to publish the same Stream story to more than one friend's wall at a time. # You must not use Stream stories as a method for users to invite friends to your application. # You must use discretion when publishing Stream stories and must not misuse the Stream by publishing an excessive amount of stories on a user's behalf." Those are taken from the Facebook Developer Principles and Policies. The script he is offering would violate the Terms and would get your application banned.