Questions tagged [multi-friend-selector]
27 questions
2
votes
2 answers
Send dialog to multiple hardcoded friends
I'm working on a project where you choose some friends to interact with the system. When you have chosen the friends you then send them a message to the inbox. The system will not work, if the users invited are not the same as the users who are…

curly_brackets
- 5,491
- 15
- 58
- 102
1
vote
1 answer
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 sending when I click post to my selected…

Anton Sementsov
- 1,196
- 6
- 18
- 34
1
vote
1 answer
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 preview for the message that should show up in…

Fitmo Appadmin
- 499
- 6
- 9
1
vote
2 answers
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 things).
How do I do this?
Thank you in advance.

curly_brackets
- 5,491
- 15
- 58
- 102
1
vote
1 answer
Android - Facebook SDK - FriendPicker setSelected not working
I just implemented the friend picker using Facebook's provided SDK fro Android. Everything seems to be working fine except for if a user wants to go back into the picker and edit their friend selection. I'm able to get the previously selected…

Warblr
- 1,188
- 1
- 13
- 27
1
vote
1 answer
Facebook request dialog that not stop loading in live server
Am developing a facebook application. There is a functionality to send multifriend app request. When some one tap on multifriend link multfriend popup window appears and they can select friend and send invite. Every thing works perfect in my local…

Dibish
- 9,133
- 22
- 64
- 106
1
vote
1 answer
What is the mechanism that display my online friends?
I'm developing a game and i want display all online friend for a specific player.
I already would use a online status field in my player class and display all players and test who have the online status true.
Any suggestion please ?? can i simulate…

AlbatrosX
- 21
- 4
1
vote
0 answers
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 selector. Say I have a list of friends {Bill,…

James Fazio
- 6,370
- 9
- 38
- 47
1
vote
0 answers
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 friend in the list is always highligted, even after…

user1723970
- 11
- 1
1
vote
0 answers
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 check boxes allowing selection with a send button.
MY…

harry
- 220
- 4
- 15
0
votes
1 answer
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 problem I am facing is
As I do not want to bother user…

June
- 793
- 2
- 17
- 43
0
votes
1 answer
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 searched alot and most of the answers were to use fbml.…

Prakash
- 109
- 1
- 7
0
votes
1 answer
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 their friends to let them know about our site.

Fitmo Appadmin
- 499
- 6
- 9
0
votes
1 answer
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 useless.
Here are my settings in facebook
How can I…

chell
- 7,646
- 16
- 74
- 140
0
votes
1 answer
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 blank popup. It works fine for http (non secure…