Android - Facebook SDK installed but can't use Facebook button -


i have installed facebook sdk , have login set up, using basic button made when use button use, one:

<com.facebook.widget.loginbutton android:id="@+id/facebook_button" android:layout_width="wrap_content" android:layout_height="wrap_content"/> 

i runtime error?

3650-3677/com.spencerfontein.ueat e/androidruntime﹕ fatal exception: asynctask #3 java.lang.runtimeexception: error occured while executing doinbackground() @ android.os.asynctask$3.done(asynctask.java:299) 

not sure why happening. there i'm missing?

thanks in advance?

i missing in android manifest.xml

<activity android:name="com.facebook.loginactivity"             android:label="@string/app_name" /> 

Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -