views:

30

answers:

1

As my final project I wanted to do client for Facebook and twitter using the API's available. But there is not much tutorial or guidance available for me to start this project. And the other idea was to build a Game in Silverlight, which have more tutorials and info on it. I would prefer to do social media client,but if enough help is there.

Suggest me some help and plz guide me through this. Are both a good project to do?

Help needed urgently...!!

A: 

Have you looked at the Facebook Developer Toolkit?

http://facebooktoolkit.codeplex.com/

If you want to access Facebook APIs from within Silverlight, it's where you should start.

This project leverages the Facebook Toolkit above:

http://www.silverlight.net/content/samples/apps/facebookclient/sfcquickinstall.aspx

So far as I know, the source for it hasn't been released. You could presumably do something similar, but open-source it.

Ken Smith