增加第三方登录可以正常登录了
This commit is contained in:
@@ -337,7 +337,7 @@ public class EntryActivity extends AbsOTOActivity {
|
||||
// App-to-app login
|
||||
Intent loginIntent = LineLoginApi.getLoginIntent(
|
||||
view.getContext(),
|
||||
"1656399535",
|
||||
"2001228692",
|
||||
new LineAuthenticationParams.Builder()
|
||||
.scopes(Arrays.asList(Scope.PROFILE))
|
||||
// .nonce("<a randomly-generated string>") // nonce can be used to improve security
|
||||
|
||||
Reference in New Issue
Block a user