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

PFFacebookUtilsDevice or initializeFacebook not found #1706

Closed
4 tasks done
yasirmturk opened this issue Feb 14, 2023 · 5 comments
Closed
4 tasks done

PFFacebookUtilsDevice or initializeFacebook not found #1706

yasirmturk opened this issue Feb 14, 2023 · 5 comments
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@yasirmturk
Copy link

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

  • Parse ObjC SDK version: 2.0.2

Logs

@parse-github-assistant
Copy link

parse-github-assistant bot commented Feb 14, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Feb 15, 2023
@alexionut
Copy link

Are there any updates on this issue?

@mtrezza
Copy link
Member

mtrezza commented Feb 1, 2024

The only supported install option is via SPM; closing as this issue describes downloading binaries and refers to an older version of the SDK.

@mtrezza mtrezza closed this as completed Feb 1, 2024
@alexionut
Copy link

This issue is also in the latest version via SPM. PFFacebookUtils has no member 'initializeFacebook'.
And from what I can tell, this issue has existed since the move from cocoapods to SPM. Or am I missing something?

@mtrezza mtrezza reopened this Feb 1, 2024
@mtrezza
Copy link
Member

mtrezza commented Feb 1, 2024

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.

@mtrezza mtrezza closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

3 participants