instagram-api

1080x1080 photos via Instagram API

我是研究僧i 提交于 2019-11-27 00:54:51
问题 http://www.theverge.com/2015/7/6/8899807/instagram-1080p-pictures-photo-upload The Verge recently made known the latest app versions of Instagram are uploading photos in 1080x1080 resolution. These photos can be easily sourced via HTML when browsing the site's source code. Can these be accessed via the official Instagram API? And if so, how? 回答1: [Update] After Mar 23, 2018 I used Ekrem Gurdal's answer to make it work: The IG API gives you "link" attribute, e.g. https://www.instagram.com/p

Instagram API - How can I retrieve the list of people a user is following on Instagram

一笑奈何 提交于 2019-11-26 22:52:59
问题 I would like to know how I can retrieve the list of people a user is following on Instagram. This is given that this particular user is someone that I follow. So I have access to his/her photos and his followers on the Instagram app. How can I use the Instagram API to do this? Is this legal to do? 回答1: You can use the following Instagram API Endpoint to get a list of people a user is following. https://api.instagram.com/v1/users/{user-id}/follows?access_token=ACCESS-TOKEN Here's the complete

Did Instagram change API rate limits on Mar 30, 2018?

℡╲_俬逩灬. 提交于 2019-11-26 22:18:13
问题 I use some self developed script to get info about my posts and followers. Recently I discovered that Instagram changed rate limits for my app. I see following info in headers: x-ratelimit-limit: 200 I learned Instagram blog and page with changes but found no mentions about any changes since Oct 1, 2017. Is this new limit related only to my token or to entire platform? Could you check your token? 回答1: Yes It is, Although no official communication. I also experienced that. I found this in

Instagram ?__a=1 url not working anymore & problems with graphql/query to get data

无人久伴 提交于 2019-11-26 15:17:38
问题 Update 19 April After a few days using cookie ig_pr two days ago is block. Looks like the only way to get the data now is use sessionid with a specific value Original I was using instagram ?__a=1 url to read all the post of instagram's users. A few hours ago there was a change in the response and now doesn't allow me to use max_id to paginate. Before I usually sent a request to https://www.instagram.com/{{username}}/?__a=1 and using the graphql.edge_owner_to_timeline_media.page_info.end

Did Instagram change API rate limits on Mar 30, 2018?

丶灬走出姿态 提交于 2019-11-26 14:42:59
问题 I use some self developed script to get info about my posts and followers. Recently I discovered that Instagram changed rate limits for my app. I see following info in headers: x-ratelimit-limit: 200 I learned Instagram blog and page with changes but found no mentions about any changes since Oct 1, 2017. Is this new limit related only to my token or to entire platform? Could you check your token? 回答1: Yes It is, Although no official communication. I also experienced that. I found this in

Instagram API doesn’t find any liked posts for sandbox users

旧巷老猫 提交于 2019-11-26 12:39:11
问题 I’m using the Instagram API in sandbox mode. I’m trying to access a User’s liked posts from the Instagram API using their authenticated access token. This user is one of the accepted sandbox users for my app, and has liked some posts. If I call other endpoints with the same token, I get some data, but accessing /users/self/media/liked returns empty data. I’m using this URL: https://api.instagram.com/v1/users/self/media/liked?access_token={verified access token} and this is the result I’m

How to perform unauthenticated Instagram web scraping in response to recent private API changes?

≯℡__Kan透↙ 提交于 2019-11-26 11:54:34
问题 Months ago, Instagram began rendering their public API inoperable by removing most features and refusing to accept new applications for most permissions scopes. Further changes were made this week which further constricts developer options. Many of us have turned to Instagram\'s private web API to implement the functionality we previously had. One standout ping/instagram_private_api manages to rebuild most of the prior functionality, however, with the publicly announced changes this week,