views:

22

answers:

0

I am using facebook python sdk with app engine. I am able to access the user information when the user is online. I have already included

  <fb:login-button perms="read_stream,publish_stream,offline_access"></fb:login-button> 

in my index page. User has also allowed for offline_access. However, I am having problem accessing and using the offline_access to access the users information when the user is not online. I have following question

  1. How to access and save offline_access information of a user for future purpose?
  2. How to use the saved offline_access information to access the users data when the user is not online?