1080x1080 photos via Instagram API -


http://www.theverge.com/2015/7/6/8899807/instagram-1080p-pictures-photo-upload

the verge made known latest app versions of instagram uploading photos in 1080x1080 resolution. these photos can sourced via html when browsing site's source code. can these accessed via official instagram api? , if so, how?

not sure why getting down-voted, no, resolution not returned api @ moment. however, can "guessed" other resolutions returned api, change @ time. example, given standard resolution json:

  "standard_resolution": {     "url": "https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/s640x640/e35/sh0.08/11370971_837216559694773_771634899_n.jpg",     "width": 640,     "height": 640   } 

remove size part (s640x640 here) , 2 paths follows (e35/sh0.08 picture, different yours) end url 1080x1080:

    https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/11370971_837216559694773_771634899_n.jpg 

this has worked since resolution activated on account. again, wait api.


Comments

Popular posts from this blog

asp.net mvc - Cannot display error message on Editor or EditorFor -

Reliable way to get Windows Version from registry -

python - No exponential form of the z-axis in matplotlib-3D-plots -