facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 908 forks source link

Update podspec dependencies version #647

Closed suraneti closed 4 years ago

suraneti commented 4 years ago

Fixes #644 #646

Problem

Solution

facebook-github-bot commented 4 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

facebook-github-bot commented 4 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

binwilly commented 4 years ago

worked for me!

janicduplessis commented 4 years ago

Published as 0.10.3

jacquesdev commented 4 years ago

This fix did not work directly for me, I had to do that, and then also call the method LoginManager.logInWithPermissions instead of LoginManager.logInWithReadPermissions.

@janicduplessis - is this the right method name for 0.10.3?

suraneti commented 4 years ago

@jacquesdev Breaking changes from 0.10.0 LoginManager: logInWithReadPermissions and logInWithWritePermissions have been replaced with logInWithPermissions