instagram-graph-api Questions
3
Solved
Our app started getting the following error message on a very basic get that was working perfectly fine until recently
https://graph.instagram.com/v12.0/me?access_token=<IG...>
{
"error...
Dermot asked 20/2, 2022 at 15:25
2
Solved
I am working on a program that needs to scrape information from the public Instagram API.
My code is using the endpoint https://instagram.com/{username}/?__a=1 to get information about a user and...
Styria asked 12/10, 2019 at 12:56
2
First of all, let me explain what I have today:
I have a access token with the following permissions: email, public_profile, pages_show_list, pages_read_engagement, instagram_basic, instagram_mana...
Kellyekellyn asked 10/6, 2021 at 2:39
2
These instructions are missing a key element. Unless you know the Page that is linked to the Instagram Business Account, how on Earth are you supposed to get the Id?
https://developers.facebook.com...
Rellia asked 29/6, 2021 at 22:17
1
I want to add a 'Login with Instagram" button as a new feature to my application.
After reading the docs, I understood that the new API called - 'Instagram Basic Display Api' can't be used as an au...
Inspection asked 23/1, 2020 at 21:7
1
I'm using a consumer facebook developer account. I need to get user media information from the following endpoint. Particularly need to get user full name, email and profile picture url
Request:
...
Tetrastichous asked 17/12, 2019 at 6:14
1
There are apps such as yellow duck that will fetch the RTMP URL and key for you. These can then be used with OBS, or any other streaming software. The feature I am building requires replicating wha...
Koffman asked 16/5, 2020 at 15:44
4
Solved
i want to play with the InstagramAPI and write some code for like getting a list of my follower and something like that. I am really new to that topic.
What is the best way to do this? Is there a...
Kerriekerrigan asked 3/4, 2020 at 11:4
4
I'm looking for a way to fetch Media Insights metrics in Instagram Graph API (https://developers.facebook.com/docs/instagram-api/reference/media/insights) with a nested query based on the userId, e...
Tenerife asked 20/3, 2019 at 19:27
3
Until 2 days ago, I was able to scrape Instagram accounts by adding ?__a=1 at the end of the URL.
E.g.: https://www.instagram.com/xavi/?__a=1
Now, when I do the same thing I get this response:
for ...
Gallows asked 4/6, 2022 at 17:28
2
Solved
I have been trying to implement the OAuth flow for Instagram login with Instagram official APIs but seems like a lot has changed since June 2020 and I haven't had any luck to get any help for the I...
Highline asked 22/11, 2020 at 16:40
0
I have a scheduled job that runs every day to fetch the list of following and followers of my profile. I append the following at the end of URL (?__a=1) to fetch data.
Since yesterday, I am getting...
Silures asked 2/6, 2022 at 15:6
2
I'm trying to do a basic get request based on the short-lived token recieved from a previous request to instagram. I know the short-lived-access-token is valid.
The account i'm testing with is a te...
Archegonium asked 16/7, 2021 at 3:38
1
Solved
I have long-lived token of user on back-end and successfully getting different information from graph-api endpoints.
Now I am trying to refresh these valid, unexpired tokens on my side periodically...
Undertenant asked 1/8, 2021 at 8:18
0
Hitting an error on a simple Instagram Graph API request. I am trying to check the status on a video container before posting it.
If I skip this step, sleep for 30 seconds (to make sure the Faceboo...
Pianoforte asked 26/7, 2021 at 19:41
2
Solved
If you are reading this, you will read that you can add children to the fields query parameter. That means that if you have a media with the type "CAROUSEL_ALBUM" you will get the ids of the images...
Sevigny asked 6/11, 2019 at 14:51
2
Solved
i have a website that shows my Instagram feed. previously i was using
Instagram following API.
users/self/media/recent
This API was using access token that i generated once and kept in as a variabl...
Quoits asked 22/7, 2020 at 12:48
5
Solved
I am trying to use Instagram Basic display API but when I post the authorization code to get the access token I keep getting the following error
{"error_type": "OAuthException"...
Conal asked 17/2, 2020 at 8:3
1
I am getting Invalid platform app error while hitting oauth/access_token API on postman.
Note - for app_id i am using Instagram App Id.
Any solution for this?
{
"error_type": "OAuthException",
...
Vinavinaceous asked 3/12, 2019 at 18:10
1
I am integrating Instagram login into my application. As per the provided documentation in bellow link:
https://www.instagram.com/developer/authentication/
For getting CODE I hit follow API:
htt...
Verner asked 26/11, 2019 at 13:42
1
I am trying to show instagram feed(of a specific account) on website using the developer documentation at https://developers.facebook.com/docs/instagram-basic-display-api/getting-started . instagra...
Selene asked 23/11, 2019 at 19:28
1
After authorizing the user and receiving an auth_token I am able to get the fields id, username, and account_type for the currently authorized user.
How do I also get the profile picture for the u...
Isopiestic asked 22/10, 2019 at 15:24
1
First of all... I want to integrated authentication in my App for anyone Instagram users by oAuth.
After readed guide https://developers.facebook.com/docs/instagram-basic-display-api/getting-start...
Insignificancy asked 17/10, 2019 at 6:57
2
I'm trying to develop an web app which use "Hashtag Search API"
API url: https://developers.facebook.com/docs/instagram-api/hashtag-search
When i used this API, Facebook returns "(#10) To use 'In...
Casket asked 2/1, 2019 at 11:29
0
I want to find all recent media with a specific hashtag on Instagram.
It's described here
To get media with the specific hashtag I have used :
GET graph.facebook.com/17873440459141021/recent_med...
Zielinski asked 26/6, 2019 at 11:23
1 Next >
© 2022 - 2025 — McMap. All rights reserved.