Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I have to show the friend message of facebook on my web site home page, how it possible help me
the messages which comes from others.i want to get those messages through asp.net application.
please reply.
thanks
Posted

Your going to need an API to connect into the facebook model, there are quite a few available

http://wiki.developers.facebook.com/index.php/User:ASP.NET[^]

I've used 'Facebook.Net' before which was quite easy going

http://facebooknet.codeplex.com/[^]

Can't remember all the ins and outs, but pretty sure you're going to have to add the 'Developer' application to your facebook account + create an application to generate an API Key & Secret. You then use these within the Facebook.Net API to allow connections and access to facebook information.

Loads of reading material available on the facebook developer wiki site

http://wiki.developers.facebook.com/index.php/Demos[^]
 
Share this answer
 
If you are using WPF, you might want to see this link as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900