Questions tagged [invite]
202 questions
2
votes
1 answer
How do I send a facebook request that links to an external site?
In my current .NET and FBML-based facebook app, I have some code that looks like this:

izb
- 50,101
- 39
- 117
- 168
2
votes
1 answer
What's the Facebook Javascript SDK equivalent of fb:req-choice?
I can post an apprequest from my site onto selected friends' walls with a call to FB.ui. I'm doing this to replace an old call that goes via some FBML, namely fb:multi-friend-selector. What isn't clear from the documentation is how to do the…

izb
- 50,101
- 39
- 117
- 168
2
votes
1 answer
Fatal error: Call to undefined method Facebook::require_frame() in /home/wubb/public_html/facebook/fbml.php on line 15
I am trying to integrate friend invite for facebook in my website. I am using php. I included the code:

Trikode Sol
- 21
- 2
2
votes
2 answers
Facebook: post invitation on the Wall anonymously
for the App we are developing now, it could be useful to find a way, when people could post the invitation to our App on the walls of their friends, but stay anonymous. For example, the post with invitation would appear as if they were sent by the…

Natalia
- 21
- 2
2
votes
1 answer
How can i send calendar invitaion and make sure it sit in gmail and outlook calendar using mailgun(node js)?
I am using mailgun(node js) to send an calendar invite, I am able to send invites but it is not adding to calendar automatically.
How we can automate this calendar invite to gmail, outlook calendar?
How can i achieve Yes, Maybe, No or RSVP or accept…

Narendra M
- 21
- 5
2
votes
1 answer
Best strategy to make the user invite his friends on Android?
So I'm builing an Android social game.
What's the best strategy to get the user invite his friends in the game ?
How to mix facebook connect, SMS, emails from the contact list ? What application does this perfectly in the minimum amount of steps.

Alex
- 538
- 1
- 8
- 18
2
votes
0 answers
Is this the correct way for sending a calendar invite by using Laravel?
what is the problem in $organizer variable I don't know what is going on with this variable
case 1: $organizer = "CN=Organizer name:email@YourOrganizer.com";
whatsappstatus0001@gmail is the email address which is used to send emails from…

RoboPathshala
- 43
- 7
2
votes
2 answers
Android : How to send app invite message using whatsapp,facebook,gmail,etc from my app
I need to send app invitation message from my app to friends via whatsapp,facebook,hike,... with the message and playstore link.I have seen this kind of invitations in other apps like hike,whatscall,... like the attached image below.
I want to send…

KJEjava48
- 1,967
- 7
- 40
- 69
2
votes
3 answers
Error in sending app invitation in ios to facebook friends
I am trying to send app invitation to facebook friends but getting the following error
app invite error:Error Domain=com.facebook.sdk.core Code=9 "The operation couldn’t be completed. (com.facebook.sdk.core error 9.)"
below is my…

iGagan Kumar
- 406
- 8
- 26
2
votes
1 answer
Facebook multi-friend-selector always displays email invite section
I managed to get fb:multi-friend-selector working. However after choosing friends and sending invitations to them there is a popup "Optional: also send to email contacts?" displayed which I don't want.
According to the documentation at…

Michał Szajbe
- 8,830
- 3
- 33
- 39
2
votes
1 answer
EXE_BAD_BADACCESS trying to access GKMatch?
The Problem In Brief
Trying to play with a friend in real-time using gamecenter causes a crash during gameplay
Project Details
I am using gamecenter with cocos2dx
I am using the SANDBOX mode: Both accounts being tested are in sandbox mode
2 Ipads…

Striker
- 507
- 4
- 11
2
votes
1 answer
outlook invitation with html not rendered correctly
I'm trying to send a nicely formatted email with an icalendar to a user who's using outlook 2010, but the result is horrible. If the file is removed everything looks great.
I thought I was doing something wrong, so I've tried the same scenario using…

Roey
- 1,647
- 21
- 16
2
votes
0 answers
Facebook invitation callback get email address
i am working with facebook invitation api using the code
FB.init({
appId:'', cookie:true,
status:true, xfbml:true
});
function FacebookInviteFriends()
{
FB.ui({ method: 'apprequests',
title : "Groups Request",
message: 'come on man…

user3335960
- 835
- 1
- 6
- 6
2
votes
0 answers
Implementing invite system without email address to verify
I'm currently implementing an invite system for a website. The website is publicly accessible so anyone can join but the idea here is that when the user registers it will automatically link them up with their friends who are already on the site…

diggersworld
- 12,770
- 24
- 84
- 119
2
votes
2 answers
OpenInviter and Gmail?
All the services except Gmail seems to be working in OpenInviter (http://openinviter.com/). Does anybody know why this is happening, or is my installation just bust? I'm using version 1.8.1

rockstardev
- 13,479
- 39
- 164
- 296