Question

I am new to Android and i am trying for below concept and let me know anyone how to achieve this one. I am log in using facebook in my app and after i need to start fb group chat from there. is it possible and how? Thanks in Advance

Was it helpful?

Solution

First of all you should be clear that you should use Facebook SDK for using FB related services in your android application.

Facebook group chat is currently not available in facebook SDK. See this post: is group chat for facebook implemented in the API?

So you can use facebook for logging in and implement the chatting system yourself by creating backend server. This would be difficult obviously that using the SDK.

Good Luck!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top