Is there a way to get Instagram public accounts stories using API - instagram

I’m trying to get any public qccount stories using instagram API. But I couldn’t find any documentation about that in the official graph website.

This is available now, but only if the user authorizes your app. The user's account would also need to be an Instagram Business Account or Creator Account's
refer this : https://developers.facebook.com/docs/instagram-api/reference/ig-user/stories/

Related

Unable to show business account instagram feed - Instagram basic display

I am using Instafeed to show a very simple Instagram feed on my business website. I went to the Meta for Developers platform and followed these steps (Official Meta documentation) to obtain my Instagram Basic Display Token. When I created my application, I selected a business account, and I want my website to show the Instagram Feed of that business account. The problem is that, when I add myself as a tester, the Instagram Basic Display returns my personal feed instead of the business account one.
Also, if I try to add the business account as a Instagram Tester User, it won't let me Generate the token with the following exception:
How can I return the business account feed instead of mine?
Thank you all in advance.

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

I am Unable to get Instagram Business Account ID through Facebook Graph api

I'm trying to access the media of my Instagram business account through Facebook Graph API. I'm following this guide: https://developers.facebook.com/docs/instagram-api/getting-started/
I've set up everything as requested: I have an Instagram business account, a Facebook page connected to this account and a Facebook app.
I am using Graph API explorer, and allowing all permissions that requires for instagram. But
In step 5, when I try to get the Instagram Account ID with
GET /v3.0/{page id}?fields=instagram_business_account
The Instagram business account field is missing, I only get back the ID of the Facebook page, which I already have.
Does anyone have an idea what could be wrong here? Below is my permissions image.
You just need extra permission: pages_read_engagement
i found the solution. At start be sure your instagram account should business account or Creator account.
And then link it with facebook from Facebook web.
Error only come when we use our personal account instead of Creator or Business.
This is my output now.

Is there any way to get images from an instagram account since the new changes of the API (April 4th, 2018)?

Instagram API removed the following endpoint:
GET /users/search
which I was using to get images from my profile on my website.
Is there any way to do this now? I can't find any info since this is very new.
You can get at least the newest 12 pictures from a public account by using this URL scheme:
https://www.instagram.com/[name_of_account]/?__a=1
You can parse the Json output and find the image-URL in display_url
This also works with hashtags and locations:
https://www.instagram.com/explore/tags/hawaii/?__a=1
you can show your own media,
https://api.instagram.com/v1/users/self/media/recent/?access_token=ACCESS-TOKEN
just enter access token an you will be able to get your media data
I do not see any way via either the old Instagram API or via the new Facebook graph API for Instagram Business Accounts to get profile images for accounts that are not yours. If it is an Instagram Business Account, you could get the Facebook profile image from the Facebook page associated with that Instagram account; but if it is a non-business Instagram account, that won't work. More documentation here: https://developers.facebook.com/docs/instagram-api/overview

Instagram API on other users

I am new to instagram api usage but this website really thrills me:
https://web.stagram.com/How can this website access all the users profile details (of course only when they are public but still) ?!
They are most likely using the official Instagram API along with some other logic to find the most popular users and display their profile.
They could also be using the unofficial API (reverse engineered) to have untethered access to instagram.

Resources