I need to get via Facebook connect user's info and send a private message to all of his friends. Is it possible?
|
|
|
Send private message through api is now possible. fire this event for sending message(initialization of facebook object should be done before). to:user id of facebook
Properties
See more here @VishwaKumar: For sending message with custom text, you have to add 'message' parameter to FB.ui, but I think this feature is Deprecated. You can't pre-fill the message anymore. Though try once.
See this link: http://fbdevwiki.com/wiki/FB.ui |
|||||||||||||||
|
|
Epic Fail. You cant. Maybe in future they will do it for Inbox API |
|||||||||||||
|
|
No, this isn't possible. In order for you to send messages of any kind to a Facebook user, you need that user's permission to do so. If someone logs into your site with Facebook Connect, they are explicitly agreeing to share their Facebook data with your site, and you will then be able to send that person a message through the normal channels. You would also be able to fetch their friend list. However, you can not send messages to the friends. |
|||
|
|
|
This is not possible now, but there is a work around. You can engage with the user in the public realm and ask them to send you private messages, but you can't send private messages back, only public ones. Of course, this all depends on if the user gives you the correct permissions. If you have given permission to access a person's friends, you can then theoretically post on that users wall with references to each one of the friends, asking them to publicly interact with you and then potentially privately message you. Get Friends
Post in the Public Domain
Get Messages sent to that user (if given permission)
|
|||
|
|
|
One workaround, though not a great one, is to use the new @facebook.com email address. There are a few downsides to this: 1) Not everyone (as of this posting) has the new messages application enabled in their account. 2) Not everyone will have setup their @facebook.com email in their messages app. 3) Not everyone will choose their username (if they even have a facebook username) as their email address. |
|||
|
|
|
You can use Facebook Chat API to send private messages, here is an example in Ruby using xmpp4r_facebook gem:
|
|||
|
|
|
You cannot. Facebook API has *read_mailbox* but no write_mailbox extended permission. I'm guessing this is done to prevent spammy apps from flooding friend's inboxes. |
|||
|
|
|
For mobile application i did a solution by injecting javascript in the dialog view. There is a hidden web view in my ios app. That load the fb message send dialog api .. then i inject some javascript to set the "to" and "message" field and submit the form.. So that end user need not to do anything. Message sent to facebook inbox silently... |
|||
|
|
protected by Community♦ Nov 21 '11 at 23:51
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
