JeffQuit / MERN---Project-3---Mobile-Vehicle-Detail-Application

Project 3 for UCLA Full Stack Development Bootcamp: Developing website for local mobile vehicle detailing service
MIT License
0 stars 2 forks source link

Set Up Insagram Feed NPM Tool via react-instafeed #9

Closed JeffQuit closed 3 years ago

jonnikim commented 4 years ago

Requires Facebook Developer. Waiting on client to create one.

Using Instagram Basic Display API

Resources: https://www.instagram.com/developer/ https://developers.facebook.com/docs/instagram-basic-display-api/getting-started https://developers.facebook.com/

Example: https://github.com/ilkeraltin/react-with-instagram-api

jonnikim commented 4 years ago

Hold off on Insta-Feed, may be able to use Instagram API directly. https://instafeedjs.com/#/

jonnikim commented 3 years ago

Instagram requires OAUTH and refresh tokens aren't available for the way that we intend. Clients won't be able to authenticate to view client's instagram page.

Instagram retired their old API which allowed for open access to instagram calls.