views:

40

answers:

2

can any one give the demo how to implement facebook like box( single sign - on) and twitter's tweets for a web application using .net(c#)

+1  A: 

You can read this article about how to implement facebook login in a .net web application. If you want to display tweets on your page, you basically just add some javascript to your page. See the twitter API wiki for more info.

klausbyskov
sorry I need to use codeplex for this can anyone show it is to be used.
skamale
A: 

Adding the Facebook like box to your page is really easy, you can check out the Facebook Developers Reference, there's even a 'Get Code' button to get the necessary code.

All you need to do is add a script reference and a <fb:like> tag, all the options are in the above link.

Fermin