Reading the Facebook documentation, I know that with the 'offline_access' permission it
"Enables your app to perform authorized requests on behalf of the user at any time".
So, what types of requests can be made using this permission?
In my application, users can create custom images and share them with friends. But, I want to put their submissions into a moderation system. I'd like to have the user select friends to share, then after the moderator approves, post on the selected friends wall. Will 'offline_access' make this possible?