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 Twitter login.");
40
+
} elseif (user.isNew()) {
41
+
Log.d("MyApp", "User signed up and logged in through Twitter!");
42
+
} else {
43
+
Log.d("MyApp", "User logged in through Twitter!");
44
+
}
45
+
}
46
+
});
38
47
```
39
-
Results can be found in `Parse/build/reports/`
40
48
41
49
## How Do I Contribute?
42
-
We want to make contributing to this project as easy and transparent as possible. Please refer to the [Contribution Guidelines](CONTRIBUTING.md).
50
+
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).
43
51
44
52
## License
45
53
Copyright (c) 2015-present, Parse, LLC.
@@ -60,7 +68,5 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
0 commit comments