Questions tagged [invite]

202 questions
17
votes
3 answers

Ruby on rails: Devise, want to add invite code?

I would like to add an invite_code requirement for users to sign up. Ie. in addition to requiring them to specify an email/password combo, I want an additional field :invite_code. This is a temporary fix so that non-wanted users cannot login during…
Dave
  • 11,392
  • 5
  • 31
  • 42
15
votes
6 answers

App requests successful, but no notification shown

I am using the normal setup for sending invites through the requests dialogue: FB.ui( { method: 'apprequests', message: "Please add me, I am doing the same, thanks!" }, function(response) { console.log(response); } ); The…
6
votes
0 answers

How do i get deep link after user install the app through firebase dynamic link and opens the app on app drawer?

i'm using firebase dynamic links to invite friends to my app. Everything works great. Clicking the invitation link leads me to the playstore. When i install the app and wait until its done the playstore shows me the button "Continue". When i click…
6
votes
2 answers

GameCenter Invitation Handler

trying to implement a multiplayer. Using the sample from Game Center - Sending and receiving data. Everything seems okay, but in apple documentation there is also said about invitation handler. [GKMatchmaker sharedMatchmaker].inviteHandler =…
0xDE4E15B
  • 1,284
  • 1
  • 11
  • 25
6
votes
0 answers

Facebook let user Invite all friends to try app

A few apps that are not games are offering their users the ability to invite all their facebook friends to try an iOS app. Workflow user presses invite friends popup prompt to invite all friends user accepts facebook prompt user wants to access…
Andres Canella
  • 3,706
  • 1
  • 35
  • 47
6
votes
1 answer

How to invite users to connect to your application using Facebook Application Development interfaces

I think that this question already questioned, and probably the answer is here: http://wiki.developers.facebook.com/index.php/Notifications.send but the real problem is that facebook says: Facebook discontinued support for this method March 1, 2010.…
rabashani
  • 1,443
  • 2
  • 14
  • 22
6
votes
3 answers

Facebook Requests Dialog: Sending Requests Failed

I just copy the source codes from https://developers.facebook.com/docs/reference/dialogs/requests/, JavaScript Example section, change to my API ID, then I can see the Dialog. but when I sent a Request to One or More Users, I always got the…
lhjava
  • 107
  • 2
  • 6
5
votes
2 answers

devise_invitable: Confirm after Invitation

I override devise's confirm! method to send a welcome message to my users: class User < ActiveRecord::Base devise :invitable, :database_authenticatable, :registerable, :recoverable, :rememberable, :confirmable, :validatable,…
Ben Orozco
  • 4,361
  • 4
  • 33
  • 49
5
votes
11 answers

How to properly create an Intent to refer like Tez?

In my app i have to add an intent to share my app. I looked through Tez, which shares the app icon along with a text which contains a hyperlink. How to achieve this?
Manoj Perumarath
  • 9,337
  • 8
  • 56
  • 77
5
votes
2 answers

how to invite facebook friends from iphone application?

In my application i displayed facebook friends list and i want to invite facebook friends by using fbconnect api. Please refer me is any example code or tutorial?
nayagi
  • 73
  • 1
  • 1
  • 7
5
votes
4 answers

Preventing abuse to an invite system

recently I helped some friends ship an invite system in their website that works like this: A user creates an account, we send a verification email and when he verifies the e-mail he gets one free credit to spend on the website. In addition to that,…
Thanos
  • 844
  • 2
  • 11
  • 27
5
votes
1 answer

Inviting Facebook friends to custom uri

I wonder if it's possible to use FB.ui to invite friends to a custom page of my web application, but not to it's index. Apprequests method doesn't seem to have any parameters as customizable uri FB.ui({method: 'apprequests', message: 'yay!', …
Kourindou Hime
  • 167
  • 1
  • 10
5
votes
5 answers

Linkedin How to get email addresses of connections

I am adding 'Invite a Friend' on my website, for that I have planned to included email grabber. I have tried http://openinviter.com/demo/ but you can see its not working for Linkedin, its mentioned on that demo page too. How can I grab Email…
Riz
  • 9,703
  • 8
  • 38
  • 54
4
votes
1 answer

"request invite" gem?

I am looking for a gem that will allow users to request an invite, and also allow me to batch release invites to people. Currently, I am using Devise for authentication, and am planning on allowing users who have activated accounts to invite a small…
Mild Fuzz
  • 29,463
  • 31
  • 100
  • 148
4
votes
2 answers

Django invite code app recommendation?

I'm looking for a simple Django app that restricts registration to users who have an invite code (for running a private beta). I'm using django-registration, so something that plays nicely with it would be great. Looks like there are several viable…
Joe
  • 25,307
  • 12
  • 38
  • 35
1
2 3
13 14