Is there an Instagram API that has "Archive post" feature? - instagram

I wanted to write a program that would archive all posts from account, but I cannot find this feature in InstaPy. Is there an API that would have such feature?

Looking through the Instagram Graph API https://developers.facebook.com/docs/instagram-api, it does not look like there is currently a way to archive/unarchive posts.

Related

How to get instagram id from update 29/6/2020

I am building instagram in wordpress using the "elementor" plugin.
In the old version I used the => https://api.instagram.com/v1/users/[my-id]/media/recent/?access_token=[my-token]
Path to retrieve my instagram info data
Through the "29/6/2020" version the old link was no longer available. The algorithm changed that I was unable to retrieve my instagram data that way.
You can show me a new link or a new way for me to get my instagram data (photos, links, likes, comments) on my instagram.
Thank you very much
Best regards
Now you need to connect your instagram account with your facebook account. After of that you can access such things in new way as described at https://developers.facebook.com/docs/instagram-api/reference/user/media#get-media here. Also you need instagram account as Business account.
If you wish to fetch media from your personal account for your website you don't need to work with the graph API and Facebook login part, simply use the INSTAGRAM BASIC DISPLAY API and get your details and media.
Refer this link:
https://developers.facebook.com/docs/instagram-basic-display-api

Does Instagram API support get followers list and more?

I am working on an app, which does the below:
A user logins using instagram User creates content and shares it with a subset of her instagram followers ( say 3 out of 200)
Those 3 users get a message in their insta inbox and can click on a link
and sign up on our app.
I am trying to find Insta API documentation, but I am unable to. Can someone experienced with Insta API's please guide to me to specific parts of the Instagram API documentation which can do What I am imagining?
Thanks
The thing that you are trying to create is not possible by using official Instagram APIs. None of the APIs returns the list of followers for given user. It is also not possible to send a Direct message via Instagram API.
https://developers.facebook.com/docs/instagram-api here is the introduction to Instagram Graph API. Right on the top of that page you will find possible use-case scenarios.
There is also more limited Basic Display API which documentation and possible use-cases you can find here: https://developers.facebook.com/docs/instagram-basic-display-api

Get someone else's instagram stories

I need to get an instagram user stories and add them to my app.
I've searched a lot and didn't find any way to do such.
I tried to search it on instagram api and facebook graph api but it seems that they provide only own user data after the user is logged in.
How can i achieve that ?
Unfortunately this is not possible with the official Instagram Graph API.

Programmatically post and tag media on Instagram

I searched into the Instagram API docs and I discovered that posting images and tagging products through API requests is not (yet?) possible.
Is it true?
Depends from type of account that you use:
Personal account. Not possible to post via API
Business account. Posible via API Graph for Instagram. https://developers.facebook.com/docs/instagram-api/overview

Facebook Graph Api Question?

Hi all I am implementing the facebook api in my application.I am using my custom API for that.Now what i want is to show the profile pictures of all the user who are using my application.I am only able to fetch the data of user,his profile picture,But not able to fetch the pictures of the users who are using my application.
Please help me out how to do that.The whole day i googled for it but did not find any solution.
Thanks in Advance....
As far as I know this is not possible via the Facebook Graph API. A possible solution would be to send the profile pictures of each user to your server, store it and then display it wherever you want to show them.
But I think this is against the TOS of the Facebook API, and if it would not be against the TOS, you might have to request permission from the user.
Check the API TOS to see if that's possible.

Resources