Tagged Questions

4
votes
1answer
834 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
178 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 ...
2
votes
1answer
621 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 ...
2
votes
1answer
5k 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 ...
1
vote
1answer
26 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 ...
1
vote
1answer
189 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 ...
1
vote
1answer
367 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 ...
1
vote
1answer
986 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 ...
0
votes
0answers
50 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
2answers
61 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 ...
0
votes
1answer
65 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 ...
0
votes
1answer
535 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
0answers
44 views

Cookies handling on the Graph API - PHP

I have developed an application in the old 2009 PHP SDK and now, switching to the latest PHP SDK, I am getting errors in the cookies handling function. For instance I used to set an invited cookie ...
0
votes
1answer
139 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
174 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 ...
0
votes
1answer
431 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 ...
0
votes
1answer
225 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 ...