instagram

Instagram API: Retrieve IDs/names of friends who have liked the user's posted Instagram images

天涯浪子 提交于 2021-02-19 07:46:12
问题 We’re building an application where a user logs with Instagram API, accepts the permissions dialog and receives a personalised ‘dynamic story’ based on various data they allow us to read. We’re hoping to display the user’s ‘top friends’ who have liked images that the user has posted onto their Instagram feed. Is there any way we could go about doing this? Many thanks, Matt 回答1: Use this API to get all your followers: https://api.instagram.com/v1/users/self/followed-by?access_token=ACCESS

Instagram API: Retrieve IDs/names of friends who have liked the user's posted Instagram images

白昼怎懂夜的黑 提交于 2021-02-19 07:45:39
问题 We’re building an application where a user logs with Instagram API, accepts the permissions dialog and receives a personalised ‘dynamic story’ based on various data they allow us to read. We’re hoping to display the user’s ‘top friends’ who have liked images that the user has posted onto their Instagram feed. Is there any way we could go about doing this? Many thanks, Matt 回答1: Use this API to get all your followers: https://api.instagram.com/v1/users/self/followed-by?access_token=ACCESS

Xamarin Forms: Share Picture on Instgram [closed]

对着背影说爱祢 提交于 2021-02-17 07:05:46
问题 Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 1 year ago . Improve this question I am developing a Xamarin Forms application with Android and iOS solutions. I am desperately searching for a full example to allow a user to share on Instagrama picture taken from my app. Anyone can point to some good tutorial/example/github repo/etc. ? 回答1: You can't directly

How to use instagram direct api

一个人想着一个人 提交于 2021-02-16 13:53:09
问题 Hello I want to use Instagram api for the direct feature and don't have more knowledge about OAuth2.0. I know Instagram provides direct api this app is using direct api but i don't know how to implement it. I seen this question but i don't know how to work with this. I want to develop iOS application but i hope any android or windows developer can also help for api. 回答1: Instagram does not provide an API for direct messaging. 6tag is using Instagram's private API, which is supposed to be used

How to retrieve comments from a media in instagram?

为君一笑 提交于 2021-02-16 08:53:30
问题 I'm working on a project which aims to analyse instagram users' posts. I have a list of users and for each of them I have to crawl the recent media with the number of likes, comments and the text of comments. By using the recent media endpoint I've achieved some user media (of my user, using the access_token associated to my account). The result only gives the number of comments per media, but not the text. So I selected some media_id from this output and tryied to retrieve the comments

Extract lat/lng from an Instagram photo via API

落花浮王杯 提交于 2021-02-15 06:52:59
问题 By default, Instagram saves geo tags for all submitted photos. You can then search by location using /media/search . However, when I try to extract the geo tags from a specific pic using /media/media-id , I always get "location": null in the json response and no lat/lng pairs. Is this functionality simply blocked by Instagram? Is there another way to do it? 回答1: The get /media/{media-id} endpoint does return location information if it is available. Users can chose not to make it available, so

Extract lat/lng from an Instagram photo via API

烂漫一生 提交于 2021-02-15 06:51:07
问题 By default, Instagram saves geo tags for all submitted photos. You can then search by location using /media/search . However, when I try to extract the geo tags from a specific pic using /media/media-id , I always get "location": null in the json response and no lat/lng pairs. Is this functionality simply blocked by Instagram? Is there another way to do it? 回答1: The get /media/{media-id} endpoint does return location information if it is available. Users can chose not to make it available, so

Extract lat/lng from an Instagram photo via API

允我心安 提交于 2021-02-15 06:51:05
问题 By default, Instagram saves geo tags for all submitted photos. You can then search by location using /media/search . However, when I try to extract the geo tags from a specific pic using /media/media-id , I always get "location": null in the json response and no lat/lng pairs. Is this functionality simply blocked by Instagram? Is there another way to do it? 回答1: The get /media/{media-id} endpoint does return location information if it is available. Users can chose not to make it available, so

Instagram oEmbed - URL signature mismatch for thumbnail_url

a 夏天 提交于 2021-02-11 15:12:30
问题 Is there any way how to correctly fetch the thumbnail image for video from Instagram oEmbed? The typical thumbnail_url in oEmbed response now is https://scontent-cdg2-1.cdninstagram.com/vp/5c0c62bb1aec72c31a9e72680b9d839b/5C37201B/t51.2885-15/sh0.08/e35/p640x640/47693743_354556005338968_7959923928510913600_n.jpg that produces "URL signature mismatch" instead of the image. 回答1: What you need to do, is to use the shortlink provided by instagram, you can find this or either via the embed

Iterate each user on instagram with specific conditions

烂漫一生 提交于 2021-02-11 12:42:40
问题 I am using selenium and im trying to filter a specific users on instagram with 2 condition : If the profile doesn't have a profile pic (instagram's default pic contains "YW5vbnl..." string) If i already follow this user enter image description here but he doesn't iterate all user, he just iterate 12 times the result of last user however this user is eligible Simple example: enter image description here enter image description here PS : sorry for mistake i am beginner on python 😁 try: browser