I am trying to implement a Facebook messanger and I am looking at the possibilities. I went through the FB developer API documentation and found that Facebook Chat API will help me (http://developers.facebook.com/docs/chat/), but it requires adherence of XMPP protocol.
Also with the new FB environment where all chats are considered as Messages, I thought of using Message Graph API, but I am not sure how to get the real-time/live messages.
Is the Facebook Chat API the only way to implement real-time messaging? or do we have any other alternatives?
Any help or references is appreciated.
Regards, Vasu N