I have an fbml application coded in VB.NET and I want to get the current user id so that I can post to the users wall.
According to http://geekdeck.com/net-get-facebook-user-profile-id-uid/, this can be done on an external application (windows forms), using the webbrowser control. However in my case this is not applicable as I am using asp.net.