Skip to content

Facebook Auth is broken with 1.8 #34

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

Closed
thefaj opened this issue Aug 17, 2015 · 3 comments
Closed

Facebook Auth is broken with 1.8 #34

thefaj opened this issue Aug 17, 2015 · 3 comments

Comments

@thefaj
Copy link

thefaj commented Aug 17, 2015

Facebook auth doesn't work on iOS 9 — from the console it times out.
Might be related to this:
https://developers.facebook.com/docs/ios/ios9

Facebook's frustratingly opaque developer site points out how little they care about security.

@nlutsenko
Copy link
Contributor

Hey @thefaj, yeah it is said that FB doesn't yet support SHA256. We do though with Parse.
Let me ask you few questions on this, first:

  • Are you using native app auth (transition to FB.app and back to the app)
  • Which version of FB SDK are you using, also, which version of ParseFacebookUtils are you using
    An ideal scenario would be to get a repro project for this, it could be without keys and everything - just a piece of code that reproduces the problem.

From what I can see - I think it's related to an issue inside FB SDK, other than in Parse<->FB integration, as we don't do anything special on top other than using public APIs.

@nlutsenko nlutsenko self-assigned this Aug 17, 2015
@thefaj
Copy link
Author

thefaj commented Aug 25, 2015

Hi Nikita,

Thank you for getting back to me so quickly! It looks like the latest Parse 1.8.1 plus Facebook SDK frameworks (20150813) have authentication working again. I’m not sure what happened last week…but I updated all 12 Parse & Facebook libraries in the app, and I can login.

Thanks!
-Alex

On Aug 17, 2015, at 1:25 PM, Nikita Lutsenko [email protected] wrote:

Hey @thefaj https://github.com/thefaj, yeah it is said that FB doesn't yet support SHA256. We do though with Parse.
Let me ask you few questions on this, first:

Are you using native app auth (transition to FB.app and back to the app)
Which version of FB SDK are you using, also, which version of ParseFacebookUtils are you using An ideal scenario would be to get a repro project for this, it could be without keys and everything - just a piece of code that reproduces the problem.
From what I can see - I think it's related to an issue inside FB SDK, other than in Parse<->FB integration, as we don't do anything special on top other than using public APIs.


Reply to this email directly or view it on GitHub #34 (comment).

@nlutsenko
Copy link
Contributor

Ow, great! That's good news!
Let me know if you run into this again!

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

3 participants