Facebook Group chat in Android App - android

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

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!

Related

Is it possible to send facebook game requests in Flutter?

Looking at Facebook documents i can see that its possible to send game requests in both Android and IOS.
I am currently using the flutter_facebook_login to log users in.
What i am looking for is a way to let the logged users invite their friends to the game.
So, is it possible to invite Facebook friends to a Flutter app using http or a Flutter sdk? or do i have to implement it separately using the native libraries for both Android and IOS?

How to Login with WhatsApp in Android and iOS Apps?

We have a requirement for login with WhatsApp in one of my Android and iOS app, the way we do it with Google and Facebook login. We also need to get the profile data and contact list pertaining to the respective WhatsApp login so can anybody help me on this?
Kind of the point of WhatsApp is that it's intentionally secure. It's not going to allow you to get contact lists. You can use click to chat via their Whatsapp by calling https://api.whatsapp.com/send?phone=15551234567 as per https://faq.whatsapp.com/en/26000030/?category=5245251. Just look up API on https://faq.whatsapp.com for the full list of integrations with Android and iOS.
Used OTPless in one of my previous company. They provide seamless Login via Whatsapp Solution (SSO). It's free and easy to integrate with any platform.

How to use 1:1 chat using QuickBlox sample chat example in android

I have performed all the necessary tasks to work with 1:1 chat using QuickBlox SDK as mention in site : http://quickblox.com/developers/Android_XMPP_Chat_Sample
In my Emulator when i select a user from a list of users and give other user's(the user who want to communicate to the first user) username and password. It opens a simple chat platform with single user
It opens in my Android ICS tablet and displays User when i select a user and use another user's(the user who want to communicate to the first user) username and password the stops giving message Unfortunately QuickBlox Sample Chat was stopped.
I have also referred to the post: quickblox for web - create 1 to 1 chat
but I didn't know where to put those data and how to include the XMPP JS library.
I am a beginner to Android programming and also using QuickBlox SDK.
Please help me to solve the problems.
Any help will be appreciated.
Thanks in Advance.

Is any method to access BBM chat history from another app in android

I want to implement an app in android which accesses(read) BBM chat history from BBM chat app but not finding any solutions for this.
Please suggest how to implement the same.
Thanks.!
BBM doesn't include any APIs to programmatically access chat history.

Can google video chat be implemented in an android app using google api

This is my idea :
Is there gtalk api which i can use to initiate a video chat in my android app using google credentials.
Please suggest me links or any other possibility.
Or please guide me to develop an android app that can be used to voice/video chat over wifi without sip.
Well, i was searching for the same question just to end up here with no answer! Anyway, i will share my research with you, see if this helps
1) In Intent api, there is an action called 'android.intent.action.GTALK_CONNECTED', so i think gtalk is already within android API
2) Gtalk uses Google XMPP Service.
So we can try using Asmack, a ported Smack Library for Android
Please tell me if u make any progress and i will do the same.

Categories

Resources