Twitter Integration
I am creating a MVC 5 application in Visual Studio 2013 Preview. I want to
integrate Twitter in my MVC application. I have used Twitter.Helper from
Package Manager. But when my application runs on the browser nothing
happen. Here is my code in Index.cshtml file:
<div class="span4">
<h2>My Profile</h2>
@TwitterGoodies.Profile("Sandeep Sharma")
</div>
No comments:
Post a Comment