In my desktop application I can get user access token and save it between sessions. It give me a possibility to use Graph API to successfully upload photos into some user album. After upload I want to show this album in built-it WebBrowser control (.NET). But it doesn't works if user logged-off from Facebook in Explorer between sessions.
Thus, I have a valid token, can make anything with content but can not show what I make. Token have user_photos,publish_stream,user_website permissions but it does not helps.
So, question: Is it possibility to show some page from user profile (http://www.facebook.com/media/albums/?id=XXX for example) in browser if user is logged-off but there is an access token?