我想使用 facebook loginbutton 但不幸的是它会自动登录,我想让它自动注销并用户按下它然后登录过程开始,我知道它是自动登录的,因为我在我的 android facebook 应用程序中登录。
代码/h3>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.facebook.widget.LoginButton
android:id="@+id/authButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="30dp"
/>
</LinearLayout>