java.lang.UnsupportedOperationException: Session: an attempt was made to request new permissions for a session that has a pending request
问题 Below code is for posting status update using facebookSDK3.0 in android. If I'm using UiLifeCycleHelper class its working well. But I want to post the status in facebook without using UiLifeCycleHelper class. I tried the below code, which throws error in my logcat and my application is forced closed. public class SampleFBPostActivity extends Activity implements OnClickListener { private EditText mPostEditText; private Button mDoneButton; private Session mSession; private PendingAction