-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
PFFacebookUtilsDevice or initializeFacebook not found #1706
Comments
Thanks for opening this issue!
|
Are there any updates on this issue? |
The only supported install option is via SPM; closing as this issue describes downloading binaries and refers to an older version of the SDK. |
This issue is also in the latest version via SPM. PFFacebookUtils has no member 'initializeFacebook'. |
If it hasn't already been removed, it will likely be removed in a future version. We do not plan to continue to support these convenience functions anymore, because the choice of Facebook and Twitter is arbitrary, given that there are many more login providers on the market and supported by Parse Server, and the functionality of 3rd party auth is there anyway and it's just a couple of lines of code more for the developer to integrate the auth provider of their choice. |
New Issue Checklist
Issue Description
PFFacebookUtils.initializeFacebook(applicationLaunchOptions: launchOptions)
PFFacebookUtilsDevice.initializeFacebook(applicationLaunchOptions: launchOptions)
Steps to reproduce
Download binary, unzip and add to project
import ParseFacebookUtilsV4
Actual Outcome
Should be able to initializeFacebook
Expected Outcome
member not found
Environment
Client
2.0.2
Logs
The text was updated successfully, but these errors were encountered: