Facebook android: passing facebook object between activities
问题 I want to make an application that user will login in one activity with a button which call facebook login thing from facebook_android_sdk and I want to send a wall post in second activity which comes after user logins. I want to pass facebook object between activities. I tried serializable and parcelable, but didn't work ! Can someone guide me for this ? Thanks anyway 回答1: Save your token and expires via SharedPerferences, then create new Facebook object in second activity, set token and