I am developing an Android application. Here I’m integrating the facebook api to my application.
Now I want to send audio to friends who are in the chat list. My audio files are located on the sdcard. I tried to send the files using asmack api but i did not get success.
Please advise me is the any solution for my issue.
You haven’t posted any code snippets.
The FB chat is based on XMPP protocol and you can check the official Facebook Chat API documentation.
Currently facebook does not allow file transfers. The only data you can send and receive are
That means you cannot do what you are looking for currently.