Questions tagged [invite]
202 questions
4
votes
1 answer
Game Center inviting friends programmatically
I'm facing difficulty inviting a friend to the match.
GKMatchRequest *request = [[[GKMatchRequest alloc] init] autorelease];
request.minPlayers = 2;
request.maxPlayers = 2;
request.playersToInvite = [NSArray arrayWithObjects:…

Chris Rutkowski
- 1,774
- 1
- 26
- 36
4
votes
1 answer
Facebook Invite friends , in my iOS app .. what the mistake in my code?
I would like to make invitation button to invite my facebook friends to use my app. I looked at and tried many code . the best in providing interfaces and control to choose more than one friend was mentioned here
iphone development: how to handle…

Twinkle
- 430
- 1
- 5
- 21
4
votes
3 answers
facebook apprequests dialog error “An error occurred. Please try again later.”
I was searching all possible topics but now solution works for me.
There is my code, which works in all browsers except Chrome. There is just window with An error occurred. Please try again later..
It is identical code from FB documentation.

tttpapi
- 887
- 2
- 9
- 32
3
votes
1 answer
Android Facebook API - sending an app invite to a friend
I managed to login to Facebook / get permissions.. retrieve friends data, names/ids etc.
The issue is that I cannot send an app invite to my friends. I'd like to send the invite without a dialog to a single person. But it seems that's wishful…

Cezar Alexandru Vancea
- 580
- 5
- 14
3
votes
0 answers
Sending Whatsapp invitation like other apps not working in pie devices
My code is working fine without image to send but when I am send data with image it shows error. If you are giving me some url there answer has been posted before so make sure that answer is correct because I tried lots of answer on…

BlackBlind
- 772
- 9
- 26
3
votes
4 answers
Is there a plugin or gem that can help me do "invite a friend" capability in rails?
I want to add the ability for users to invite a friend.
The email should be generated so that, if someone clicks on the link and register, that person is automatically a friend.
Not sure what the options are, but wanted some ideas and strategies as…

Satchel
- 16,414
- 23
- 106
- 192
3
votes
2 answers
How to send SIP message using Python sockets
I need to send SIP message using Python sockets, I've made that client sends something to server but I'm not able to make that client sends a SIP message INVITE to server
#!/usr/bin/python
import socket
R_IP = '192.168.2.1'
R_PORT = 5060
message…

Damian Silkowski
- 127
- 2
- 13
3
votes
1 answer
Cordova integration of branch.io for invite to app
I want to use branch.io to create invite links within a cordova app. So I installed the plugin.
in app.js:
branch.init(branchIoKey, function(err, data) {
console.log(err);
console.log(data);
});
$ionicPlatform.on("resume",…

Harald Doderer
- 108
- 5
3
votes
1 answer
Request join a group for Facebook Graph API
We developed a system which interacts with Facebook using the Graph API. In this case, I am trying to post a message in a group and I am with the following return:
My request in this Graph well:
v2.3/402998003100416/feed?message=hello
And the…

Anderson Nunes
- 279
- 3
- 14
3
votes
1 answer
iOS TestFlight - Internal Testers not appearing on User list
I added internal testers & iTunes Connect said it sent the invite emails, but the emails were never received and the testers never appeared on the Users list. It seems like the testers just went into limbo. Does anyone know what i did wrong? & I…

peter martin
- 49
- 2
3
votes
1 answer
how to send invitation on Facebook in Android?
I am trying to send invitation from my app to facebook friends. everything is working fine, facebook invitation dialog is being shown, my frinds list is there, I am also receiving status in onComplete but on the other side (to whom I send…

Gopi Ram Choudhary
- 61
- 1
- 6
3
votes
1 answer
How to implement 'invite to download' feature in a Cordova/PhoneGap application on Android?
I would like to include a menu item in my Android app (built using Cordova/PhoneGap) that provides users with the ability to invite their friends to download the app from Google Play.
Does anyone know of an existing solution for this? I have not…

thinkbigthinksmall
- 894
- 5
- 10
- 19
3
votes
1 answer
In Pinax, how to invite when ACCOUNT_OPEN_SIGNUP = False?
In Pinax, when
ACCOUNT_OPEN_SIGNUP = False
how does the admin invite more users to the system?
How does one generate invitation codes? How do they work?

Joseph Turian
- 15,430
- 14
- 47
- 62
3
votes
2 answers
How to get user who invited a friend?
My website has a sponsorship system that allows users to invite friends by email (with a link that refers sender) because of some bonus ("if X people subscribe because of you, you win this and that").
I want to do the same with the Facebook side of…

Meowcate
- 371
- 1
- 4
- 12
2
votes
2 answers
Dialog 'apprequests' friend invites send OK but never get through. (iOS)
I'm having problems getting friend invites working. They seem to be being sent OK (I don't get any errors from the iOS delegates) but the invites never appear on the receivers FB account. I'm using iOS SDK and logging in with test users. The code…

Martin Linklater
- 181
- 1
- 7