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

releasing the FB pod pin #102

Closed
wants to merge 1 commit into from
Closed

releasing the FB pod pin #102

wants to merge 1 commit into from

Conversation

bsz0206
Copy link

@bsz0206 bsz0206 commented Oct 10, 2023

No description provided.

@@ -15,7 +15,7 @@ Login via Facebook for Flutter projects.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'FBSDKLoginKit', '16.0.1'
s.dependency 'FBSDKLoginKit', '~> 16.0.1'
Copy link

@Saifallak Saifallak Mar 30, 2024

Choose a reason for hiding this comment

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

Suggested change
s.dependency 'FBSDKLoginKit', '~> 16.0.1'
s.dependency 'FBSDKLoginKit', '~> 17.0'

@Saifallak
Copy link

can we merge it to support with facebook app events ? oddbit/flutter_facebook_app_events#309

@lcsvcn
Copy link

lcsvcn commented Apr 16, 2024

+1

@lcsvcn
Copy link

lcsvcn commented Apr 16, 2024

@Saifallak I tested out your implementation is still telling:

 FBSDKLoginKit (~> 16.0.1) was resolved to 16.0.1, which depends on
        FBSDKCoreKit (= 16.0.1)
Screenshot 2024-04-16 at 09 09 51

@greymag
Copy link
Contributor

greymag commented Apr 16, 2024

Version 17.0 requires support of the Limited login feature. See #108 for details. I'm closing this PR for now.

@greymag greymag closed this Apr 16, 2024
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.

4 participants