I would like to pass Facebook session information between two acvtivities so that I can authenticate one user in 1st session and use that session information to post a message to a wall in 2nd activity.
What's the way of doing this simple task? Should I keep token and expire information and create a new session with these two variables or some other way?
I'm struggling on that one for one week already so prompt answers, sample code, info etc appreciated very much.