Open Login Facebook according to platform

3

I'm using the SDK - PHP to log in to Facebook, when I access it through a PC it opens the normal facebook site, but when it opens through the cell phone it opens the site through the browser as well. Can you open the application if the user is on the mobile phone and after login, return to the browser?

    
asked by anonymous 06.11.2015 / 20:39

1 answer

1

It's not possible! To access facebook in the mobile browser, the user must be logged in to the browser. You do not have the browser to interact with the facebook application. The only way is you create a hybrid application with Ionic or Phonegap to be able to log in by the application itself without having to be logged into the browser. I hope I have helped!

    
16.02.2017 / 16:28