-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
13 lines (7 loc) · 688 Bytes
/
Copy pathREADME
File metadata and controls
13 lines (7 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
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.