我想使用Facebook登錄按鈕,但unflexalately它自動登錄,我想讓它自動登出和用戶按它然後登錄過程開始,我知道它會自動登錄,因爲我我在我的android facebook應用程序中登錄。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>
這仍然是最好的方式或是新發現的東西? – Lion789