Questions tagged [instagramapi-mgp25]
19 questions
11
votes
3 answers
Is there any way of retrieving a list of poll voters from Instagram stories?
I know there is an endpoint here for retrieving a list of story id's, but I was wondering if it was possible to get a list of the users who voted on a specific story poll?
There seems to be very little data on stories (even when you export personal…

Sam Chahine
- 530
- 1
- 17
- 52
7
votes
1 answer
Instagram api endpoint for saved collections
Does Instagram api have an endpoint that returns user's saved collections? If not, is there a different way i can get the data?
Instagram Platform api is deprecating. How good it is to use instagram graph api for non-business use?

user8797814
- 99
- 1
- 7
4
votes
3 answers
Solving challenge required in instagram private api
I am trying to solve challenges required from Instagram when I log in to my account, I am using mgp25 Instagram API library (V 4.1.0 stable)
I was able to sniff the necessary request in order to solve the challenge, But I am having problems when I…

martin bayen
- 61
- 1
- 1
- 5
4
votes
2 answers
Some questions after Instagram API restriction and Instagram private api?
I'm doing an Instagram application. Firstly wanted to use the Instagram's Endpoints. But many features were closed. User search, follower, following list etc.
Instagram announced that it will close many Endpoints on July 31st. Nowadays, I expect all…

hakan hakyemez
- 94
- 1
- 2
- 13
2
votes
1 answer
PHP Instagram-API: Caption text does not exist
I use Instagram-API for the posting images with captions. I try:
$ig->timeline->uploadPhoto($photo->getFile(), ["caption" => "Hello world!"]);
The request is completed, the image is successfully uploaded, but the caption is empty.
When I run the…

amensum
- 21
- 4
1
vote
0 answers
Posting to Instagram through Graph API in PHP
I have tried searching Google for days to find an answer to this question. It seems it is not possible to post content to Instagram through an API with PHP. We already have an integration with Facebook where we post content for our clients on an…

clickalb
- 11
- 1
1
vote
0 answers
I want to use instagram api for getting username from instagram for my android project
After an update on 15 October 2019 Facebook updated their policy ,I don't know how to integrate with Instagram
I tried out and https://developers.facebook.com/docs/instagram-basic-display-api/getting-started with this like
but it gives me error…

Bhoomi Vaghamshi
- 11
- 4
1
vote
0 answers
Get `max_id` of of specific Instagram Story Poll Voters
I know that I can receive the Story data and the Poll voters data using getStoryPollVoters() which takes the following parameters:
* @param string $storyId The story media item's ID in Instagram's internal format (ie…

Sam Chahine
- 530
- 1
- 17
- 52
1
vote
1 answer
How to get a user public information by Instagram User ID?
I have an Instagram User ID and I want to get:
user profile picture
username
full name
on Instagram.
How can I do it?

Mehmet Ali Peker
- 701
- 1
- 6
- 19
0
votes
0 answers
how to find any user instagram uid and uidb36?
Now I am testing Instagram
How to find any user Instagram uid or uidb36
I am try to reset my password via Email address,
Instagram server send me
two link one short link and another is very long link
ex:
short…
0
votes
2 answers
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"…

Nguyễn Nghĩa
- 1
- 1
0
votes
1 answer
Instagram API with PHP
I have an application where I am using Facebook,Linkedin and Twitter Api's to post on the respective platforms.Now I am deciding to use Instagram to start posting using their Api but I have not found any good articles to implement their…

Pawan lakhera
- 187
- 14
0
votes
0 answers
I can't upload a live video on instagram with api mgp25 in php
I have problem with upload a video file on live Instagram with
using mgp25 API.
$insta_obj->login($this->username[$i], $this->password[$i]);
$ffmpegPath = 'C:/ffmpeg/bin/ffmpeg.exe'; $ffmpeg =
…

test test
- 1
- 1
0
votes
3 answers
cURL error 6: Could not resolve host. Mgp25/InstagramAPI
I'm using Instagram API by mgp25.
When my network settings change (connect to different Wifi network) login function throws cURL error 6.
I guess, It's because of sessions and cookies stored during previous sessions but I'm not so sure.
I tried…

user10329096
- 1
- 2
0
votes
1 answer
mgp 25 "Consent required"
I am getting an error in the mgp25 Instagram API. When I run the application on localhost, there is no problem, but when I get to the paid host, I get the following error.:
InstagramAPI\Response\TimelineFeedResponse: Consent required
I had been…
user10540431