views:

1782

answers:

4

Are there any sites out there that have been built with asp.net and facebook api? I am looking for some ideas and inspiration for doing some social networking web programming. I did find some asp.net/facebook blog entries but still could not find any site that has successfuly done some work in this area.

+2  A: 

Isn't the framework you create your ideas in pretty much irrelevant? It shouldn't make much difference if a site is made in ASP.Net, or Ruby on Rails, or PHP, or etc etc etc.

Why not look for any successful site using the Facebook API (regardless of implementation)? Or do you want ideas on how to implement things specifically within ASP.net?

dbr
A: 

I agree Jon. I am wondering what sites have been utilizing facebook api and how?

Anon
Modify your question instead of creating a new question here.
Daok
+1  A: 

I found this through google:

Gift List

Here are some links that mention a facebook .net wrapper:

SilverLight and Facebook

FaceBook .Net

Whoiskb
+1  A: 

It's certainly doable, here's an example: http://apps.new.facebook.com/louisefy/, http://www.new.facebook.com/apps/application.php?id=21805666590

And a blog post with a bit of explanation: http://www.itu.dk/~friism/blog/?p=92

friism