instagram-graph-api

Is it possible retrieve follower list from new instagram-graph-api?

一个人想着一个人 提交于 2020-01-25 10:10:46
问题 is it possible retrieve instagram follower list from new instagram graph api? It seen that instagram API are deprecated. do you know another method to retrieve instagram follower? 回答1: There is no API to get the list of followers for Instagram anymore. This is for privacy reasons, users who did not specifically authorize your App should not show up anywhere in any API call. Everything you CAN do with the API is listed here: https://developers.facebook.com/docs/instagram-api/reference 来源:

Is it possible retrieve follower list from new instagram-graph-api?

不羁岁月 提交于 2020-01-25 10:09:21
问题 is it possible retrieve instagram follower list from new instagram graph api? It seen that instagram API are deprecated. do you know another method to retrieve instagram follower? 回答1: There is no API to get the list of followers for Instagram anymore. This is for privacy reasons, users who did not specifically authorize your App should not show up anywhere in any API call. Everything you CAN do with the API is listed here: https://developers.facebook.com/docs/instagram-api/reference 来源:

How do i use RestFB IgUser getBusinessDiscovery()?

ⅰ亾dé卋堺 提交于 2019-12-25 03:29:11
问题 In the FB Graph API explorer the call to get business_discovery data uses the Instagram id for any user (in this case my own account) and uses a "username" to indicate the 3rd-party account from which one would like to get some public information. Say for example, we want to get public data like name,followers_count,media_count for the instagram page motorolaus - the Graph Explorer the call would be something like: GET /v3.2/?fields=name,username,business_discovery.username( motorolaus ){name

OAuthAccessTokenException-The access_token provided is invalid Instagram new api

喜你入骨 提交于 2019-12-17 14:54:12
问题 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: https://api.instagram.com/oauth/authorize?app_id="your app_id"&redirect_uri=https://www.google.com/&scope=user_profile,user_media&response_type=code After hitting above API in web-view I got bellow new URL with code in it: http://www.google.com/?code=AQCPw4m0jd85IX7Qi83rd

Importing user photos vs. Instagram platform API depreciation

a 夏天 提交于 2019-12-11 15:27:03
问题 I am co-creating app which have an option to import user photos from Instagram. Upcoming API depreciation log says that I can: read a user’s profile info and media until 2020. I want to be ready and make sure my platform will not stop working so here is my question: what does "media" means? Are those - among others - user photos? 回答1: what does "media" means? Media means everything related to your own user Instagram feed including media information such as likes and comments. So, as Instagram

Why is the Instagram Graph API webhook not working

China☆狼群 提交于 2019-12-11 14:59:25
问题 I am not able to get webhook calls when another user post a comment (with mentions) on another/my media. Just for testing purposes I set up a ngrok server for my webhook endpoint, which always answers with a 200 and handles the verfication. Before the heavy coding I just wanted to see if the webhook workflow for Instagram is generally working. I created a Facebook app, an Instagram business account, a Facebook page and linked the page with the Instagram business account. With the information

Instagram Mention API - not able to retrieve media details in DEV mode

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-10 00:05:18
问题 Since the existing instagram APIs are deprecated, I am switching to the graph api. Below is what i want to achieve and what the issue is. Requirement. I would like to track the number of likes and comments on instagram posts in which my business account is mentioned using @. I have setup the faccebook and instagram accounts along with the webhook. The webhook is going to send me the "mediaid" in which i my business account is tagged. Since the app is in the development mode i am not receiving

Using Instagram Graph Api with permanent page access token only works for some accounts

眉间皱痕 提交于 2019-12-06 07:28:36
问题 I try to fetch some images from an instagram business account through the instagram graph api by means of a permanent page access token (facebook: permanent Page Access Token?). These specific tokens seem to be the only possibility to get permanent access to the graph api for a server-side app . On the other side I found a hint in the fb documentation that only user accesss tokens can be used to access instagram business accounts. "Page access tokens are not supported." https://developers

Instagram Graph API, get followers of followers

孤街浪徒 提交于 2019-12-06 06:14:24
问题 I'm trying to figure something out... As most of the 'old' API has been shut down, I've taken a look at the Graph API. I would like to retrieve the list of followers of a specific user. For the life of me I can't figure it out... is this really not possible anymore? The Business Discovery API is limited to only business accounts (as is the whole Graph API for now), but even that only seems to be able to retrieve the followers_count, not the actual followers. https://developers.facebook.com

Instagram Mention API - not able to retrieve media details in DEV mode

时光总嘲笑我的痴心妄想 提交于 2019-12-04 21:40:52
Since the existing instagram APIs are deprecated, I am switching to the graph api. Below is what i want to achieve and what the issue is. Requirement. I would like to track the number of likes and comments on instagram posts in which my business account is mentioned using @. I have setup the faccebook and instagram accounts along with the webhook. The webhook is going to send me the "mediaid" in which i my business account is tagged. Since the app is in the development mode i am not receiving the webhooks if i mention the business account in any of the post, but i am able to send the test