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.

I'm using C# and the authorization form contains a browser control, which is the system's IE. My request URI is

https://www.facebook.com/dialog/oauth?client_id=[CLIENT_ID]&redirect_uri=https://www.facebook.com/connect/login_success.html&response_type=token&display=popup&scope=publish_actions

On my Windows 7 with IE 9, I can successfully get the access token after the browser is redirected to:

https://www.facebook.com/connect/login_success.html#access_token=[ACCESS_TOKEN]

However, when the program runs on XP with IE 8, the browser is redirected to :

https://www.facebook.com/connect/login_success.html

,without access token.

Could anyone tell me why is the difference?

share|improve this question
Thank you! I found the answer in the third link, which is about the fact that the WPF browser cuts off the hash-part of an url – Terry Jan 27 at 13:24

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.