Questions tagged [facebook-messages]

Use this tag for question related to the messages one can send via Facebook.

Usually, is used for questions related on how to send Facebook messages with programming techniques. Using the Facebook API to achieve this is also something common.

61 questions
90
votes
9 answers

Send private messages to friends

I need to get via Facebook connect user's info and send a private message to all of his friends. Is it possible?
41
votes
9 answers

how send message facebook friend through graph api using Accessstoken

Can anyone help me to send message to facebook friends using graph api. I tried $response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message"); It's not working. I have the accesstoken of the user in my hand.only I…
35
votes
4 answers

Facebook Messenger Bot verification

I submitted my facebook messenger bot for app review and the rejection reason was "received no response". I've tested my bot from my own account and some other testers that I added to my facebook app for testing. However, when I try to test using…
22
votes
3 answers

Sending private messages through Facebook API

Possible Duplicate: Facebook Api - send private messages to friends I know that it is not officially possible to send private messages through FB API. Every thread in SO says so too. But I was using RockMelt browser and when you invite somebody,…
mixdev
  • 2,724
  • 2
  • 30
  • 25
10
votes
2 answers

creating a link that will open facebook messenger and send a message

i'm creating a registration code for users to a facebook messenger bot i am writing. instead of asking them to open a chat with my bot, and type in the registration code, i would like to provide them a link that will open their facebook messenger on…
8
votes
3 answers

sending a private message to your friends via Facebook IOS SDK

I saw your post about sending messages to your Facebook friends via the IOS Facebook sdk, I was wondering if there is a way to send a private message as well to these friends. If not, is sending messages to your Facebook friends still supported…
joshua
  • 81
  • 1
  • 1
  • 3
8
votes
2 answers

Sending a link with Facebook Message Dialog ignoring all params

I am trying to share/send a link to friends via the new Facebook Message Dialog which was implemented in v2.0. I have been following the direction from the docs: https://developers.facebook.com/docs/ios/share#message-dialog-getting-started and…
6
votes
2 answers

Post reply to Facebook conversation

//Update: You can read th answer below. Solution is to build a chat using the facebook chat api(and you should use it as a chat, not a messaging system but it will leve messages.) So I have the following conversation between me(HiQ) and Magnus on…
5
votes
2 answers

Facebook Messenger API pages_messaging permission

I am creating an application where I need a user to be able to grant us access to their facebook page so that all incoming messages can flow through our application (as well as outgoing). I have this all working correctly, but facebook will not…
3
votes
0 answers

How to get the page scope id of Facebook when user checkout in my Shopify store?

Before facebook last update I was using Facebook Send message API by passing user reference. I was getting this information by checking the checkbox during checkout in my store (Shopify) using Facebook. Now the Facebook Send message API no longer…
saad siddiqui
  • 135
  • 1
  • 10
3
votes
5 answers

Facebook Messenger API: Webviews Opening in Browser

I'm trying to use the Facebook Messenger API to create a "generic" message with a button. When that button is clicked, I want to display a "webview" (ie. a framed version of a webpage inside Messenger). However, even though my button has the…
machineghost
  • 33,529
  • 30
  • 159
  • 234
3
votes
0 answers

See all subscribed pages to facebook messenger bot

I have created a bot that serves few pages. I can see the pages the I'm their admin under app->messages->settings Is there a way to see all pages that are subscribed to the bot which I'm not their admin? maybe there is a special API for that?
Guy Dubrovski
  • 1,542
  • 1
  • 20
  • 25
3
votes
1 answer

Facebook FB.ui send method not working on mobile web and need alternative

I am trying to allow users of my app to notify multiple Facebook friends that they need them to vote for their favorite item on a web page. I have been using the FB send method (https://developers.facebook.com/docs/reference/dialogs/send/) and it…
3
votes
0 answers

Messages sent to Facebook returning with POL-P8

We have a desktop system that sends various e-mails to the users. These users have the option to choose to receive a copy of all these e-mails in his/her Facebook message inbox and we do this by sending a copy of the e-mail to the user's @facebook…
2
votes
2 answers

Facebook Messages access via imap

Does anybody know if is possible to access facebook messages via imap or pop to manage facebook messages within an email client?
Marco
  • 23
  • 1
  • 4
1
2 3 4 5