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 multi-friend-selector tag has no wiki summary.
0
votes
0answers
48 views
How can I track accepted Facebook Invites to my website via multi-friend selector or other way
I am currently working on a referral system on a website where you can do the common ol' multiple-email invite, so that it sends out an email to a group of people containing a link that, when ...
0
votes
2answers
82 views
Get list of invited friends from MultiFriendSelector
I am using ASP.net C# for a web application that integrates with the Facebook API. My application will allow users to create a group for sharing code. I need to use Facebook API to let the user invite ...
0
votes
2answers
486 views
Set Request Dialog multi-friend selector to show only users 21+
I have a request dialog within a page tab app. I'm hoping not to have to ask the user for any permissions. I'd like the user to be able to send a request to friends (the request dialog is working ...
-2
votes
1answer
254 views
how to get your friends details (phone numbers) java me [closed]
i would like to make an application in java me that will be able to get the emails and phone numbers of all my friends on my facebook acount
i9 have looked throught the graph API and i cant seem to ...
0
votes
1answer
129 views
how to send a custom urls on facebook using multifriendselector
i have this code
<script src="http://connect.facebook.net/en_US/all.js"></script>
<p>
<input type="button"
onclick="sendRequestViaMultiFriendSelector(); return false;"
...
0
votes
0answers
115 views
iPhone Facebook Friend Selector Pre Selected Friends
I am trying to decide if the built in Facebook Friend Selector is going to be the ideal way of going about what I want to achieve. I want to be able to select friends before the user sees the friend ...
1
vote
0answers
75 views
Facebook multi-friend request always highlights first user
I am working on an app for iOS. I am using the facebook multi-friend request dialog. I am using it in the touch display mode, and it's being loaded in a UIWebView.
When the dialog loads, the first ...
1
vote
0answers
240 views
Send app request to friend from page tab without pop up..!
Sound like tricky to me..
Sending app request in a popup is a common scenario..
I am trying it to be something static , NO POP UP, USERs should be visible just like any other media on page, with ...
0
votes
1answer
202 views
Friend selector plugin (no FBML ?)
Since this message on the fb:friend-selector page :
FBML has been deprecated. Starting June 1, 2012 FBML apps will no
longer work as all FBML endpoints will be removed. If you are building
a ...
0
votes
1answer
523 views
How can I add a “select all” to a facebook Request dialog?
I use a Request dialog on my Facebook game for my user to invite others to it. So far it works perfect but I miss the possibility to select all friends at once.
I have read the past days that the ...
0
votes
0answers
55 views
Creating an App displaying Friends is Spiral Hiearchy chart
Could anyone give me an advice how to create an app to display list of friends in spiral hierarchy as shown bellow. Is it feasible? Thank you
ref to my note on facebook
...
0
votes
1answer
70 views
Where are the Friendselector changes?
We are making a Facebook app and want to integrate Facebook Friendselector.
The guys who are making the app tell me that starting 1/4/2012 we can only invite 1 friend at a time. Is this true? And ...
-4
votes
2answers
526 views
object not found error on Internet explorer [closed]
I get object not found error. This is for publishing on facebook wall and inviting facebook friends friends.
with reference to http://developers.facebook.com/docs/reference/dialogs/requests/
...
0
votes
1answer
193 views
Facebook Multi request
I would like to embed the facebook request form on the fan page without asking for permission, is it possible that the friend selector does not popup but instead displayed on the fan page?
The ...
1
vote
1answer
998 views
Facebook. Maximum number of requests allocated to your application
I have a Facebook aplication on my site with multi friend selector which posts to selected friends.
When I test it on local host all works fine, but when I upload it to live server on the last step of ...
0
votes
1answer
457 views
Can I embed an jquery facebook multi-friend selector in a php iframe app
I've been wondering if there are any multi-friend selector similar to
http://mbrevoort.github.com/jquery-facebook-multi-friend-selector/
that can be used with php as I'm using PHP SDK. I've ...
0
votes
1answer
1k views
replacement for fbml multi-friend-selector
Since facebook is deprecating fbml, could someone point me in the direction of what would be the replacement for the multi-friend-selector? We use this to allow facebook users to send invitations to ...
0
votes
1answer
574 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
223 views
Send dialog to multiple hardcoded friends
First off. Sorry for my bad English.
If you don't understand what I mean with hardcoded, I sure do understand... :-)
How can I prevent the user from editing the users which he are sending a message ...
0
votes
2answers
1k views
Select friends dialog
How can I select some friends using the Javascript API?
I'm working on a project where I want the user to select some friends which ID's I need, to display their profile images and names (among other ...
0
votes
1answer
158 views
Facebook multi-friends selector height too small
I have a Facebook friends selector on my website. It was working perfectly but now for some reason the height is the same as if its a log in iframe.
It cuts off the friends and is basically ...
0
votes
1answer
245 views
multi-friend selector does not work in https (secure browsing enabled)
We are using facebook iframe app in https mode, from our app we need to send an invitation to multiple friends using multi-friend selector.
But when we click on Select Friends button, it is showing ...
0
votes
1answer
647 views
Select Top 50 Friends for App Requests
Does anyone know how to make your request dialog for your facebook app select your top 50 friends like this: ...
0
votes
1answer
188 views
Face book multi friend selector
I wan to show the facebook popup to the user from where user select the friends and when he click select then the selected user ids return. I want to do this Flex but if you can tell me how to do it ...
0
votes
1answer
649 views
Facebook multi friend selector not working in RoR application
I tried to implement the Facebook multi friend selector in my Ruby on Rails application.
The FB login has already been done. I tried to paste this code into my view it but doesnt seem to be working.
...
1
vote
0answers
590 views
fb:multi-friend-selector and Secure browsing (https) enabled [closed]
I have the following Multi Friend Selector to invite freinds to my page:
<div id="fb-layer-wrapper">
<fb:serverFbml width="630px">
<script type="text/fbml">
...
