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.
This commit is contained in:
Nishant Arora 2018-03-19 11:28:26 -06:00 committed by GitHub
parent ada6222117
commit cf95eec5e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/) |