Questions tagged [facebook-app-invites]
10 questions
14
votes
4 answers
Facebook App Invites is deprecated
As the latest release of Facebook SDK version 4.28.0 - November 7, 2017, App Invites is deprecated.
https://developers.facebook.com/docs/app-invites/android/
With the release of the Facebook SDK version 4.28.0, App Invites is
deprecated. It will…

Phong Nguyen
- 6,897
- 2
- 26
- 36
6
votes
1 answer
App Invites is deprecated
I am developing one application which has appinvite functionality but after pod update i got below below error
'show(from:with:delegate:)' is deprecated: App Invites no longer supported
After that i goto the facebook developer site and found below…

Chirag Shah
- 3,034
- 1
- 30
- 61
4
votes
2 answers
"Dialog failed with unknown" error response . Facebook app invite, on switch of fb account
I am having an error in Android facebook app invite. Everything was working fine. I switched the account from Facebook and now I am getting this error.
if(AppInviteDialog.canShow()) {
AppInviteContent content = new…

hamza khan
- 141
- 1
- 11
2
votes
0 answers
IOS/Facebook: Deprecation of App Invite Workaround
It appears that as of February 5, 2018, Facebook no longer supports app invite. Does this mean that it is now impossible for a Facebook user to invite a group of friends or even one friend to download an IOS app? In other words, are there no…

user6631314
- 1,751
- 1
- 13
- 44
0
votes
1 answer
Facebook app invite does not show friend dialog: Could not open vmstat file java.io.FileNotFoundException: /proc/vmstat (Permission denied)
i'm trying to make a Facebook app invite in Unity on Android platform. I'm currently using Facebook SDK 4.11.0 and Unity 2017.2.0.
The flow here would be:
Facebook init at app launch
User press app invite button
Check if the user has…

Nicolas Lorusso
- 93
- 2
- 9
0
votes
0 answers
Unity Facebook SDK appInvite not showing notifications
I'm implementing a game which features inviting your Facebook friends to your app using the Facebook SDK.
The code I'm using is:
FB.Mobile.AppInvite (new System.Uri(appLink), null, callback);
The app link is the proper one setup in the facebook…

Mihai Stan
- 143
- 1
- 13
0
votes
0 answers
Facebook login and App Invites for iOS in Swift
I am stuck after coding the Facebook login.....!
After the login procedure I just end up with a logout button.
I would like to make use of the App Invites for iOS but I cant figure out how to integrate it...
The documentations on…
0
votes
0 answers
Facebook app invite showing friends not from currently logged in account
I added Facebook app invite with FBSDKAppInviteContent in my application and it's working fine. But when I switched Facebook account from my app, it is still showing friends list of previous account that are login in my device . The friends list is…

Rafay Hasan
- 115
- 9
0
votes
0 answers
Facebook app invite in Android using Cordova no callback received for dialog onSuccess/onCancel/onError
I have attached the trigger point code for Facebook App invite dialog.I get callback for onActivityResult but the callback will not be received for the app invite callbacks registered using facebook callback registers. I have tried the same code in…

Gautami Bhandary
- 51
- 1
- 7
0
votes
1 answer
iOS Facebook App Invites only works over WiFi
I'm trying to use Facebook App Invites by using this guide:
Facebook App Invites iOS and my code is as follows:
@IBAction func tapInviteFriends() {
if AccessToken.current?.authenticationToken == nil {
AccessToken.current =…

Raykud
- 2,488
- 3
- 21
- 41