增加第三方登录可以正常登录了

This commit is contained in:
18142669586
2023-10-19 15:15:18 +08:00
parent 9e68f35627
commit f22ad82d84
11 changed files with 93 additions and 138 deletions

View File

@@ -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

View File

@@ -50,7 +50,6 @@
android:layout_marginBottom="21dp">
<LinearLayout
android:id="@+id/lt_btn_facebook"
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="42dp"