Here's the problem:
We have a system that works offline, without internet access. However, it's supposed to offer users function so they can choose photos they would like to upload to Facebook later, when the system gets online.
We can collect Facebook username and password from the user. But Facebook requires an access token, that's given by the login dialog on their website. Also, the user has to give his permission to the application on Facebook.
Is it possible somehow to automate these things, so the system can use the username and password to upload the photos user has selected?