You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2020. It is now read-only.
Log.d("MyApp", "Uh oh. The user cancelled the Facebook login.");
49
+
} elseif (user.isNew()) {
50
+
Log.d("MyApp", "User signed up and logged in through Facebook!");
51
+
} else {
52
+
Log.d("MyApp", "User logged in through Facebook!");
53
+
}
54
+
}
55
+
});
40
56
```
41
-
Results can be found in `Parse/build/reports/`
42
57
43
58
## How Do I Contribute?
44
-
We want to make contributing to this project as easy and transparent as possible. Please refer to the [Contribution Guidelines](CONTRIBUTING.md).
59
+
We want to make contributing to this project as easy and transparent as possible. Please refer to the [Contribution Guidelines](https://github.com/parse-community/Parse-SDK-Android/blob/master/CONTRIBUTING.md).
45
60
46
61
## License
47
62
Copyright (c) 2015-present, Parse, LLC.
@@ -53,16 +68,10 @@ We want to make contributing to this project as easy and transparent as possible
53
68
54
69
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
0 commit comments