Questions tagged [facebook-invite]

An invitation to the popular social networking site, Facebook

A Facebook invite is an invitation to become a member of the popular social networking website known as Facebook

84 questions
3
votes
0 answers

Facebook graph api's invite friend accept callback (iOS)

I couldn't find any answer to my question: On my facebook iOS app, if the user invites his friends (via the method: apprequests thing), is it possible for me to know whether/how many friends answered "OK" to this invitation ?
Jeremy
  • 248
  • 4
  • 12
2
votes
0 answers

How to Check Facebook invite app to friends is successfully sent invitation or not sent in android

I have Sent invitation to friend successfully ,but i want to check is sent or not Successfully. after call sent invitation successfully i want to send data to API. please anyone help me how to check invite friend successfully or not . Thanks in…
2
votes
0 answers

How to get the list of the invited friends through facebook api

I want to implement the invite friend feature in my android app. https://developers.facebook.com/docs/app-invites/android But I need to get the list of the invited friends, so when someone logged in to my app, I could show him the invited requests…
david
  • 3,310
  • 7
  • 36
  • 59
2
votes
0 answers

IOS Facebook active status and invite

I have downloaded the latest FB Sdk and successfully implemented the login feature. Now if i try to check if the user is active using the below code, if (FBSession.activeSession.isOpen) It give Use of Undeclared Identifier FBSession. Also, i want…
rafavinu
  • 305
  • 4
  • 20
2
votes
1 answer

How to extract a value from a facebook invite friends onComplete() response

I am implementing Facebook friends invite in my android app and I need to get to how many friends user sent app request so that I can award him some points. What I have done so far is as below WebDialog requestsDialog = (new…
user3177222
  • 261
  • 2
  • 3
  • 11
2
votes
4 answers

How to Get friend list of facebook login user using FacebookSDK v3.21

i try following code to get list of friend, but i am getting those friend who using app, i need to get full list of friend. code is given below. [FBRequestConnection startWithGraphPath:@"/me/friends" parameters:nil …
2
votes
0 answers

Invite Facebook friends thorogh android app

When I invite friends from facebook it displays Toast invitation was send but not display in friends notification. I use Simple Facebook SDK for Android in my app. My invite is sent, but it isn`t displayed in friends wall. I asked the same question…
2
votes
0 answers

How to reward sender when accept facebook invites on iOS and Android

My client wants to make a small game for iOS and Android that rewards users when their friends accept their invites through Facebook. I've read several questions and solutions I found on this site about getting the "from" and "to" fields from the…
g8minhquan
  • 592
  • 4
  • 12
2
votes
1 answer

Facebook App Invite not received

I'm trying to send a facebook invite for my iOS application, but it never seems to get there and I can't figure out why. Here is the code I'm using: -(void)inviteFriend:(NSString *)facebookId { NSDictionary *parameters = @{ @"to": facebookId…
Edward Glasser
  • 183
  • 4
  • 17
2
votes
0 answers

Send Invite message from ios app

I integrated Facebook SDK into my iOS native APP. I completed login and received active FBSession. Then I ask for publish permission and then I want send invite to my single friend like Candy Crush Saga for example. Is it possible? Can you help me…
Luca Santaniello
  • 161
  • 1
  • 11
2
votes
1 answer

Invite friends to facebook app (not a game) preferably using PHP

I'm wondering if it is possible to allow a user to invite friends to join my app, even though it is registered as a fitness app and not a game through facebook. Does this even matter? I'd like to use the facebook requests dialog, but I am being…
TorranceScott
  • 1,487
  • 14
  • 16
1
vote
0 answers

IOS Facebook invite Missing App Link URL

enter image description here I get the url “h t t p s :// fb . me / number” by App Link Tool which is reference to the https://developers.facebook.com/docs/app-invites/ios?locale=en_US. And use the code FBSDKAppInviteContent *content…
1
vote
1 answer

iOS - Firebase dynamic linking with Facebook friends invite issue

I am using firebase dynamic linking to send app invitation using email and sms gateway. Basically, I am sending the invite code in deep link. User who's installs with that invite code is connected to my user circle. Now, I want to send invite code…
1
vote
2 answers

Facebook iOS App Invites are being sent but users don't receive them

I created an invite url using Facebook tool. Then I created a custom URL Scheme in info.plist. Same as used in invite url. Next, I'm calling: let content = FBSDKAppInviteContent() content.appLinkURL = URL(string:…
1
vote
1 answer

Facebook App Invite Links not working

I'm trying to setup app invites. Basically I want users to invite their facebook friend to try and install my app. I did setup app links in facebook. This is what I did What I'm doing wrong? Instead of play store url, i tried putting my app url,…
user43286
  • 2,261
  • 3
  • 31
  • 42