Reputation: 21
I am using a PHP application and i want to post Images, Videos, Image/Video Gallery programatically using Instagram API.
how can i accomplish the same using https://www.instagram.com/developer/ ?
Upvotes: 1
Views: 1652
Reputation: 3158
As of June 29, 2020, Instagram has official API by Facebook:
From the document above:
Common Uses
Limitations
For media (image, video) control, IG Media is the API:
It seems that Instagram API only contains reading methods, and I haven't seen any ability to upload new video
IG Media node allows you to:
Upvotes: 1