-
-
Notifications
You must be signed in to change notification settings - Fork 874
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
Updated FBSDK to 9.0 #1599
Updated FBSDK to 9.0 #1599
Conversation
facebook_utils tests fixed. ready to merge! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks fine!
Thanks for implementing this! Quick question regarding this:
I feel like there should be some code to initialize the SDK now? Just wanted to double check that the SDK functionality works without it. |
@akmarinov Parse docs indicate that FB SDK should be integrated using this guide, and that already covers FB SDK initialisation. |
Where is the approval? Is that ready? |
When we will be able to update ? |
1.19.2 is out and available on CocoaPods including this PR |
Updated FBSDK to v9.0
According to the docs, Facebook introduced a new login method with v9.0 with "limited data mode", which is not covered by this PR. The old login method is still present on v9.0 and working just fine with Parse.
Given that Facebook is deprecating all previous SDKs, I think it would be a good idea to integrate v9.0 now, and leave the new login mode for later (though I haven't check what/if changes are needed).