Login with facebook through facebook mobile app.

So I have a working login with facebook through web already by redirecting user to https://www.facebook.com/v15.0/dialog/oauth. But I need a new functionality that if user is on mobile and has facebook app installed, it should try to open the app and let user authorize through it. How do I do it?
3 Replies
kapa.ai
kapa.ai2mo ago
Hi @Denis Jankelaic. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I do not have enough information to answer your question. The provided knowledge sources do not contain specific information about implementing Facebook login through the Facebook mobile app in Nuxt. The documents mainly cover other aspects of Nuxt development and do not address Facebook authentication or mobile app integration. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@1147053396247986226> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
Denis Jankelaic
Denis JankelaicOP2mo ago
I was led know that facebook app should intercept all oauth requests, however it still redirects to web login

Did you find this page helpful?