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
0 answers

send messages to friends facebook sdk

I have implemented sending message to friends through api like below. function share(){ FB.ui({ appId : 'xxxxxxxx', method: 'send', to : ["xxxxxxxxx"], link : "https://www.facebook.com", name :…
0
votes
1 answer

Facebook real time inbox messages with Graph API v2

Does anyone know a way to fetch a user/page inbox messages in real time? I've found this link, but there is no mention about inbox messages.
user7543
  • 25
  • 1
  • 6
0
votes
1 answer

getting facebook inbox messages in other sites

I am building a small personal homepage, and I wanted to get all my Facebook inbox messages there, instead of having to go to Facebook to read them. So, I searched for API all over the developers.facebook.com but I am not sure if this type of API…
user2679413
  • 49
  • 1
  • 7
0
votes
1 answer

Graph API - Not able to call (view) all messages in a thread

I'm trying to view all messages in a thread (i.e. I want to pull all messages in a conversation with a friend), however the api starts to return empty data lists [] when I move to the next "page" of results even though I am certain I have more…
0
votes
0 answers

facebook permissions for inbox messages gets limited answer

I've asked for read_mailbox permissions. now I'm trying to access it with http request https://graph.facebook.com/me?fields=inbox however I'm getting only 25 messages per conversation. I need all messages, does anybody know how to do it? I know…
0
votes
1 answer

How to separate the deleted facebook apprequest messages?

We use Apprequest (https://developers.facebook.com/docs/howtos/send-requests-using-ios-sdk/) to send gifts in a mobile application. If the Facebook app is installed on the device then sending, receiving and managing messages are correct. If there is…
0
votes
1 answer

How can I send a private message to others page from Java without any interactive dialog?

How can I send a private message to others page from Java without any interactive dialog? I am using Graph API FB.UI to send the message but it pops up a dialog to hit Send button.
0
votes
0 answers

Sending a message - read if seen programmatically

Currently we run a booking service and we would like to give our members the option to install our app (soon to be app) and recieve booking information to facebook. We already offer them booking information through email, SMS and regular mail. Now…
AdamG
  • 55
  • 5
0
votes
1 answer

Is it possible to check user's facebook messages without login (in background)

I want to check my facebook app's users messages and if someone gets a new message call a function or do something like that in my server. I use PHP Facebook SDK, the code below gets a user's all messages and prints it. $user_profile =…
0
votes
1 answer

How do you read your very first message with someone?

I want to read my first messages with someone on Facebook, but I think our VERY first messages were reported to be "moved" because we had so many. I am not sure how if it's even possible to read them anymore, but yeah. Please help! Or actually,…
Ayush Ojha
  • 3
  • 1
  • 3
0
votes
2 answers

Facebook graph API to retrieve messages sent to/from a friend

Facebook graph API allows to retrieve chat messages using "GET /me/outbox". Is there any way to retrieve the messages sent to/from a friend using graph API modifiers rather than parsing the entire array of messages.
0
votes
1 answer

How to get the facebook fan page private messages through fql or graph

I have tried Page Messages with the all the required permission i.e read_mailbox, read_page_mailboxes, etc (all the extended permission) at length I get tried as…
0
votes
1 answer

Send dialog response vs Feed dialog response

I tried both "send" and "feed" dialogs directly with urls as described in documentation. Feed dialog: Everything works fine; my redirect_uri is: called as is when the "cancel" button is clicked (http://my.redirect.uri) called with the query string…
0
votes
2 answers

In Facebook, How to got "all users" who likes my post?

I use Graph API Explorer to get who is like my post.. but the worst case is, if someone like my post again, the previous user will not shown again.. How can I got all the users who like my post?? I want to know all the users because I want send…
-1
votes
1 answer

Facebook Messanger. Invalid token

I'm a page admin and trying to debug messanger bot. Recently, I've changed the password and now when I try to reply to myself in messager via API I get an error { "error": { "message": "Error validating access token: The session has been…
Nikita Misharin
  • 1,961
  • 1
  • 11
  • 20