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

On Wp 8 - LoginAsync showing facebook login page even if Already logged into the facebook app #47

Open
suresh-s opened this issue Jul 4, 2014 · 0 comments

Comments

@suresh-s
Copy link

suresh-s commented Jul 4, 2014

We are using LoginAsync on our Wp8 app. Even if user already loggedinto the installed Facebook app on wp8, LoginAsync method call still showing facebook login page.

 We are developing cross platform smart phone apps.   in IOS (FBSession openActiveSessionWithReadPermissions:) call do the following.
  1. if facebook app is not yet installed, it shows the facebook web login page (not asking to install the facebook app).
  2. If facebook app is loggedin, it gets the access token from the facebook app and shows only permission page (Not shows login page since user already logged in facebook app)

We want the same behaviour in WP8 also.

How can i achieve it in WP8? LoginAsync method call always shows facebook login page.

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

1 participant