Skip to content

Commit

Permalink
Edited README via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierytlewski committed Sep 14, 2011
1 parent b63ea02 commit 0b0ba93
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
This is my OAuth2/.NET MVC solution.

What needs to be done is for you to visit: http://apidocs.mailchimp.com/oauth2/ to get setup the OAuth2 for MailChimp.

What you then need to do is find in the Controllers/HomeController.cs the section at the top where you fill in your configuration.

This should be able to be used with other OAuth sites, although not fully tested.

As of now, after putting in your information, by visiting the index page you will be asked to Authorize yourself. After that, you will sign into MailChimp and then the top 5 mail lists will be shown. You can then click on a mailing list to view activity on that mailing list.

#TODO

Implement more API functions.

0 comments on commit 0b0ba93

Please sign in to comment.