views:

45

answers:

1

I'm currently trying to make a log in for facebook users into my WPF application. It's using .net 4 and it's being developed in VS2010. After following the steps stated in the facebook developers page I cannot get it working. The success url should be followed by a hash (#) and the access_token after the login, but webbrowser.Source.toString() is not including that.
I made exactly the same, but in a winforms app and it does work fine.

Is there something else to do with the WPF webbrowser control? Is that an issue related to redirects to anchors when the document is loaded or something like that?