Questions tagged [invite]
202 questions
0
votes
2 answers
Grabbing users email and sending invite requests to his friends, How does it work?
I have a since in which when users register, I need to ask them to invite their contacts from YahooMessenger. But sadly, I have no clue as to how to even begin. Any answers or links would be awesome.

samayo
- 16,163
- 12
- 91
- 106
0
votes
2 answers
Problems of inviting friends through Facebook email
I want my users to invite their friends by sending them Facebook private massage. I am thinking of using send button, but the problem is that each invitation url is different and unique, so if I use send button to do it, I might need to create many…

David Cheung
- 3
- 1
0
votes
1 answer
Facebook invite limited number of friends
Is it possible to invite only a limited number of friends to an app?
lets say i want the user to be able to invite only 3 friends. is this possible?
http://developers.facebook.com/docs/reference/fbml/request-form/
I m looking at the reference. but i…

DarthVader
- 52,984
- 76
- 209
- 300
0
votes
2 answers
Pinterest invite system with Devise
What is the best practice with Devise 2.1 to build a simple invite system just like Pinterest?
In other words, I would like to allow new users to sign-up with an invitation form. Then, I would like that:
First, Devise send a "Thanks for Joining the…

T5i
- 1,470
- 1
- 18
- 34
0
votes
1 answer
Invite friends through Facebook, post to their wall and return to site
I have created an app for my site in Facebook. While inviting friends to the app, it returns a call back url:
> referrals/fb_invite?channel=6&ids[]=100000576230613
This leads to a 404 page error.
What does this URL mean from facebook and how can it…

Sathya Raj
- 1,079
- 2
- 12
- 30
0
votes
1 answer
how to send mass emails/messages to a persons friends on facebook
I am making a site , where some guy who has a facebook account can invite his friends.
The problem is that the standards facebook API provides a popup for such case , where a user who wants to invite his friends has to manually click each friend he…

Myke
- 1
- 1
0
votes
1 answer
Invite friends with Javascript, but inside a specific page of a canvas app
What I need to do is to put a button on various pages of my facebook app, which will invite user's friends to the specific page of the app.
I use the JS SDK of facebook and I created the following function: