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

Login not possible anymore #37

Closed
naice opened this issue Oct 21, 2013 · 4 comments
Closed

Login not possible anymore #37

naice opened this issue Oct 21, 2013 · 4 comments

Comments

@naice
Copy link

naice commented Oct 21, 2013

Hi,

first of all i want to thank you for your great job doing this sdk. But i got an very annoying issue, i can't login with your sdk anymore nor any of our users. Whenever you try to do a login from a clean Install the user will only get displayed a red warning message. I have attached an Image with the error Message. The Text says something like; "SECURITY WARNING: Please treat the URL above as you would your password and do not share it with any"
login error

@gargvivek
Copy link

see the discussion here on this very issue. I just downloaded the source and it did fix the security warning.

http://stackoverflow.com/questions/19149284/facebook-sdk-for-net-security-warning-issue

@naice
Copy link
Author

naice commented Oct 21, 2013

I have downloaded the client source and fixed it myself. The navigting event in the loginpage needs to parse the success url better and the facebooksessionclient needs to cover the mobile pages from facebook. something like:

#if WINDOWS_PHONE
Uri endUri = new Uri("https://m.facebook.com/connect/login_success.html");
#else
Uri endUri = new Uri("https://www.facebook.com/connect/login_success.html");
#endif

@sanjeevdwivedi
Copy link
Contributor

Can you list an app ID with which this repros. I tried with both Facebook.dll and Facebook.Client.dll and this does not seem to repro.

@sanjeevdwivedi
Copy link
Contributor

Duplicate of #35

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

No branches or pull requests

3 participants