IllegalStateException when trying to use facebook android API -


i'm trying use facebooks api android make login function in app....

i've followed tutorial http://javatechig.com/android/using-facebook-sdk-in-android-example

and copied exact same code... took me time discover there wasn't nothing wrong code...

but, whenever click login button exception , login performs when app returned session not opened.

in logcat got this.

04-22 22:11:15.570  31114-31122/com.myapppackage.app e/system﹕ uncaught exception thrown finalizer 04-22 22:11:15.570  31114-31122/com.myapppackage.app e/system﹕ java.lang.illegalstateexception: binder has been finalized!             @ android.os.binderproxy.transact(native method)             @ android.database.bulkcursorproxy.close(bulkcursornative.java:288)             @ android.database.bulkcursortocursoradaptor.close(bulkcursortocursoradaptor.java:133)             @ android.database.cursorwrapper.close(cursorwrapper.java:49)             @ android.content.contentresolver$cursorwrapperinner.close(contentresolver.java:1591)             @ android.content.contentresolver$cursorwrapperinner.finalize(contentresolver.java:1604)             @ java.lang.daemons$finalizerdaemon.dofinalize(daemons.java:182)             @ java.lang.daemons$finalizerdaemon.run(daemons.java:168)             @ java.lang.thread.run(thread.java:856) 

does know why happening? i'm using latest facebook sdk (3.8) android studio... i'm pretty sure configured sdk right because test sample in facebook's page works (get name of profile)... login isn't working.

i recommend clean project , check appid. see question of stack overflow related problem.

binder has been finalized when using facebook's android sdk

hope help.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -