I am working on a control that wraps the new facebook login. Basically, I show a wpf hosted web browser for the oath authentication page.
When I hit this page in a regular browser, I can login and the url I land on is something like:
However, when I navigate the wpf web browser to the same url and capture the navigated after logging in. the #access_token portion of the url is not included in e.Uri.
Is this a bug in the WPF WebBrowser control, is there any workaround?
Clarity Consulting