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
I want to make an application that user will login in one activity with
Share
Save your token and expires via SharedPerferences, then create new Facebook object in second activity, set token and expires from SharedPreferences and check validity. Thats all! Tutorial and here sample: