hey
i am using facebook connect and authenticate the user with it.
for each user there is session key that expire after X minutes.
how can i get the user session after the session is over ?
i try
FB.Connect.requireSession();
but i dont want to use this function because it pops up the facebook connect username and password. i want to get the user session without him to reenter his username and passowrd/ and i dont want to ask for infinity session.
thank u all.