Skip to content

Sample ASP.NET MVC Twitter App. Playing with Twitter Bootstrap, Twitterizer and CodeFirst Entity Framework

Notifications You must be signed in to change notification settings

cmcdonaldca/TwitterMyMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TwitterMyMVC

Sample ASP.NET MVC Twitter App. Playing with Twitter Bootstrap, Twitterizer and CodeFirst Entity Framework and OAuth2

Instructions

  • go to twitter and create an app

  • open web.config and fill out these fields

    <add key="TwitterConsumerKey" value="PUT YOUR CONSUMER KEY HERE"/> <add key="TwitterConsumerSecret" value="PUT YOUR SECRET HERE"/>

  • Create a Database called "TwitterMyMVC"

  • Build and run the solution to try it out.

About

Sample ASP.NET MVC Twitter App. Playing with Twitter Bootstrap, Twitterizer and CodeFirst Entity Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages