Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I see there are many 3rd party clients out there that support FB chat, but are there any that will show the previous messages in the chat, from before the conversation was started in the 3rd part client (similar to the way the FB Messages iPhone app works)?

So far I have checked out Adium and Trillion (OSX vers only) and they only show the messages sent in the current conversation.

In short, does the public API have enough support to build a chat app that will allow offline messaging?

share|improve this question

1 Answer

No, but you can use REST API call /me/inbox to retrieve history, we are using it on ChattAR for Facebook sample app, it's open project

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.