1

I've successfully implemented Facebook login with their Javascript SDK but was hoping that when used on mobile, the native Facebook application would launch. Will going through the manual flow here allow this behavior? This question seems to say otherwise but was vague.

I want to avoid using Android and iOS mobile SDKs because my situation is basically an OAuth within an OAuth and it would get messy. Any other approaches people think could work like redirect URIs or other OAuth magic would be really appreciated.

Jo Hanna
  • 11
  • 2
  • No, that is not possible. Both the JS SDK and the manual flow are web-based, and have to happen inside a browser or a webview component. They do not involve the native Facebook app. – misorude Oct 04 '18 at 07:15
  • @misorude Thanks! Do you know of any other possible way to incorporate the native Facebook app into a webview flow? – Jo Hanna Oct 04 '18 at 13:18

0 Answers0