简体   繁体   中英

Login to fb on any android app with hardcoded credentials and without login popup

I want to login to facebook with the stored FB credentials hardcoded in my source code and without showing the login popup screen. I will create a fb account for my application then every time using that credentials fb should be logged in without showing any screen to user. Can anyone please help me out with this? Is it even possible?

There is no way to bypass the popup screen that comes for SSO when the Facebook APP is installed. Even If you try using the Web based login method I am sure they would have some code to detect the automated login on their form and they will block you sooner or later. And I am not sure if this webview based popup can be hidden maybe you can try drawing something over it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM