From cf95eec5e5a91d0e5e72a272330eb885e04f1580 Mon Sep 17 00:00:00 2001 From: Nishant Arora Date: Mon, 19 Mar 2018 11:28:26 -0600 Subject: [PATCH 1/2] Adding Instagram Proxy API This is something I wrote almost an year ago. It wraps around Instagram's public API and provides access to public posts programmatically in a CORS compliant fashion. This works really well for building instagram image galleries as it does not require registering an app with instagram. It also provides a one-click deploy with heroku which let's the users host a private instance of the API. As of today no other solution provides such access to instagram. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dbf359f..9a31098b 100644 --- a/README.md +++ b/README.md @@ -596,6 +596,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Full Contact | Get Social Media profiles and contact Information | `OAuth` | Yes | Unknown | [Go!](https://www.fullcontact.com/developer/docs/) | | HackerNews | Social news for CS and entrepreneurship | No | Yes | Unknown | [Go!](https://github.com/HackerNews/API) | | Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `OAuth` | Yes | Unknown | [Go!](https://www.instagram.com/developer/) | +| Instagram Proxy API | Instagram's public data as an API | No | Yes | Yes | [Go!](https://github.com/whizzzkid/instagram-proxy-api) | | LinkedIn | The foundation of all digital integrations with LinkedIn | `OAuth` | Yes | Unknown | [Go!](https://developer.linkedin.com/docs/rest-api) | | Meetup.com | Data about Meetups from Meetup.com | `apiKey` | Yes | Unknown | [Go!](https://www.meetup.com/meetup_api/) | | Pinterest | The world's catalog of ideas | `OAuth` | Yes | Unknown | [Go!](https://developers.pinterest.com/) | From e1f9930dd18a0fa72b0bcb4f1187d022d212215d Mon Sep 17 00:00:00 2001 From: Nishant Arora Date: Mon, 19 Mar 2018 11:32:23 -0600 Subject: [PATCH 2/2] Removing 'API' from title. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a31098b..b043a800 100644 --- a/README.md +++ b/README.md @@ -596,7 +596,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Full Contact | Get Social Media profiles and contact Information | `OAuth` | Yes | Unknown | [Go!](https://www.fullcontact.com/developer/docs/) | | HackerNews | Social news for CS and entrepreneurship | No | Yes | Unknown | [Go!](https://github.com/HackerNews/API) | | Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `OAuth` | Yes | Unknown | [Go!](https://www.instagram.com/developer/) | -| Instagram Proxy API | Instagram's public data as an API | No | Yes | Yes | [Go!](https://github.com/whizzzkid/instagram-proxy-api) | +| Instagram Proxy | Instagram's public data as an API | No | Yes | Yes | [Go!](https://github.com/whizzzkid/instagram-proxy-api) | | LinkedIn | The foundation of all digital integrations with LinkedIn | `OAuth` | Yes | Unknown | [Go!](https://developer.linkedin.com/docs/rest-api) | | Meetup.com | Data about Meetups from Meetup.com | `apiKey` | Yes | Unknown | [Go!](https://www.meetup.com/meetup_api/) | | Pinterest | The world's catalog of ideas | `OAuth` | Yes | Unknown | [Go!](https://developers.pinterest.com/) |