espresso-dev / instagram-basic-display-php

A simple PHP class for accessing the Instagram Basic Display API
MIT License
112 stars 23 forks source link

Deprecated Instagram Basic Display API #19

Closed WebWorkingMan closed 1 month ago

WebWorkingMan commented 2 months ago

As described here, https://developers.facebook.com/blog/post/2024/09/04/update-on-instagram-basic-display-api/ , the API will be discontinued on 04.12.

Do any of you have experience with the new "Instagram API with Instagram Login" and can perhaps tell me whether it is possible to display posts on your own website?

maulikbavishi22 commented 1 month ago

Hi There

Can you please update the class according to new api changes. I've done basic changes here as per new changes by `facebook.

`<?php

namespace EspressoDev\InstagramBasicDisplay;

/**

hermanschutte commented 1 month ago

@maulikbavishi22 since the basic display API is being deprecated, I don't think updating this package is the right decision here. It would be better to create a brand new package that uses the new Instagram API.

hermanschutte commented 1 month ago

I've created a new package based on this one that will allow you to use the new Instagram API: https://github.com/espresso-dev/instagram-php