instagram-api

Instagram bans access to its API

别来无恙 提交于 2019-11-30 10:38:05
问题 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! 回答1: I tried to start a last

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

[亡魂溺海] 提交于 2019-11-30 10:21:21
问题 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

Instagram API -Get the userId

拥有回忆 提交于 2019-11-30 10:15:52
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/ Regards Raghav Claus Wolf The mentioned website otzberg.net/iguserid is my personal site and I shut it down,

How can I put my Instagram client into Live mode?

廉价感情. 提交于 2019-11-30 08:09:59
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 process, but I don't even see an option to submit my application for a review. How does that even work

Does Instagram have share button or not? [closed]

纵然是瞬间 提交于 2019-11-30 07:47:39
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!!! 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 not to add this for the following reasons: Instagram is about your life on the go – we hope to encourage photos from within the app. We want to fight spam & low quality photos. Once we allow uploading from other sources, it's harder to control what comes into the Instagram ecosystem. All

Where is the search media by tag on new Instagram Graph API?

风格不统一 提交于 2019-11-30 07:33:28
On the current Instagram API we have an endpoint to search recent media by tag, but this platform will be deprecated beginning in July 2018 . The problem is that Instagram Graph API reference doesn't include any endpoint to search media by tag. Does anyone know how to search media by tag using the new Instagram Graph API? Just announced a few days ago, the new Instagram Graph API: Hashtag Search API is now available. Here is a link to the documentation for the full API: https://developers.facebook.com/docs/instagram-api/hashtag-search . The edge you wan to hit is {hashtag_id}/recent_media (

ios - instagram login with new instagram graph api?

倾然丶 夕夏残阳落幕 提交于 2019-11-30 04:20:15
问题 Instagram depreciates old Instagram Platform API. Graph API, extensively involved with facebook, is presented. But as far as I understand, it is not a replacement. I only plan to use instagram for login purposes, like facebook login, in my app. However, I cant find a way to implement that with new graph api. Is it possible? Note: I submitted a client with old platform api, but cant get a response for 2 weeks and counting. Any help appreciated. 回答1: With new Instagram Graph API, there is no

Will be Instagram login totally deprecated?

℡╲_俬逩灬. 提交于 2019-11-30 03:19:09
Instagram announced the Instagram Platform API deprecation : "To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Platform" Their documentation and changelog says to refer to new Instagram Graph API . Is it clear that many, almost every old endpoints are now deprecated, but nothing is said about login functionality. The "new Instagram Graph API" seems to refer only to business oriented behaviour, so my question is: are they deprecating also Instagram Login feature for authentication? FYI: https://www.instagram.com/developer

Instagram API Matching code was not found or was already used

我的未来我决定 提交于 2019-11-30 03:02:41
问题 I am seeing this error from my live server using the Instagram API. { "Error":true, "message":"Matching code was not found or was already used." } I have read a few suggestion on here to clear cache but that isn't fixing the issue. I am also unable to submit a support ticket directly on the Instagram site as I am receiving an error message while attempting to submit a ticket. 回答1: There are a bunch of developers complaining about the same issue at https://news.ycombinator.com/item?id=13178789

What is the new instagram json endpoint?

折月煮酒 提交于 2019-11-30 00:46:48
Instagram used to expose open data as json under the endpoint https://www.instagram.com/<username>/?__a=1 . This changed over night, the endpoint is not available anymore. What is the new endpoint or what could be an alternative to this? Thanks in advance! The endpoint does not exist anymore. Facebook is restricting APIs because of scandals. The data is still there of course, Instagram's frontend needs it, so the alternative right now is to scrape the page and find the json data there. Here is how I do it: Do an http get to to https://www.instagram.com/<username> . Look for the script tag