I hereby claim:
- I am rdlh on github.
- I am knid (https://keybase.io/knid) on keybase.
- I have a public key whose fingerprint is 4626 5F9A A282 704A D1FF 94B0 903F DB39 E0A9 D658
To claim this, I am signing this object:
| function fetchInstagramId(callback) { | |
| fetch('https://i.instagram.com/api/v1/users/' + window._sharedData.entry_data.ProfilePage[0].graphql.user.id + '/info/') | |
| .then(response => response.json()) | |
| .then(json => callback(json)) | |
| .catch(error => callback(error, null)) | |
| } | |
| function fetchHdProfilePicture() { | |
| fetchInstagramId(function(data) { | |
| window.open(data.user.hd_profile_pic_url_info.url) |
I hereby claim:
To claim this, I am signing this object: