How to Add Instagram Feeds to your Website ?
Step :- 1 Go to https://www.instagram.com/developer/endpoints/users/ then create a client, you will get a Client Id
Step :- 2 Please copy the CLIENT-ID and REDIRECT-URI that you have generated and past it inside the below url hit it in browser, after hiting you will see a green coloured “autherize” button, click on it, you will obtain the ACCESS-TOKEN inside the search bar of the browser copy it.
https://api.instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token
Step :- 3 Now, As you have generated the ACCESS-TOKEN Paste it inside of below url and hit it in browser, you now, you will get 20 recent post of yours in an array.
https://api.instagram.com/v1/users/self/media/recent/?access_token=ACCESS-TOKEN