I have a strange problem with users who haven't installed the Facebook App (but want to login via Facebook):
I always access the Facebook Session's access token via
Session.getActiveSession().getAccessToken()
It works well for all users who have installed the Facebook app. For users who don't have it installed, it works for the first two calls - after that, the access token turns to an empty String. Anyone an idea what I am doing wrong here?