Error with facebook loginexample for android -


i don't example facebook work. implemented code https://developers.facebook.com/docs/android/login-with-facebook till step 3. code gives no errors in logcat, thing when click confirmation want login facebook, logcat tells me "logged out..." message.

that tells me piece of code giving problems

private void onsessionstatechange(session session, sessionstate state, exception exception) {         if (state.isopened()) {             log.i(tag, "logged in....");         } else if (state.isclosed()) {             log.i(tag, "logged out....");         }     } 

i thonk got steps (keyhash e.d.) done.

somebody got , idea?

thx


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -