Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook signin issue in windows platform #333

Open
jaisonishith opened this issue Jul 12, 2017 · 2 comments
Open

Facebook signin issue in windows platform #333

jaisonishith opened this issue Jul 12, 2017 · 2 comments

Comments

@jaisonishith
Copy link

Facebook login to get access token is working in Android and iOS platform. But same implementation breaks in windows platform.

In windows platform, it will show up the login screen. after entering the credentials it will continuously show the loading screen. Doesn't redirect to callback URL.

Cordova version : 6.5.0
Windows Platform version: 4.4.3
Android Platform version: 6.1.2
Inappbrowser version: 1.7.1

Phone Name: Windows phone 925
Phone OS version: Windows Phone 8.1

@nraboy
Copy link
Owner

nraboy commented Jul 12, 2017

I've never actually tried this with this Windows platform. Always assumed Windows platform received inferior support with Apache Cordova.

That said, since this plugin relies 100% on the Apache Cordova InAppBrowser plugin, if redirections are not working it would be because of a problem with that plugin.

You can find the code in question here:

https://github.com/nraboy/ng-cordova-oauth/blob/master/src/oauth.facebook.js#L32-L53

@jaisonishith
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants