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

Updated FBSDK to 9.0 #1599

Merged
merged 2 commits into from Mar 5, 2021
Merged

Updated FBSDK to 9.0 #1599

merged 2 commits into from Mar 5, 2021

Conversation

kmaker
Copy link
Contributor

@kmaker kmaker commented Feb 2, 2021

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).

@TomWFox TomWFox linked an issue Feb 2, 2021 that may be closed by this pull request
@kmaker
Copy link
Contributor Author

kmaker commented Feb 5, 2021

facebook_utils tests fixed. ready to merge!

Copy link

@stephanboner stephanboner left a 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

Copy link
Contributor

@dhanax dhanax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks fine!

@akmarinov
Copy link

Thanks for implementing this!

Quick question regarding this:

Currently, the Facebook Platform SDKs automatically initializes on launch. We will be removing this auto-initialization feature beginning today.

If you currently rely on the Facebook Platform SDKs being automatically initialized for use, you will now need to explicitly initialize the SDK by making the appropriate calls.

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.

@kmaker
Copy link
Contributor Author

kmaker commented Feb 12, 2021

@akmarinov Parse docs indicate that FB SDK should be integrated using this guide, and that already covers FB SDK initialisation.
In other words, Parse wasn't taking care of FB SDK initialisation before, so I don't think it should necessarily do it now.

@ljs19923
Copy link

ljs19923 commented Mar 4, 2021

Where is the approval? Is that ready?

@dplewis dplewis merged commit 133583b into parse-community:master Mar 5, 2021
@AliZahr
Copy link

AliZahr commented Mar 11, 2021

When we will be able to update ?

@drdaz
Copy link
Member

drdaz commented Mar 11, 2021

1.19.2 is out and available on CocoaPods including this PR

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

Successfully merging this pull request may close these issues.

Facebook SDK 8 deprecated, mandating upgrade to SDK 9
9 participants