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

facebook apprequest redirecting to domain - PHP SDK

This is my first app in FB. I'm developing a game in Facebook. I'm using PHP-SDK to invite friends to my app. I could able to send requests and get the to ids as well, but when when i click on send request. I'm getting redirected to my domain.
Satish Ravipati
  • 1,431
  • 7
  • 25
  • 40
0
votes
0 answers

permissions setup Facebook app

I tried many facebook codes to send invitation to my facebook friends this one is one of my tries [FBWebDialogs presentRequestsDialogModallyWithSession:nil > message:@"Try this app called ..." > …
Twinkle
  • 430
  • 1
  • 5
  • 21
0
votes
1 answer

Using Javascript to send an invite to facebook friend

I'm trying inviting facebook friends to our application since from 2 days. Still not yet got the solution. I have tried the following code and its sending request to friends but those are not getting any timeline or notification or anything.
-1
votes
1 answer

facebook invite example can run simulator but not run iPhone device

facebook app invite: FBSDKAppInviteContent *content = [[FBSDKAppInviteContent alloc] init]; NSString *appLink = [@"https://fb" stringByAppendingString:@".me/176327329406660"]; content.appLinkURL = [NSURL URLWithString:appLink]; [FBSDKAppInviteDialog…
-1
votes
2 answers

facebook SDK, invite friends

I am developing an app, and users will be able to log in with Facebook. They only can start using the app if a minimum of their Facebook friend are already using the app. If not, they have to wait until the minimum required number of friend use the…
-1
votes
1 answer

Android Facebook Integration : How to perform Invite Friends

I am new to Android Facebook Integration, How to Invite Friends on facebook using Android Facebook SDK ? Is there any demo or Example? You help would be Appreciated, Help Me.
Pratik Butani
  • 60,504
  • 58
  • 273
  • 437
-2
votes
2 answers

android how to display all my facebook friends and invite to play

I am new in Facebook Integration In my app i successfully log in through Facebook, But, I want to, Display all my Facebook friends in list with invite button After Invite invitation sent to them I much finding but i don't understand Facebook…
-2
votes
1 answer

Invite facebook friends to our application

I'm using facebook php sdk and developing an application where in I wanna invite facebook friends for some link by sending message to them. So whoever I invited, I wanna save those facebook Ids into my database. Please suggest some solutions to send…
-7
votes
1 answer

How to redirect to my website from facebook app?

I have implemented the invite box of facebook from facebook-invite-friends-api, but i am not able to get how they redirect to my website as they(9lesson) have shown in demo from the facebook notification. Please help me how can i do it. My code is:…
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
1 2 3 4 5
6