instagram-api

Instagram Basic Display API

雨燕双飞 提交于 2020-03-11 13:18:44
问题 The ultimate goal: display our corporate account's Instagram media onto our corporate website. Below, I will show everything that I have so far. I have the Instagram basic permissions approved: I have the Facebook app authenticated with the Instagram account with the appropriate permissions. Questions: If I'm using the Instagram Basic Display API, do I still need a website platform with the SDK implemented? Do I need Facebook Login if I'm just using one account to display media on our

How to get ALL Instagram POSTs by hashtag with the API (not only the posts of my own account)

笑着哭i 提交于 2020-02-26 09:37:20
问题 How to get ALL Instagram POSTs by hashtag with the API (not only the posts of my own account) I am trying to get all the instagram pictures tagged with a precise hashtag but I only receive my own developer account posts tagged with the hashtag. I am currently working in local development environment, maybe that's the problem? Furthermore, what is Sandbox mode, and what should I do to go "Real" mode ? In the platform policy, it's written " You cannot use the API Platform to crawl or store

Can you get/scrape emails from instagram accounts?

六月ゝ 毕业季﹏ 提交于 2020-02-25 05:56:26
问题 Someone is telling me that they can get all the email accounts associated to instagram accounts. Which would be a gold mind for marketing obviously. They gave me my email associated to my email account as proof. From my understanding, email addresses are hidden on instagram and this can not be done. But, i do not know how he got that email address as i use it ONLY for instagram. I went and tried to do a password reset to see if they gave you the email when you request a pass and no it blocked

Can you get/scrape emails from instagram accounts?

会有一股神秘感。 提交于 2020-02-25 05:56:07
问题 Someone is telling me that they can get all the email accounts associated to instagram accounts. Which would be a gold mind for marketing obviously. They gave me my email associated to my email account as proof. From my understanding, email addresses are hidden on instagram and this can not be done. But, i do not know how he got that email address as i use it ONLY for instagram. I went and tried to do a password reset to see if they gave you the email when you request a pass and no it blocked

Instagram Display API Insufficient Developer Role

天涯浪子 提交于 2020-02-20 12:55:30
问题 I have followed the tutorial on Instagram Display API, created my redirect_uri on ngrok and correctly assign my app_id. Here is the response I get. { "error_type": "OAuthException", "code": 400, "error_message": "Insufficient developer role" } What should I do? I am an Administrator so I can't assign myself as a Developer. 回答1: Go to Roles > Instagram Users and add your Instagram account. Then go to https://www.instagram.com/accounts/manage_access/ to accept the Tester Invite from your app.

Instagram Display API Insufficient Developer Role

妖精的绣舞 提交于 2020-02-20 12:51:36
问题 I have followed the tutorial on Instagram Display API, created my redirect_uri on ngrok and correctly assign my app_id. Here is the response I get. { "error_type": "OAuthException", "code": 400, "error_message": "Insufficient developer role" } What should I do? I am an Administrator so I can't assign myself as a Developer. 回答1: Go to Roles > Instagram Users and add your Instagram account. Then go to https://www.instagram.com/accounts/manage_access/ to accept the Tester Invite from your app.

Instagram Display API Insufficient Developer Role

≯℡__Kan透↙ 提交于 2020-02-20 12:51:34
问题 I have followed the tutorial on Instagram Display API, created my redirect_uri on ngrok and correctly assign my app_id. Here is the response I get. { "error_type": "OAuthException", "code": 400, "error_message": "Insufficient developer role" } What should I do? I am an Administrator so I can't assign myself as a Developer. 回答1: Go to Roles > Instagram Users and add your Instagram account. Then go to https://www.instagram.com/accounts/manage_access/ to accept the Tester Invite from your app.

Share video to Instagram feed from iOS

纵然是瞬间 提交于 2020-02-19 19:03:58
问题 I've been trying to create a sharing experience for our app where Instagram launches giving these two options: Facebook has a pretty lean documentation about it. I tried all the possible permutations using the UIDocumentInteractionController. I tried using as uti com.instagram.photo and com.instagram.video with the ig extension but I keep getting the standard sharing popover instead of launching Instagram directly. Tried also com.instagram.exclusivegram with igo but that seems to be supposed

How to get instagram photos with PHP by API?

爱⌒轻易说出口 提交于 2020-02-19 07:03:31
问题 Last two days I was trying to display photos from my Instagram profile by raw PHP. But I'm getting these errors. Notice: Trying to get property of non-object in E:\xampp7\htdocs\instagram\index.php on line 29 Warning: Invalid argument supplied for foreach() in E:\xampp7\htdocs\instagram\index.php on line 29 I created proper authentication from instagram API. My requested API clients access is valid ( clientId, userId, accessToken ). When I failed with PHP than I tried with a JavaScript Plugin

How to get instagram photos with PHP by API?

有些话、适合烂在心里 提交于 2020-02-19 07:02:40
问题 Last two days I was trying to display photos from my Instagram profile by raw PHP. But I'm getting these errors. Notice: Trying to get property of non-object in E:\xampp7\htdocs\instagram\index.php on line 29 Warning: Invalid argument supplied for foreach() in E:\xampp7\htdocs\instagram\index.php on line 29 I created proper authentication from instagram API. My requested API clients access is valid ( clientId, userId, accessToken ). When I failed with PHP than I tried with a JavaScript Plugin