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.
Sends the specified message to a window or windows. The SendMessage function calls the window procedure for the specified window and does not return until the window procedure has processed the message.
0
votes
1answer
54 views
Custom image in facebook send dialog?
I am trying to send a facebook private message via facebook send dialog in my facebook app, i have a problem while setting the custom image each time user clicks on it, i am sending the parameters as
...
1
vote
2answers
230 views
Facebook UI, how to check if a user can send facebook message to another user
I want to follow up this question. I use FB.ui to send link and got exactly the same error for some users. Is there anyway to check it and decide whether to display the ui to the user ?
API Error ...
0
votes
0answers
78 views
facebook API Viewer cannot message specified recipients
<script src="http://connect.facebook.net/en_US/all.js" type="text/javascript"></script>
<script type="text/javascript">
function facebook_send_message(to, from) {
...
0
votes
0answers
138 views
Cannot send automatic notification?
I'm writing an app, and i am able to get my code to send a notification to the user that has authenticated my app.
As long as i open the php page in a browser, it sends a notification to the user. ...
0
votes
0answers
155 views
Send multiple message with facebook dialog box
I am using the fb Send Dialog I want to send multiple at a time
FB.init({appId: 'xxxxxxxx', xfbml: true, cookie: true});
FB.ui({
method: 'send',
name: 'People Argue Just to ...
1
vote
1answer
249 views
Android app: send post to a user's friend without knowing its id in advance
I want my app to offer the possibility to send some text to the facebook wall of a friend.
Here is what I have so far,
private void postOnFriendsWall() {
Bundle params = new ...
0
votes
0answers
327 views
Link in Facebook feed dialog
I have my domain http://www.beti.sh. I have integrated Facebook feed dialog and send message functionality on my site. But somehow from today when I post feed or send messages and go to Facebook and ...
1
vote
0answers
87 views
Pre-Populating a Facebook Send Dialogue with multiple names
I want to give my app user the ability to pre-select a number of friends and then present him with a 'send dialogue' one step later pre-populated with all these names for his approval and ability to ...
1
vote
0answers
119 views
Sending facebook message : send button, app request or…?
I am managing a website that uses the fb's Open Graph. Is it possible for the user to send a pre-filled grouped message to his facebook's friends that would appear on either the messages feed or ...
0
votes
1answer
456 views
Facebook Send Button - How to pass generated PHP variable in url
I am currently coding a website where lines of information are drawn from a database and displayed using PHP coding (about 20 pieces of info per page). I have included the javascript SDK for facebook ...
0
votes
1answer
389 views
Facebook send message puts in wrong URL
We are trying to use either the facebook send social plugin, or the fb.ui send dialog. In both cases, we have found the link or href we pass to facebook only mostly works. There are 3 places a link is ...

