0
我已經安裝了Facebook SDK並已設置登錄,但我只是使用了我使用的按鈕時所使用的基本按鈕,它們是:Android - 已安裝Facebook SDK但無法使用Facebook按鈕
<com.facebook.widget.LoginButton
android:id="@+id/facebook_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
我得到這個運行時錯誤?
3650-3677/com.spencerfontein.ueat E/AndroidRuntime﹕ FATAL EXCEPTION: AsyncTask #3 java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:299)
不知道爲什麼會發生這種情況。有什麼我失蹤?
感謝您的幫助提前?