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.

Using facebook C# SDK for a native app to be used in kiosk mode.

Scenario:

  1. User logs in to facebook.

  2. App request permission.

  3. User deny permission.

  4. Unable to programatically log user out of facebook since no access token has been granted. (see: https://developers.facebook.com/docs/authentication/)

What is the best approach in the above scenario where the next user of the app should start from scratch?

share|improve this question
Why is there no access token, after you have done step 1? – CBroe Aug 9 '12 at 12:53
Sounds like you shouldn't keep track of the user information until AFTER they Approve the permission. Just rework the flow of the program. – Ramhound Aug 9 '12 at 14:39
@CBroe After user logs in to facebook, the user still have to explicitly grant the app permission (in step 2), it is at this step the user can choose to deny permission. But the cookie has been created, so the next time OAuth dialog shows up for a new user, you will still land at "Step 2" under the previous user credentials. – Des Aug 12 '12 at 2:34
To add on, I'm using a System.Windows.Forms.WebBrowser control in a WPF app, running IE10. Using InternetSetOption() pinvoke method doesn't work when clearing browser session. – Des Aug 12 '12 at 2:37

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.