Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

An invitation to the popular social networking site, Facebook

learn more… | top users | synonyms

-2
votes
0answers
12 views

Don't receive a notification after invite request [closed]

I followed this tutorial for my iOS application: https://developers.facebook.com/docs/tutorials/ios-sdk-games/requests/ I created a Facebook app, iOS app and worked through the tutorial. The problem ...
1
vote
0answers
46 views

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 ...
0
votes
2answers
51 views

Facebook Graph API error: Application must be whitelisted or users must be testers

Applications can invite users to a group by issuing a POST request to /GROUP_ID/members/USER_ID with an app access_token. When I do this with a user who is a tester everything works fine. If I ...
0
votes
0answers
13 views

Requests Dialog wrong url

I'm using a Requests Dialog in my facebook application, I use this documentation http://developers.facebook.com/docs/reference/dialogs/requests/ All work fine, the dialog is shown, the request is ...
0
votes
0answers
38 views

ios FB request sent but not shown on users wall

Duplicate of FB requests I have already submitted that question but got no response yesterday so i am posting it again, I hope i will get some response. Regards.
0
votes
0answers
96 views

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 ...
2
votes
1answer
171 views

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

Invite facebook friends to our application [closed]

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 ...
0
votes
0answers
38 views

Warning appears on Facebook Email

I was hoping someone can shine some light on an issue I have been trying to resolve. Users who sign up for our service can connect to FB using our website and invite friends. When the invite is sent ...
3
votes
0answers
261 views

How to invite friends in Facebook using social framework [closed]

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 ...
0
votes
0answers
87 views

Facebook friends invite(pop up)

So I have this game on facebook which I need to spread.While reviewing other apps on facebook,I found this particular app which forces the user to invite at least 50 friends before playing the game. I ...
0
votes
0answers
216 views

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 ...
0
votes
0answers
387 views

Facebook “Invite Friends” functionality for multiple recipients + custom message

How can I allow my users with a FB account to send a custom message to multiple recipients? My current send dialog shows only the first selected user out of many selected FB users. This is inline ...
3
votes
0answers
116 views

Facebook graph api's invite friend accept callback (iOS)

I couldn't find any answer to my question: On my facebook iOS app, if the user invites his friends (via the method: apprequests thing), is it possible for me to know whether/how many friends answered ...
7
votes
4answers
19k views

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 ...
13
votes
3answers
9k views

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 ...