Tagged Questions

2
votes
1answer
156 views

Facebook APP. PHP - Can i Know which user made an invitation once it is accepted? can i count the invitations?

i need information about this: I need to know if i can count the number of invitations a person has made (invitations to his/her friends to use the app). I also need to know how many of these ...
2
votes
1answer
609 views

Foursquare style facebook invite over Graph API

I want to allow newly signed up users to be able to do a facebook connect and select some of their friends and dispatch an invite to them for my website. I saw this in action when I signed up for ...
2
votes
5answers
584 views

Best practices: how to implement an invitation system in Zend Framework?

I've built out most of the functionality, now I'm getting stuck... I am creating a private, web application that has an invite only registration system. An admin user sends an email invitation to a ...
1
vote
0answers
248 views

What is the a good Invite-Friends plugin for websites?

I tried Googling around for a good PHP Plugin/code that enables me to place an invite your email contacts on my website (something like LinkedIn's invitation plugin which works for all kinds of ...
1
vote
2answers
584 views

User registration with invitation

I'm working on an application where users can register when they recieve an email invitation for the app. Right now what I do is generate invitation-codes that are sent to the users and stored in the ...
0
votes
1answer
706 views

PHP script to send email invitations to join a site

Are there any popular scripts to send invitations to join a website, to user's address book contacts? When he enters email ID and password, it should grab all contacts and email each one using ...