Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Update login example
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored Jun 14, 2019
1 parent 7bb07a8 commit 0a88efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ import { LoginManager } from "react-native-fbsdk";
// ...

// Attempt a login using the Facebook login dialog asking for default permissions.
LoginManager.logInWithReadPermissions(["public_profile"]).then(
LoginManager.logInWithPermissions(["public_profile"]).then(
function(result) {
if (result.isCancelled) {
console.log("Login cancelled");
Expand Down

0 comments on commit 0a88efa

Please sign in to comment.