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

Facebook tracking #384

Closed
jimmyff opened this issue Jan 24, 2024 · 1 comment
Closed

Facebook tracking #384

jimmyff opened this issue Jan 24, 2024 · 1 comment

Comments

@jimmyff
Copy link

jimmyff commented Jan 24, 2024

What version are you using?

flutter_facebook_auth: ^6.0.4

What OS and version are you using to local deploy your application?

iOS

What platforms are you seeing the problem on?

Android, iOS

pubspec.yaml

flutter_facebook_auth: ^6.0.4

Describe the Bug

Debug console getting filled up with these messages about graph.facebook.com:. This seems to be the solution- by requesting permission tor track, but I don't want facebook to track my users. I just want it for authentication?

[connection] nw_resolver_start_query_timer_block_invoke [C4799.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4801.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4803.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4805.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4805.1.2] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4807.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4809.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4809.1.2] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4811.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4813.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4815.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443
[connection] nw_resolver_start_query_timer_block_invoke [C4817.1.1] Query fired: did not receive all answers in time for graph.facebook.com:443

Expected Behavior

No tracking

To Reproduce

Use plugin

Relevant log output

No response

flutter doctor -v

[✓] Flutter (Channel stable,
    3.16.7, on macOS 14.2.1
    23C71 darwin-arm64, locale
    en-GB)
    • Flutter version 3.16.7
      on channel stable at
      /Users/jimmyff/sdks/flut
      ter
    • Upstream repository
      https://github.com/flutt
      er/flutter.git
    • Framework revision
      ef1af02aea (13 days
      ago), 2024-01-11
      15:19:26 -0600
    • Engine revision
      4a585b7929
    • Dart version 3.2.4
    • DevTools version 2.28.5

[✓] Android toolchain -
    develop for Android
    devices (Android SDK
    version 33.0.0)
    • Android SDK at
      /Users/jimmyff/Library/A
      ndroid/sdk
    • Platform android-33,
      build-tools 33.0.0
    • Java binary at:
      /Applications/Android
      Studio.app/Contents/jbr/
      Contents/Home/bin/java
    • Java version OpenJDK
      Runtime Environment
      (build
      17.0.6+0-17.0.6b802.4-95
      86694)
    • All Android licenses
      accepted.

[✓] Xcode - develop for iOS
    and macOS (Xcode 15.2)
    • Xcode at
      /Applications/Xcode.app/
      Contents/Developer
    • Build 15C500b
    • CocoaPods version 1.14.2

[✓] Chrome - develop for the
    web
    • Chrome at
      /Applications/Google
      Chrome.app/Contents/MacO
      S/Google Chrome

[✓] Android Studio (version
    2022.2)
    • Android Studio at
      /Applications/Android
      Studio.app/Contents
    • Flutter plugin can be
      installed from:
      🔨
      https://plugins.jetbrain
      s.com/plugin/9212-flutte
      r
    • Dart plugin can be
      installed from:
      🔨
      https://plugins.jetbrain
      s.com/plugin/6351-dart
    • Java version OpenJDK
      Runtime Environment
      (build
      17.0.6+0-17.0.6b802.4-95
      86694)

[✓] VS Code (version 1.85.0)
    • VS Code at
      /Applications/Visual
      Studio Code.app/Contents
    • Flutter extension
      version 3.80.0

[✓] Connected device (3
    available)
    • James’s iPhone (mobile)
      •
      00008020-001A0D811A78002
      E • ios            • iOS
      16.3.1 20D67
    • macOS (desktop)
      • macos
      • darwin-arm64   • macOS
      14.2.1 23C71
      darwin-arm64
    • Chrome (web)
      • chrome
      • web-javascript •
      Google Chrome
      120.0.6099.234
    ! Device 09021FDD40027X is
      offline.

[✓] Network resources
    • All expected network
      resources are available.

• No issues found!

Info.plist (iOS)

No response

Podfile (iOS)

No response

AndroidManifest.xml

No response

MainActivity.java

No response

MainActivity.kt

No response

index.html

No response

Info.plist (macOS)

No response

@darwin-morocho
Copy link
Owner

@jimmyff seem to be an issue to the official repo https://github.com/facebook/facebook-android-sdk

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

No branches or pull requests

2 participants