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
0
votes
1 answer

How to send PDF file object from Facebook messaging API

I have developed a facebook messenger app in Node.js. I am using PDFKit to generate a PDF and send it to the user from the messenger bot. The problem I am facing is I am not able to send the generated file…
0
votes
0 answers

Identify user (moderator/chat_by - who sent a message) in page's conversation - Facebook API

I'm using Facebook API to get messages data from a page (https://developers.facebook.com/docs/graph-api/reference/v13.0/conversation/messages) By now, I can only get Page Name as Sender's name, I want to identify exactly which moderator sent out the…
0
votes
1 answer

How to set welcome message for messanger chat bot build using AWS Lex

I built a chat bot for my project using AWS Lex and then I integrated it with Facebook Messenger. After integrating with Facebook Messenger my chatbot interface looked like this. In the image you can see when some open the messenger he will get…
0
votes
1 answer

Incorrect sequence of Carousel elements in Facebook Messenger Graph API

I am trying to send horizontally scrollable carousel message on Facebook workplace platform using the generic template as described in the messenger platform documentation(Ref:…
0
votes
2 answers

Passing Facebook Messenger bot webview data to Dialogflow and continuing the conversation

I am using Dialogflow and Facebook messenger to build a interface that opens a Facebook Messenger webview to allow the user to input data. Once the user inputs the data in the webview I want to: Get this data send to Dialogflow and continue the…
0
votes
1 answer

How to read and post to facebook conversations in my generic application

I am trying to implement basic Facebook chat features in my application (I am looking for a generic solution, nothing platform specific). Is there any possibility to read user's (my) conversations with other users and post to them? I searched…
jirig
  • 551
  • 6
  • 21
0
votes
0 answers

Facebook messenger chathead is not opening up with the 'AccessToken.getCurrentAccessToken().getUserId()' user ID passed into the intent

I'm trying to open Facebook Messenger programmatically for specific user using his user ID. Here's my code: AlertDialog.Builder dialogBuilder = new AlertDialog.Builder(mContext); LayoutInflater inflater = (LayoutInflater)…
0
votes
1 answer

Facebook Page Messaging with multiple users

Is it possible to create a Facebook group chat with regular users and a Facebook Page using its messaging feature? If yes, how? Thanks!
0
votes
0 answers

Received Facebook error response of type OAuthException: (#100) No matching user found (code 100, subcode 2018001)

Im using restfb api for connecting facebook client and im trying to send message to facebook user(recipient) from facebook Page. But it is throwing error: Received Facebook error response of type OAuthException: (#100) No matching user found (code…
0
votes
1 answer

Facebook Messanger pages_messaging permission OAuthException

I have created a messenger app that was approved with the pages_messaging permission. Even though it was approved and the app is live, when I try to post messages it keeps on saying: {"error":{"message":"(#10) Cannot message users who are not…
0
votes
0 answers

How to limit number of selected friends when send facebook private messages using FBSDKMessengerSharer or FBSDKMessage Dialog

I want to send message to friends, and find out 2 ways: FBSDKMessengerSharer and FBSDKMessageDialog But I need to limit the number of selected friends before the messages go to the friends inboxes. For example, I have a list of 500 friends, but for…
0
votes
2 answers

Forward my received Facebook messages (chat + messages) to my email inbox, and subsequently delete them from my Facebook inbox

Facebook does not offer a feature which forwards ALL my received messages to my email inbox, and subsequently deletes them from my facebook inbox. Is there an existing application or online service which offers this functionality? If no: I want to…
s-heiden
  • 1
  • 2
0
votes
1 answer

How do I get a facebook user's most recent messages with another user?

I'm working on a web application in which I show the last time the current user (who authenticates with FB and supplies all relevant permissions) user interacted with another user. Example, my ID is 1526632 and would like to find the date of the…
0
votes
1 answer

fbsdkmessagedialog callback for iOS

I'm new to IOS programming, I'm trying to send message to Facebook friends using the below [FBSDKMessageDialog showWithContent:content delegate:(id)self]; I have added callback as below: - (void)sharer:(id)sharer…
Demona
  • 227
  • 1
  • 3
  • 10
0
votes
0 answers

Possible to send messages to all the individuals on a event on facebook with a script?

Is it Possible to send messages to all the individuals on a event on facebook with a script? Say that I am attending a event on facebook, and I want to send a message to all the other people attending individually even those I am not friends with on…