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

85 questions
26
votes
4 answers

Using Facebook API to invite friends?

I want an "Invite Friends" link on my website where you click it and you get a Facebook dialog that asks you to choose which of your friends you'd like to invite. Those friends then either get an application request, Facebook email or at least a…
21
votes
5 answers

Facebook App Invite, Invite Friends

I switched to Facebook 4.0 in order to implement AppInviteDialog for Android. I followed this reference. The dialog appears, I can select friends, invite them, I get the onSuccess() call, but my friends don't get the invite. I have used the below…
15
votes
6 answers

App requests successful, but no notification shown

I am using the normal setup for sending invites through the requests dialogue: FB.ui( { method: 'apprequests', message: "Please add me, I am doing the same, thanks!" }, function(response) { console.log(response); } ); The…
14
votes
2 answers

Facebook js sdk: "select a friend" dialog, then post to their wall?

Needs to resolve that procedure. Now using the new javascript sdk, inside my "iframe tab". Select friend(s) Post in their wall. 1: not solved I couldn't find a way of poping a "select a friend" dialog, trough the new api. The only mention in…
kroe
  • 1,056
  • 2
  • 10
  • 22
9
votes
0 answers

How to invite friends in Facebook using social framework

I'm developing social media app with Facebook. And my application is supporting both iOS 5 and iOS 6 and I want to use native facebook for inviting friends. In iOS 5 its working fine using graph api. And in iOS 6 new features added by apple that we…
Chirag Patel
  • 10,778
  • 3
  • 23
  • 38
6
votes
2 answers

How to get "who" invited using Facebook App Invite SDK for iOS?

I've been trying to get the "who" invited someone on my app without success... Looked around FB docs and nothing. What I mean is: "User??" invites "Friend", "Friend" taps install on the FB dialog which takes him to App Store, where s/he installs my…
Jake Armstrong
  • 569
  • 3
  • 20
5
votes
1 answer

Understanding Facebook SDK app requests vs app invitations

I registered a Facebook app that is basically the website, it doesn't run at Facebook like those browser games. I want the site users that register with Facebook to be able to invite their friends, I did this by using "requests", it opens a Facebook…
5
votes
1 answer

iOS Facebook sdk Invite to friend Reqest Sent but not getting Notificaton on friends

I am trying to send invitation for App from my iOS native app to Facebook friend using facebook SDK using below method. -(IBAction)ShowFiendDialog:(id)sender { NSDictionary *parameters = @{@"to":@""}; [FBWebDialogs…
Nitin Gohel
  • 48,603
  • 17
  • 104
  • 138
4
votes
1 answer

Inviting Facebook friends through iPhone App

I've been searching this question, and I haven't been able to find anything that works. I have an iPhone app that allows users to link their Facebook account. It would look something like this: Once a user has successfully linked to FB, I want to…
user965985
  • 313
  • 1
  • 3
  • 8
3
votes
1 answer

GameRequestDialog for Facebook friend invitation always asks for login, even if user was already logged in

I am using GameRequestDialog from Facebook to enable game invitations to my users. The problem is, when my users are logged in with their Facebook App on Android(single sign-on feature), it always asks for another login when they try to run…
3
votes
1 answer

Android me/invitable_friends facebook api get short ID

I got invitable_friends list, I got data like below { "id": "AVnRyTe6jbT3TdDNmQQJx1vYFRWt2GPx7zRxNsBiyOOaqVYQhU--1sNQ4gaIy_uDNg8e44-dXTVoSeUakW4lremIeDzLU5O0FRTtoZ7tkZo3cA", "name": "Marianne Abinguna", "picture": { "data": { "is_silhouette":…
ThinhTrinh
  • 51
  • 4
3
votes
1 answer

Request join a group for Facebook Graph API

We developed a system which interacts with Facebook using the Graph API. In this case, I am trying to post a message in a group and I am with the following return: My request in this Graph well: v2.3/402998003100416/feed?message=hello And the…
3
votes
1 answer

ios8- Facebook sdk-how to open app request url using UIWebView

i am sending app request to facebook friend, so how i can i open app request in UIWebView ? NSDictionary *parametersDict = @{@"to":@""}; [FBWebDialogs presentRequestsDialogModallyWithSession:FBSession.activeSession …
3
votes
2 answers

Facebook sdk 3.5.1 invite friends request makes double selecting in ios

I didn't have this problem with fb SDK 3.2, but after I upgraded it in SDK 3.5.1 friend inviter has some strange problem, when I select one friend it choose the selected one and the one under it. Also when I am trying to scroll downward it restarts…
de Jan
  • 55
  • 1
  • 8
3
votes
0 answers

Sending web app invitation to Facebook friends and having the invitation be displayed in the friends' mobile Facebook app

I have a site that allows users to create private content, kind of like a blog post, and then grant access to that content to specific facebook friends. I'm struggling with figuring out how to do invitations to the facebook friends so that the user…
1
2 3 4 5 6