Conversation
|
Hi @KennyAtCodin, Apparently, reading from here: Starting December 4, 2024, all requests to the Instagram Basic Display API will return an error message. We recommend that you migrate your app to the Instagram API to avoid any disruption to your services. Visit our News for Developers blog post to learn more. So I think the error that originates is related to this. And I think that in order to fix this we should integrate the Instagram API and deprecate the Instagram Basic API |
|
yes, we should review how the new api works and align it inside the plugin
Il lun 17 feb 2025, 13:34 Kenny ***@***.***> ha scritto:
… I cannot login into the admin portal it shows this:
image.png (view on web)
<https://github.com/user-attachments/assets/6ad9cbb9-aa43-425a-81e7-3b24b95ee173>
Oh i see you used the basic display api, so i think we would need to
change the whole plugin.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBAVPXXSXJZM7JYHJ4IITD2QHJMZAVCNFSM6AAAAABXIYA7AGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRSHE4DSMZSGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: KennyAtCodin]*KennyAtCodin* left a comment
(tomashco/payload-instagram-plugin#4)
<#4 (comment)>
I cannot login into the admin portal it shows this:
image.png (view on web)
<https://github.com/user-attachments/assets/6ad9cbb9-aa43-425a-81e7-3b24b95ee173>
Oh i see you used the basic display api, so i think we would need to
change the whole plugin.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBAVPXXSXJZM7JYHJ4IITD2QHJMZAVCNFSM6AAAAABXIYA7AGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRSHE4DSMZSGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Could we use this to fetch the posts? https://github.com/TiagoGrosso/instagram-graph-api-lib |


I updated the dependencies. After creating a .env in the /dev folder and an empty .env in the root (docker compose, didn't start the mongodb without) I managed to start the instance. unforutnatley /admin won't open. The error is:
[09:33:57] ERROR: Error refreshing token
Where should I look into to fix that?