Session.StatusCallback cannot be resolved to a type - Facebook API
问题 I followed the login authentication tutorial on Facebook and have copied the following code into my android application private Session.StatusCallback callback = new Session.StatusCallback() { @Override public void call(Session session, SessionState state, Exception exception) { onSessionStateChange(session, state, exception); } }; However, it is giving me the following errors: Session.StatusCallback cannot be resolved to a type Which is leading to the following errors: callback cannot be