MrSwitch / hello.js

A Javascript RESTFUL API library for connecting with OAuth2 services, such as Google+ API, Facebook Graph and Windows Live Connect
https://adodson.com/hello.js/
MIT License
4.63k stars 548 forks source link

Facebook login fails on Android using instant and native apps. Reproducible on official sample #560

Open FREEZX opened 6 years ago

FREEZX commented 6 years ago

Hi, I'm encountering an issue where hello.js refuses to login to facebook on android devices with either the Facebook instant app or the native app. I'm trying the official examples provided in the documentation directly from the website, and i also run the same setup on my own websites, which is where i first noticed the issue.

I tried both the 1.x and 2.x versions with the same result.

Expected behaviour:

What actually happens:

Expected behavior happens only in chrome incognito mode, fails with everything else.

I also reported a bug with facebook, i'm not 100% sure on which side the problem lies: https://developers.facebook.com/support/bugs/405111233290892/ https://developers.facebook.com/support/bugs/414261409051237/

FREEZX commented 4 years ago

Turns out it was a hello.js issue