Closed dreamolight closed 4 years ago
Can you also run pod install in the example project, it should fix the CI error https://github.com/facebook/react-native-fbsdk/pull/804/checks?check_run_id=1355282567
Will address comments and update the PR.
Without this PR there is no possibility to promote an app on facebook for ios14. Any thoughts when it can be merged?
Hi @janicduplessis , could you review again and let me know if further change needed?
Nice! @janicduplessis + @dreamolight --> :trophy:
@mikehardy can this be used by changing the package.json to work with master? or should we wait for an official release?
@mikehardy can this be used by changing the package.json to work with master? or should we wait for an official release?
Pretty sure we need a release or you need to craft patch-package compatible patches
Thank you!
I just published 3.0.0
Thanks @janicduplessis, that's really nice! Also thanks @mikehardy for pointing out the latest iOS version!
Could someone on this thread clarify if these changes have resolved issue #799? I've just upgraded to 3.0.0 and tested with my Android app, the FB profile picture (which now requires the access token as part of the request) is still defaulting to the silhouette for me. Just want to be sure I'm not missing something before I continue to look into this.
Could someone on this thread clarify if these changes have resolved issue #799? I've just upgraded to 3.0.0 and tested with my Android app, the FB profile picture (which now requires the access token as part of the request) is still defaulting to the silhouette for me. Just want to be sure I'm not missing something before I continue to look into this.
As you can see this PR provides integration with FB SDK >= 7.1 for Android. Make sure you've FB SDK 8.x installed as dependency.
Could someone on this thread clarify if these changes have resolved issue #799? I've just upgraded to 3.0.0 and tested with my Android app, the FB profile picture (which now requires the access token as part of the request) is still defaulting to the silhouette for me. Just want to be sure I'm not missing something before I continue to look into this.
As you can see this PR provides integration with FB SDK >= 7.1 for Android. Make sure you've FB SDK 8.x installed as dependency.
Yeah i've done this. It's pulling in 8.0.0 on Android and i'm still seeing the default silhouette instead of the user's profile picture. Is there any reference as to how we should pass the access token in our login request using this lib so that the user's profile picture is returned as it was prior to these updates from FB on how the profile picture is requested?
have no ideas. Will be more effective to create an issue in android sdk https://github.com/facebook/facebook-android-sdk.
I've tried this on the iOS platform and have the same issue. I'm assuming the access token isn't being passed into configuration of the native library which is resulting in the default silhouette being returned. Would you rather I raise a separate issue for this?
What is this commit about:
setDataProcessingOptions
API for CCPA compliance for both iOS and AndroidgetAdvertiserTrackingEnabled
andsetAdvertiserTrackingEnabled
which are necessary for iOS 14Test Plan: