Facebook comment in WEB API
Introduction
This article shows the walk through of how to Implement Facebook comment API to our web applications that using web APIObjective
The objective of this article is to explain the steps of adding Facebook Comment Button to our web applications.
- Step 1 Create a New Project Open visual studio 2013 -> click on File -> New Project -> Create new ASP.NET WebApplication -> Name it as FacebookComment
- Step 2 Select Web API and click OK
- Step 4 Select the options as per your need and click on GetCode
- Step 5 Now go to our solution explorer expand views & Home folder and click on
Index.cshtml
paste the generated code
<html>
<head>
<title>
Facebook comments
</title>
<div id="fb-root"></div>
<script>
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src="//connect.facebook.net/en_US/all.js#xfbml=1&appId=1419173678302755";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="/" data-numposts="5" data-colorscheme="light"></div>
Debug the Application and we can see the following output
Conclusion
In this article we have learned how to use Comment API of Facebook in a Web API projectReference
https://developers.facebook.com/docs/plugins/follow-button/

About the Author
Full Name:
RamaSagar PulidindiMember Level: Silver
Member Status: Member,MVP
Member Since: 12/30/2012 1:51:40 AM
Country: India
ramasagar
http://www.ramasagar.com
A Software Profesional working in Microsoft .NET technologies since year 2008, and I work for Dake ACE. I am passionate about .NET technology and love to contribute to the .NET community at Dot Net Funda