Getting Facebook & Windows Live Together: Part 2

I’ve had a play with the idea I suggested in my previous post about this topic and using the Facebook Developer Toolkitit was possible to get a lot of information out of Facebook and display those in a .NET application and you can also get info back in XML format so this should work well with a gadget. So far so good…

BUT the problem with using the toolkit or the Facebook API for that matter is authenticating your Facebook application user so you can get some info. For a web application you have to redirect to the Facebook login page let users login and then capture the authentication token… For having a Windows Live gadget I’m not sure yet how to do an alternative to this, would have been nice if there was an API method that lets you pass in login details for authentication…

Will have to think about a way to work around this so that I can carry on with my gadget development otherwise I’m not entirely sure this idea will work.