Questions tagged [invitation]
122 questions
1
vote
1 answer
How to send customized app invitations to new users with the Dec 22 platform updates?
Since the Dec 22 platform updates, invitations (and all other requests) to friends who haven't installed an app are standard "Try Now" messages that go into the new "Invites from Friends" section of the new "Apps & Games" dashboard.
Is there a way…

Etemad Shahabi
- 11
- 1
1
vote
1 answer
Invitations not showing up in friend's notification
I have a site that's been integrated with fb for a little while. Recently we have noticed that invites are not being delivered to users friends. The multi friend selector shows up fine and the the preview for the message that should show up in…

Fitmo Appadmin
- 499
- 6
- 9
1
vote
1 answer
Icalender issue with outlook
I have generate calendar invitation from c# (.ics file). Also I have validate that using icalendar validator.
But when I send that file from outlook to another outlook mail its not display as invitation.
Also its working fine with gmail to outlook…

Ravindu Prasath
- 21
- 3
1
vote
0 answers
How to invite people from my contact list via windows messager api or how to get explicit email addresses?
I tried to get emails for my website that users can invite their friends by email, but I have been receiving hashed emails. I found nothing and I decided to find the solution that help me to send emails via windows messenger api. Does anyone can…

Aleksey Savitsky
- 11
- 1
1
vote
1 answer
How to initialize the Invitation dialog (not the apprequest one)?
There are a lot of applications that use an Invitation dialog, like this one here:
However I find no documentation or a single topic describing this specific dialog. It is not the same as the apprequest dialog which is mostly referred to as the…

Martin Asenov
- 1,288
- 2
- 20
- 38
1
vote
3 answers
iPhone GameCenter invitation with playerGroup
I developed an iPhone App that uses the GameCenter. To support different levels of my game I set the playerGroup within the GKMatchRequest class. If the match is started by an automatic match making process both users knows the playerGroup, but if…

Ludi
- 11
- 1
1
vote
3 answers
Why FBInstant.chooseAsync method not sending game play request to friend?
I am trying to send game play request to my facebook firend using FBinstant.chooseAsync method. But no request is sending to my friend and I am not getting any data at callback after calling this method.
Here is my game code -
…

Saiful Islam Sajib
- 2,243
- 1
- 12
- 17
1
vote
1 answer
Rails - How can I set up an id as a token (pre-beta invitation application like usehipster)
I am trying to write a "viral" pre-beta invitation application as one can see on usehipster.com or fork.ly.
Basically, the future tester:
1.) enters his email
2.) is redirected to a view (a coming_soon page)
3.) receive a link like this one :…

benoitr
- 6,025
- 7
- 42
- 67
1
vote
0 answers
How to send invitations to join a group from stand alone IOS app
I have a client who is requesting a feature that I'm not sure is possible as he describes it. He would like to send an invitation to one or more of his contacts via a text message, all from with in his stand alone app. That part would be fairly…

TDog216
- 11
- 2
1
vote
0 answers
Issue connecting to play game using game center
I am facing the issue of Multiplayer Invitation endless Processing below is the detail.
open func player(_ player: GKPlayer, didAccept inviteToAccept: GKInvite) {
print("player is \(player) \nInvite is \(inviteToAccept)")
…

Jamil
- 29
- 7
1
vote
1 answer
'com.facebook.share.model.AppInviteContent' is deprecated
My function is not working it shows com.facebook.share.model.AppInviteContent is deprecated in the tool tip :
(AppInviteDialog.canShow()) {
AppInviteContent content = new AppInviteContent.Builder()
.setApplinkUrl(appLinkUrl)
…

Rana Arslan
- 55
- 1
- 7
1
vote
0 answers
azure active directory b2b
I'm trying to send large number of invitations (say 1000) through Invitation API.
I'm creating a background thread and then using Parallel.ForEach() method to send these invitations concurrently with maxDegreeOfConcurrency set to 10.
Initial…

Jigar Mangukiya
- 11
- 1
1
vote
1 answer
TFS web - Test case invitation via email contains wrong link
I have a TFS 2015 with a couple of projects/teams created. We are doing manual tests and I want to send invitations of these manuel tests/suites to the testers.
Exemples:
- project a / team 1
- project a / team 2
Now I want to send an invitation to…

Marc S.
- 35
- 7
1
vote
2 answers
Inviting and removing collaborators to/from project - Rails
I am building a rails app which has projects which users (handles by Devise) can be invited to as collaborators (much like GitHub repositories and collaborators). I am struggling getting the invitations running (removing collaborators specifically).…

simonlehmann
- 852
- 1
- 10
- 27
1
vote
1 answer
New Active Collab release requires language_id in /accept-invitation API call
Since we did updates on Active Collab the API Request returns some Validation Error. (/accept-invitation):
{
"message": "Validation failed",
"type": "ValidationErrors",
"field_errors": {
"language": [
"Value of language field is…

Silver
- 23
- 2