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

how we can get Page-scoped-id from user id in facebook send api?

Before facebook last update I was using Facebook Send message API by passing user reference parameter and getting recipient id in response. Now the Facebook Send message API not returns recipient_id in the response when we use recipient.user_ref or…
2
votes
0 answers

Facebook Graph API /inbox endpoint returning incomplete response

I have built a desktop application that makes use of the FB graph api enpoint /me/inbox. (also using the Facebook C# SDK 5.4.1) As of May 31st I have noticed that the responses from this FB API are incomplete. There is missing information from each…
1
vote
0 answers

Instagram Messenger API Registering Webhooks

I'm building an integration that manages Instagram Messenger chats on behalf of clients. In the past I've done an integration for Facebook Messenger. I'm stuck on how to actually get the client Instagram subscribed to our Instagram Messaging webhook…
1
vote
1 answer

How to get sender ID in page conversations/messages{message}? Facebook Graph API 8.0

I'm accessing page conversations and their messages using this reference: https://developers.facebook.com/docs/graph-api/reference/v8.0/conversation My steps are: v8.0/{page_id}?fields=conversations This returns a list of conversation IDs i.e…
mclovine
  • 71
  • 5
1
vote
1 answer

Facebook private_replies returns (#200) The page does not have READ_PAGE_MAILBOXES or PAGES_MESSAGING permission

Dears, I'm an admin on some facebook page, and I need to use "private_replies" on posts comments. My user token has all permissions (including READ_PAGE_MAILBOXES and PAGES_MESSAGING) but when I try to use private replies on some comment I got this…
1
vote
1 answer

Change Facebook Messenger webhook url without FB re-reviewing application

Is it possible to change my Facebook Messenger webhook URL without having FB to review again my application (since it takes a couple of weeks to do so)?
gmich
  • 329
  • 2
  • 19
1
vote
1 answer

Messenger Platofrm subscribing app error: permission pages_messaging is required to register webhook

From our app we want users to be able to authenticate with Facebook and to be able chat from within our app with their Facebook Page visitors (webhook / Send API). We are able to get the page access token, but are having trouble subscribing our…
Alan
  • 31
  • 5
1
vote
1 answer

where can I find error code information for facebook bot send api?

I am sending daily messages to my bot users and I am getting error for some users which says error messages like: (#100) No matching user found or (#551) This person isn't receiving messages from you right now but Facebook doesn't have proper…
1
vote
0 answers

Querying for Facebook Page's Messages without getting all messages ever

I'm developing an application that directs messages from a Facebook page to a proprietary chat queue, however, I only want to get new messages (since the last time I retrieved messages). I cannot find anywhere on the Internet that explains how to…
Trevor
  • 13,085
  • 13
  • 76
  • 99
1
vote
2 answers

Django, display count of unread messages in base template

I am working on a project in which I have implemented messaging system like facebook where users can send messages to each other. The number of unread messages of a particular thread is also displayed on the messages page. Now what I want is to…
D Dhaliwal
  • 552
  • 5
  • 23
1
vote
1 answer

Facebook API to search messages

I want to search facebook messages content using the graph API https://graph.facebook.com/me/threads?access_token=ACCESS_TOKEN This one returns my facebook inbox messages, Is it possible to search for a specific word in those messages using the API…
Osa
  • 1,922
  • 7
  • 30
  • 51
1
vote
0 answers

Send private messages to users without API

is there a way to send messages to users on facebook without using the API, like you can send email to users? I have the users facebook email, but when i send to the facebook email, it sometimes go in the spam, sometime inbox and sometimes it…
Andreas Baran
  • 669
  • 1
  • 12
  • 27
1
vote
0 answers

Graph API /threads messages usage limitations

With regards of using the /threads object from Graph API I want to know if a public figure account has some limitation regarding the amount of received messages / day and to know if a Facebook application that reads them using /threads has…
0
votes
0 answers

Facebook Messenger send Message to individual, from outside of Messenger App

I have the following requirement and wonder if it is at all possible. I want to create an app, webhook, or Python app that sends a simple message to a single Facebook Messenger user. For example, when on a device without Facebook or Messenger (but…
0
votes
0 answers

Facebook Graph API Conversation

I am using the GRAPH API Conversation endpoint to fetch the conversation between Messenger and Facebook pages. It gives the user information in the "to" and "from" fields. But the email of the user is not the original email. It gives values…