Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
i have created i page in dotnet (mypage.aspx) now i want to add this page to facebook for example (www.facebook.com/wwe) is this possible to integrate my .aspx page to facebook. i tried but when i tried to submit my page it is showing that there should be 10 active user per month for this page. Is der any another way to do it.

Thanks
Posted

Yes it is quite possible to integrate Facebook with ASP.Net.

It would be best to start with the Facebook API here[^].
This[^] should act as a good sample for you to start with.

There is a facebook utility also available at http://facebooktoolkit.codeplex.com/[^].
 
Share this answer
 
Comments
RaisKazi 2-Aug-11 1:05am    
Perfect. 5!
Abhinav S 2-Aug-11 3:19am    
Thanks.
RaviRanjanKr 2-Aug-11 8:35am    
Nice Answer Abhinav, My 5+
Abhinav S 2-Aug-11 8:51am    
Thank you Ravi.
The http://facebooktoolkit.codeplex.com/ is outdated and no longer supported by the latest Graph APIs by facebook.

Instead use http://facebooksdk.codeplex.com/.

You can register your publically hosted asp.net website with facebook. Then get 10 active users so that it is publicaly searchable. Then your website ( not the page as you are say it. page is a different entity in facebook) is accessible as www.facebook.com/mysite
 
Share this answer
 
v2

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