instagram-api

Instagram captcha error on new app creation

安稳与你 提交于 2019-11-29 23:11:41
When I try to create an instagram client (developer side), I'm always getting the same error: Captcha invalid, please try again Submission error: please fill out all required fields. All fields are correctly set and captcha is good. (I tried many times, but always same error) Someone have a solution for me? If you look at the console, we can see there is an error related to "Content Security Policy" which avoid loading google captcha script : Based on this answer there is no easy way to disable "Content Security Policy" in Chrome except by using an extension. Such an extension is available

Instagram bans access to its API

▼魔方 西西 提交于 2019-11-29 21:01:51
Does anybody know about the latest Instagram news: "Starting 10/1/2017, all permissions other than the basic permission will be unavailable to submit for or obtain." What is truth to this? If we submit before, are they going to still check the submission? Do they plan to ban old approved API accesses too? If anybody made it find a bit of info about this I would be very grateful. The news is kinda surprising and concerning with no explanation involved. Thank you! I tried to start a last minute review process for a website i was working on, after i read that instagram is about to close down

How to access Instagram feed of any user with new Graph API?

一世执手 提交于 2019-11-29 19:59:30
Facebook recently introduced Instagram Graph API , which allows to fetch data from Instagram page that is connected to your Facebook company page, instagram.com/developers states: The Instagram Graph API is Now Available to All Developers. For Non-Business Instagram Accounts please continue to use the existing Instagram API . So, for example, if my company has account instagram.com/my_first_company , I can only retrieve its feed and no one else. Using old Instagram API to retrieve public_content permission (access to any feed) is no longer an option too, from old API documetation : public

Retrieving more than 150 Instagram comments

谁说胖子不能爱 提交于 2019-11-29 19:31:07
The Problem I would like to be able view all of the comments on any given piece of Instagram media, even if the media has over 150 comments. As of now, it is seemingly impossible to view more than the most recent 20 comments on a piece of media on the Instagram site and if one uses either the Instagram API Console or the Instagram API Libraries , the most recent 150 comments are returned with no options for pagination or viewing addition comments. What I Have Tried I first, of course, tried the documented media comment query in both the provided console and in my own environment. In both cases

Instagram API -Get the userId

旧时模样 提交于 2019-11-29 15:53:50
问题 We had integrated instagram api (with {userId}/media/recent) to get media feeds based on userId. It was working fine until June 1 2016 . Now on how do I get userId for new instagram pages which we need to include as with the new release of instagram it seems difficult. This is the error messsage we get from a site from where we used to get instagram userId. "This service is no longer available as of 01. June, due to changes in Instagram's API rules" from http://www.otzberg.net/iguserid/

Instagram client review taking more than 3 days

戏子无情 提交于 2019-11-29 15:51:06
问题 It is taking me more than 3 days for instagram to review my app. I submitted my app on tuesday. And it is now friday. How long am I expected to wait? If my video quality is not good etc. Is instagram just going to leave us hanging forever? How do I know if i am rejected? Is there a support email that I could inquire my instagram review about? 回答1: Instagram & facebook paused reviewing for new apps for time being, here goes their official statement on the same matter. Pause app review: We

How can I put my Instagram client into Live mode?

主宰稳场 提交于 2019-11-29 11:09:53
问题 I downloaded Instagram yesterday so I could sign up and then created a new client which is currently in Sandbox mode. I have created a website which searches for certain hashtags across Twitter and Instagram and the only thing which holds me back from going live is that the Instagram client is still in sandbox mode. The "Go Live" button is disabled and I have no idea what I need to do to get it enabled. The documentation doesn't say anything. It mentions somewhere that there is a review

Does Instagram have share button or not? [closed]

◇◆丶佛笑我妖孽 提交于 2019-11-29 10:29:54
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I have googled for several hours but I didn't find any article and documentation related to instagram shared button on the web. Does it have or not? Please help!!! 回答1: You cannot share media on Instagram using the API. See the docs: At this time, uploading via the API is not possible. We made a conscious choice

Instagram API: The access_token provided is invalid

泪湿孤枕 提交于 2019-11-29 06:52:43
I have registred a sandbox user. Now I am trying to use it, but I recieve "The access_token provided is invalid". Sample request: https://api.instagram.com/v1/users/searchq=abc&count=2&client_id=7b67cff1a7ab462881298434c08b5ab8 It was working in live mode, but I can't find why it isn't working in sandbox. You need to check for requirements Scope for AP I you are using and if it's need and Authentications "Valid access Token". where also had some changes. basic - to read a user’s profile info and media public_content to read any public profile info and media on a user’s behalf follower_list to

Instagram real-time API gets very few updates

筅森魡賤 提交于 2019-11-29 04:48:13
I've been using instagram's real time push api ( http://instagram.com/developer/realtime/ ) for a long time to get updates on a specific location. I use the highest possible value for "radius", which is 5000m . For the last 4 weeks, I have noticed that I received significantly less updates through the API (but not zero). Other applications seem to have the same issue, like http://now.jit.su/ . I also filed a bug report at instagram, which went unanswered. My questions are: - has anything changed in the API? - has anything changed in the app (so that not every photo will be published)? - is