If I use the facebook javascript and xfbml to get a user to login to my app and grant me offline permissions.
Can I then at the server
- read the cookie set by facebook,
- get the access token
- store it in a db
- and use it over time
or is this access token valid only during the active session "even though I've requested and obtained user permission for offline use"