I\'m have a feature on my Android app where the user authorizes the app and shares a link.
I also need to give an option for the user to logout of facebook and I nee
Session.getActiveSession().isOpened()
returns true if user is logged in, false if not