Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello friends...


I am thinking to develop a ASP.net Application to post on Facebook Wall.
So that my friends can see my posts on facebook...

But I'm not getting where to start. I downloaded the Facebook.Web dll and got the controls...

And neither getting about API KEY AND APPLICATION KEY?
Not getting where should I start..

Please guide me..




Regards
Manish Kumar Namdev
Posted

1 solution

The facebook developers site will be of use to you

http://developers.facebook.com/[^]

Have a look at the getting started section

http://developers.facebook.com/docs/[^]

In your facebook profile, add the 'Developers' application.

http://www.facebook.com/apps/application.php?id=2345053339[^]

You can create an application here, it will assign you an application and API key. You need to provide these settings when you access facebook via whatever .net code you are using

Have a look at this codeproject article as well

Using Facebook SDK 3.01 with C#.NET[^]
 
Share this answer
 
Comments
thatraja 3-Aug-11 7:29am    
More than enough for the OP, 5!
bbirajdar 16-Oct-11 6:51am    
My answer was downvoted. So I am posting it as a comment. reply must if this proves useful to you

This sample website in asp.net will get you started http://facebooksdk.blogspot.com

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