Is there anyway to access the native Facebook application (on iOS or Android) to retrieve login authentication on a mobile website that has permissions already?
The cache and data of browser has been emptied.
User hits http://example.com/
example.com checks to see if there is a token in browser to identify the user and see if user is logged into Facebook. this fails
example.com accesses the Facebook app and gets user token?
User is logged onto the site automatically.
I know this is more then likely impossible however I thought I would check with the experts.