I have an app which will, at some point, require Facebook Messenger to scan QR to connect with a bot.
I found two ways to scan a QR with messenger so far:
1-) Launch messenger and go to "People" tab and press "Scan QR" -> Scan the code
2-) Launch messenger, open camera, hold down to screen until circle appears -> Scan the code
What I want to do is to reduce the steps required to scan a QR code.
I couldn't see any proper solution by going through the Facebook Android SDK & Messenger Platform docs.
So my questions are:
1-) Is there any way to at least start the messenger with QR code reader on through deep link or with any official API ?
2-) Is there any other way to scan Facebook specific QR's ( circle ones ) outside of Messenger and launch messenger as a result ? ( launch a bot chat on Messenger with QR result )
P.S.: I know that deep links may deprecate / change without notice. Answer here also states it, but when I check, I see WizKid's answer here is from 2014. I'm asking this question to learn possible ways and if they added any official way to communicate with it.