Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.