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.
The invitation tag has no wiki summary.
-1
votes
1answer
16 views
Changes to Facebook API, Blocking Facebook Invitiation [closed]
I have an application that allows me to invite Facebook friends using the API and this sends them a message on their wall.
Recently, every friend I invite returns an error, saying the friend has ...
0
votes
0answers
18 views
Realtime update callback when attendance to event is changed
Does realtime update callback get invoked when attendance to event relation is changed?
By my own testing it is not invoked and I did not find anything about it in documentation.
Can somebody ...
-1
votes
1answer
162 views
ios 6.1 how to send a friend request to try my app
i'm developing an ios app. Whit this app i can login whit a facebook user, thats works.
The second step is send on my feed a post likes "user has begin to user app.. ecc", thats works.
the next step ...
0
votes
1answer
138 views
Invitation to friends to ask for liking fanpage
How to use Facebook API to send invitations to friends to ask for a specific fanpage like.
And the other question.
How then show a list of users who have sent an invitation with an indication of how ...
1
vote
1answer
445 views
Page using Facebook php sdk to invite friend of user
I am developing a web site which uses facebook php sdk to login user and i want to send an invitation to join the site to a facebook friend he interacts with in my site. I know the fb user id he ...
2
votes
1answer
755 views
Oauth error message “Missing message or attachment”, “type”:“OAuthException”,“code”:100 in android while Facebook post on friends wall
I want to give user of my application an option to log-in into my application using Facebook account. And I'm able to do that using below code.
String[] permissions = { "offline_access", ...
0
votes
0answers
82 views
Facebook invitation message
I've searched about this issue a lot and still haven’t found the right answers.
I’ll describe what I would like to achieve:
I have an app on several platforms (iOS, Web, Windows…) and I want to add a ...
2
votes
0answers
100 views
What are the correct settings for invitations, open graph and app store?
The situation is this:
I want to use the facebook sdk to let users of my iOS app to send invitations to their facebook friends. I want those invitations to direct the invited facebook user to the ...
2
votes
3answers
600 views
iOS : Send invitation to facebook friends
I am using Facebook SDK to connect Facebook in my app. User will logged in once and will make invitation about MyApp to their friends. I am successful to get ids and name of all Facebook friends. But ...
0
votes
0answers
27 views
Facebook basic permitions instead of extended when app invitation accepted
I have a Facebook (iframe) app that asks for extended permission (email etc).
I have that a button that sends invitations to various users to came to the app.
I then send a invitation to a friend ...
0
votes
0answers
64 views
$request_ids are gone after doing authentication via OAuth
I am trying to delete an app request after the user who invited are accepting the invitation via OAuth.
My goal is :
User A inviting user B
User B clicks invitation notification and redirected to ...
1
vote
2answers
342 views
How to get user who invited a friend?
My website has a sponsorship system that allows users to invite friends by email (with a link that refers sender) because of some bonus ("if X people subscribe because of you, you win this and that").
...
0
votes
1answer
533 views
Facebook send application invite to random user in my Friends list
I want to send my Application invites to multiple random people in my friends list just as its done in majority of application.
For Instance
As soon as i Accept the application this pop up ...
0
votes
1answer
354 views
tracking invite application facebook
I wonder if it is possible to make the tracking of a facebook application: know who invited people to my application
and people who have accepted the invitation
it is possible ca: is what we can ...
0
votes
1answer
325 views
Facebook app invite immediately deleted from notifications
I have a website where we use the request dialog to allow users to invite their friends to check us out. From the inviters side everything works as expected. The person being invited does get the ...
1
vote
1answer
318 views
How to send customized app invitations to new users with the Dec 22 platform updates?
Since the Dec 22 platform updates, invitations (and all other requests) to friends who haven't installed an app are standard "Try Now" messages that go into the new "Invites from Friends" section of ...
0
votes
1answer
525 views
Invitations not showing up in friend's notification
I have a site that's been integrated with fb for a little while. Recently we have noticed that invites are not being delivered to users friends. The multi friend selector shows up fine and the the ...
2
votes
1answer
586 views
Sending facebook business page invitation via request dialog, recipient receive nothing
I'm new to facebook development and have done a lot of research and start getting my head around, i've come to realised that many coding implementation available online were using FBML which will be ...
0
votes
1answer
3k views
FB.ui apprequests method, is there a way to limit the number of invitations a user can send?
Is there a way to limit the number of invitations a user can send like there was using FBML - fb:multi-friend-selector? With that you could specify "max" and it would limit the number of invitations ...
0
votes
1answer
411 views
Component for select friends to invite add my app
I'm trying to build component to select friends and send an invitation from my application to them. The following image displays the component provided by Facebook (in this example is another kind of ...
0
votes
1answer
430 views
How to make Facebook apps setting in FB and multiple invite friend request
Working with C#(asp.net), m looking to develop to a fb application,i have made some setting in my fb apps but unable to redirect to my website page.
Here are the settting :-
App ID/API Key =XXXX
App ...
1
vote
1answer
554 views
How to initialize the Invitation dialog (not the apprequest one)?
There are a lot of applications that use an Invitation dialog, like this one here:
However I find no documentation or a single topic describing this specific dialog. It is not the same as the ...
0
votes
2answers
1k views
How to check number of facebook app invitation sent by a particular users?
I would like to encourage my facebook app users to invite more friends to join the app. Therefore, I will let them freely use my app after they invite more than 50 friends (no matter their friends ...
5
votes
2answers
1k views
XFBML Send Invitation Preview Dialog Box got cut off by iframe size
i been stressed with this thing all day. so i made a invitation apps on my facebook fans page, to get people suggest or invite to their fans about my fan page.
my xfbml code are like this
<div ...
2
votes
1answer
501 views
Facebook APP. PHP - Can i Know which user made an invitation once it is accepted? can i count the invitations?
i need information about this:
I need to know if i can count the number of invitations a person has made (invitations to his/her friends to use the app). I also need to know how many of these ...
0
votes
1answer
284 views
After facebook invitation and return, all my session gone
I want to let customer invite friends inside my website customer area.
After customer login to my website customer area, all the personal session datas created as usual.
Then customer click to ...
2
votes
1answer
939 views
Foursquare style facebook invite over Graph API
I want to allow newly signed up users to be able to do a facebook connect and select some of their friends and dispatch an invite to them for my website.
I saw this in action when I signed up for ...
1
vote
1answer
1k views
Variable interpolation in fb:req-choice url
For my invitation feature of my Facebook Connect app I need to be able to tell which invitation a user responds to. I have decided to rely on the Facebook UID for that. How can I include that ID in ...
2
votes
1answer
6k views
Inviting friends in facebook application
I have a facebook application that is published at facebook platform and i used facebook API to invite friends and i have succeeded in creating invitation form but the problem is that when u invite ...
