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
0
votes
1 answer

How invite facebook friends and get their id from ios app?

I develop ios app with chats (it's not game). I have a task to invite all fb friends(not only who using my app) to a defined chat in my app. So for do this I need get all friend list, choose friens, send them notification(post on wall or message)…
0
votes
1 answer

Invite Facebook friends to my iOS app that is not a game with custom UI

I want to invite Facebook friends the way Rounds iOS app work (i.e. show the list of Facebook friends in native UI and once the user taps 'Send Invites', i show the Request Dialog with the select friends and the user only press send to send the…
0
votes
1 answer

How can send invitation to friends in Facebook?

I need to send invitation to my friends in facebook and save in app data about who was invited. I tried to do it by default Facebook dialog like this: WebDialog requestsDialog = ( new WebDialog.RequestsDialogBuilder(activity, …
0
votes
0 answers

Facebook invite doesn't redirect to Page tab app

I have a facebook Page tab app, I sent invite to a user but that Invite opens in https://apps.facebook.com/NAMESPACE, I really want the invite to open in the same page tab App, I tried to change the redirect_uri while sending invite to…
0
votes
0 answers

Facebook app invite request from website (not canvas) not working - URL not allowed

I am trying to send app invite to facebook friends from a website(not from inside facebook app) but am getting this error. Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's…
Santosh Ghimire
  • 3,087
  • 8
  • 35
  • 63
0
votes
0 answers

Facebook request data field

I would like to include some custom data that I want to pass to the invitee along with the invite/request. Such that whenever the invitee accepts the invite he can use that custom attribute. I have tried placing this information in the 'data' field…
0
votes
2 answers

Facebook Invitation

I used the following code to invite facebook friends to my app, private void sendRequestDialog() { Bundle params = new Bundle(); params.putString("message", "Receipt of Defeat"); Session session =…
0
votes
2 answers

Facebook invite friend

I have a strange problem. My ios game integrated with Facebook. I invited to my game a friend, who added to testers in Facebook app, but my friend did not receive invitation. But when he logged in Facebook on his mobile phone, he received invitation…
Yara_M
  • 633
  • 9
  • 29
0
votes
2 answers

Open iOS app from facebook invite request

So I'm trying to do what candy crush does and open my app immediately after the facebook request is tapped. Right now what's happening is the app store page for the app is opened instead of the already download app. How do I fix this? Thanks, Matt
Matt Sich
  • 3,905
  • 1
  • 22
  • 26
0
votes
1 answer

List all Requests for a given user

In the game I'm currently developing, we would like to have an inbox listing all pending Requests that the friends have sent to the currently logged in user. I know how to get some basic information out of the Graph API, but I'm lost on this one as…
0
votes
1 answer

Facebook Group Invite from Website

I have a password protected user area created and only want active users in my user area to know about a secret Facebook Group. I provide support for the users of our software. My question is how could I send an invite to join the Facebook user…
Caffeene
  • 1
  • 1
0
votes
1 answer

How to configure facebook app for subdomain?

I have created an facebook app, that is working fine. i have also used invite feature of facebook. Invitations are sending successfully, but when i click on the invitation in facebook, it redirects to my app. and shows the below error: Please help…
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
0
votes
1 answer

Not able to send invitation to facebook friends from my website?

I am using the following code to send invitations to my facebook friends but it opens request pop up but no invitations are received to my friends:
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
0
votes
1 answer

invitation to app does not notify User

I try send a invite for my app using javascript and works, the window of invite show and send the invite, but the user dont see any notification. this is the code i use:
0
votes
1 answer

Facebook Invitation API

I need to invite my friend from my ios native Application. I read documentation and used following code. I view popup, select my friend and send invite. Callback method says "Request Sent." but my friend don't receive nothing invite.…
Luca Santaniello
  • 161
  • 1
  • 11