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
1
vote
1 answer

Inviting facebook friends to an application

I'm creating an application where in I'm creating stories. So for each stories I want to invite my facebook friends to collaborate something. So which is the best way to invite? Is it apprequest or send method. Please help me some solution.
Sanganabasu
  • 943
  • 7
  • 21
  • 39
1
vote
2 answers

IOS fb invites sent but not shown on users wall

I am sending requests from my app to the fb friends but i am not getting any notification on the wall of fb user whom i sent request ? I am using FB SDK 3.2 (i hope its the latest) Following is the code i am using to send…
0
votes
1 answer

Android Facebook invite only shown in "App Invites" section

I implemented the Facebook App Invites feature into my app. Sending and receiving works fine in my app, but the Facebook user that received the invite on his Android app doesn't receive neither push notification or general notification as specified…
0
votes
0 answers

How to get friends of users not using my app (Graph 2.4)

as there were recent changes in Facebook APIs, rights and endpoints, I would like to open this question once again as I spent almost 2 hours by searching for answer without reasonable answer. My app (web-based-only at now) is based on…
0
votes
0 answers

Smartest way of tracking Facebook-invites, Android App

So I'm planning on implementing a function to my Android app that lets you invite your friends on Facebook. When, or rather if, they choose to download the app their respective recruiter is supposed to get an in-app bonus. What would be the smartest…
Nyfiken Gul
  • 654
  • 4
  • 20
0
votes
0 answers

Error on facebook invite

I am trying to integrate facebook invite. Previously it was working fine but since few days its showing like: When i show log it showing like: -canOpenURL: failed for URL: "fbapi20130214:///" - error: "(null)" My Plist:
Tejas Ardeshna
  • 4,343
  • 2
  • 20
  • 39
0
votes
1 answer

Facebook App Invite issue

I am inviting friends using Facebook App invites but I have some problems with this. not showing push notification only show notification inside facebook notification. after sent successfully its onSuccess function not working. Please tell me how…
Vijay Prakash
  • 111
  • 11
0
votes
0 answers

What is Facebook's rule for incentivizing invites?

I’m developing a Facebook game and I’m currently working on a process to give players the ability to invite friends to play. From reading Facebook’s docs I understood that you’re not allowed to reward person A simply for sending an invite to person…
0
votes
1 answer

Facebook invite on simulator is ok, but can not show appInviteDialog on iOS device

At the same time, loginDialog and shareDialog can show. Show appInviteDialog error is: Domain=com.facebook.sdk.core Code=9 "(null)" Is there any possibility for a network problem, because I use VPN, but the simulator also uses VPN. The…
0
votes
1 answer

Add Facebook friends to Website [Graph API 2.5]

I'm developing a website where users can add their facebook friends. Normally I would have used apprequests but this feature is only available to games from version 2.3 onwards.Currently I'm just able to use send request feature of Graph API to send…
0
votes
1 answer

Facebook App Invite challenges

I checked out a couple of other articles regarding this topic, but still no luck. The problems that I are: The friend (brand new never authorized for my app) does not receive any notification on an Android device. The FacebookCallBack was not…
Johnny Wu
  • 1,297
  • 15
  • 31
0
votes
0 answers

AppInviteDialog android in hindi in most of devices

I want to send my app invites from Facebook.The code I've written is able to send invites but I'm facing two problems. I don't receive any callback after invitation. In most of devices Invite dialog has default language Hindi(Click for Screenshot).…
0
votes
1 answer

send individual invite with dialog for Native iOS app via Facebook

I want to send individual invite to friends from my Native iOS app, through Facebook. It should contain Link and pre-filled invite message..Is it possible? What is the better approach. I referred FBAppInvite and FBSDKMessageDialog tutorial on…
0
votes
1 answer

Facebook SDK 4.0 iOS Native Only App Invites not received by Test User

I'm trying to implement App invites from my iOS App.Invites are sent out successfully, but test users never receive anything. This is how i send out invites: FBSDKAppInviteContent *content =[[FBSDKAppInviteContent alloc] initWithAppLinkURL:[NSURL…
NNN
  • 543
  • 5
  • 14
0
votes
1 answer

Facebook iOS invite

I have an app that allows users to invite their friends to download the app. This all works fine, the friend gets the notification via the FB app and bobs your uncle. The issue is that when you click 'install now' Facebook doesn't load the app in…