From 2f1a1f68ebdc41042ea92d4ef2c724b72d6c4f4f Mon Sep 17 00:00:00 2001 From: Hugo Torzuoli Date: Wed, 10 Jan 2018 09:15:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A4=20Add=20Disqus=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfe0f93..1fa3e72 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,7 @@ API | Description | Auth | HTTPS | Link | | Buffer | Access to pending and sent updates in Buffer | `OAuth` | Yes | [Go!](https://buffer.com/developers/api) | | Cisco Spark | Team Collaboration Software | `OAuth` | Yes | [Go!](https://developer.ciscospark.com) | | Discord | Make bots for Discord, integrate Discord onto an external platform | `OAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) | +| Disqus | Communicate with Disqus data | `OAuth` | Yes | [Go!](https://disqus.com/api/docs/auth/) | | DonReach Social Count | Get the social share count of a URL from every major social network | No | Yes | [Go!](https://donreach.com/social-share-count/) | | Facebook | Facebook Login, Share on FB, Social Plugins, Analytics and more | `OAuth` | Yes | [Go!](https://developers.facebook.com/) | | Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `OAuth` | Yes | [Go!](https://developer.foursquare.com/) |