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
Asked
Active
Viewed 145 times
-1
-
1have you gone through the [docs](https://developers.facebook.com/docs/android/)? any effort so far? – SMR Jun 03 '14 at 10:11
1 Answers
1
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!

Community
- 1
- 1

Bipin Bhandari
- 2,694
- 23
- 38