Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
25 views

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 ...
-1
votes
0answers
22 views

Future Idea? FB text messaging cellphones? [closed]

Will SMS communication from FB to a cellphone user (regardless of carrier/apps) ever become available??
-3
votes
0answers
24 views

Friend who sent me a message deleted their account before I read it. How do I determine who sent me the message? [closed]

I just found a message in my inbox from last year (early 2012), sent from a friend who deleted their account. The user's name reads "Facebook User," and I have no idea which of my friends sent me this ...
-3
votes
0answers
17 views

Message retrieval [closed]

I was close to someone once but I then unfriended them. They still have a facebook account but I cannot add him back as a friend for various reasons, but I wanted to know if I could still retrieve ...
0
votes
1answer
231 views

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

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 ...
0
votes
2answers
69 views

Facebook graph API to retrieve messsages 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 ...
0
votes
1answer
46 views

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

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 ...
1
vote
0answers
90 views

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 ...
0
votes
0answers
11 views

Facebook mobile page buttons

I need to integrate buttons for facebook mobile page like on this page "http://m.facebook.com/biss.tours.zenica?refid=59" They have "like", "message" and "check in". On the most FB pages there is ...
0
votes
0answers
60 views

pull messages attachemnts in facebook Using graph api

I was wondering if there is a way to pull the message attachments from facebook or just a way to refrence them in a link. Graph api as you may know when calling page conversation returns attachments ...
0
votes
0answers
27 views

Maximum number of messages

What is the maximum number of messages per day for a public figure can receive? What is the maximum number of messages a facebook app can read?
0
votes
0answers
41 views

Notify promotion winners through Notification API

I know that the Promotion Guidelines clearly prohibits notifying the winner of a promotion through Facebook. Would notifying winners through the notification API be a violation of this rule? (The ...
0
votes
1answer
291 views

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 ...
0
votes
0answers
5 views

Video in Messages [closed]

Since the newest version of Facebook does not have direct access to your camera when posting videos in a message, do videos that were posted several years ago no longer work? When I click play on mine ...
1
vote
0answers
66 views

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 ...
33
votes
10answers
47k views

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 ...