instagram

Instagram Public Api ( __a=1 ) is banned. Any alternative?

北城以北 提交于 2020-07-18 02:25:43
问题 I used instagram public api (adding __a=1 to parameters of an url) to get a post detail ( caption , imageUrl , postType , likes , comments , viewsCount ). But it seems that Instagram banned that recently and returned a 403. It also asks for login when I try to directly open a post by its usrl. I tried to use the instagram private api (https://mgp25.github.io/) for getting post details, but after some requests instargam banned that too: "throttled by instagram because of too many api requests"

Check if instagram account name is available

大兔子大兔子 提交于 2020-07-07 04:32:36
问题 I'd like to check if a Instagram username is available the 'proper' way. Currently what im doing is opening the wanted username their instagram page and check if the statuscode is 404. But this presensts a issue because, if the previous owner of the name was banned the account won't exist but, you also can't use the name. I found a old post on here about it except the way they used to do it doesn't work anymore(Check if a user is banned or account doesn't actually exist. Instagram, c#). So is

Check if instagram account name is available

夙愿已清 提交于 2020-07-07 04:32:14
问题 I'd like to check if a Instagram username is available the 'proper' way. Currently what im doing is opening the wanted username their instagram page and check if the statuscode is 404. But this presensts a issue because, if the previous owner of the name was banned the account won't exist but, you also can't use the name. I found a old post on here about it except the way they used to do it doesn't work anymore(Check if a user is banned or account doesn't actually exist. Instagram, c#). So is

How can I capture Direct Message via Instagram API?

天涯浪子 提交于 2020-07-05 03:07:11
问题 I searched the api instagram if there is any method to return the direct messages, and found nothing. Can you tell if there is something, or if it is not possible? Instagram does not offer? Or I can do programmatically? I need capture direct message, is possible? 回答1: There is no Instagram API for direct messages, and since it's been almost 4 years now, I guess there won't be any. You may be able to use the Instagram node.js Private API library or the Instagram PHP Private API library . I

Get instagram's video media source using oembed endpoints

心不动则不痛 提交于 2020-07-04 08:10:19
问题 THE CONTEXT I have a piece of (jQuery) ajax code that has been happily working for about 9 months until the last couple of weeks or so. This code uses Instagram's embedding endpoints that allows me to get the media source (image or video) out of a normal Instagram link like http://instagram.com/p/BUG/ regardless the user and without needing an access_token . Simplified example : var URL = "http://api.instagram.com/oembed?url=http://instagram.com/p/BUG/"; $(document).ready(function () { $.ajax

Get instagram's video media source using oembed endpoints

旧巷老猫 提交于 2020-07-04 08:08:06
问题 THE CONTEXT I have a piece of (jQuery) ajax code that has been happily working for about 9 months until the last couple of weeks or so. This code uses Instagram's embedding endpoints that allows me to get the media source (image or video) out of a normal Instagram link like http://instagram.com/p/BUG/ regardless the user and without needing an access_token . Simplified example : var URL = "http://api.instagram.com/oembed?url=http://instagram.com/p/BUG/"; $(document).ready(function () { $.ajax

Send Message on Instagram profile

流过昼夜 提交于 2020-06-29 03:53:11
问题 I am trying to create a VBA macro code, so that the Message passed in the code can send of the profile defined in the code, to every user in our profile. I am trying doing these, by first searching the profile on Instagram and them clicking on message option and them sending the message. But i am not able to send the message to the profile. The HTML code of text area is <div class="Igw0E IwRSH eGOV_ vwCYk ItkAi"> <textarea clas="" style="height: 19px;" placeholder="Message..."> </textarea> <

Determining if one user follows another using the Instagram API

吃可爱长大的小学妹 提交于 2020-06-26 07:29:10
问题 I'm a fairly beginner programmer trying my hand with the Instagram API. I have everything set up, and the app I'm building requires one to see if one user follows another or not. Is there a way to check this one statement rather than getting a whole list of a user's followers? Much appreciated. Thanks! 回答1: You can check if the logged-in user's relationship with any other user with API: https://api.instagram.com/v1/users/{user-id}/relationship?access_token=ACCESS-TOKEN you can check the

Instagram basic display API - Getting Invalid platform app Error

♀尐吖头ヾ 提交于 2020-06-25 10:34:07
问题 I am getting Invalid platform app error while hitting oauth/access_token API on postman. Note - for app_id i am using Instagram App Id. Any solution for this? { "error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app" } https://api.instagram.com/oauth/access_token?app_id=54219xxxxx359344&app_secret=190fac2eaacxxxxxxxxxd83e1cc0c382ec7&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fankush2016.github.io%2F&code=AQBSckcUcZ6edpLQlnt2NBCFgfhyJYfEBNW

Grab Instagram Follower count

北城以北 提交于 2020-06-25 00:41:42
问题 So I have a question what would be the method to just grab the instagram follower count for a said user? I have looked at two possible options the official instagram API, but I couldn't find a specific method named on how to do so, but they do have a some user endpoints, but couldn't find much detail on it or I was thinking about using the unofficial instagram API https://github.com/mgp25/Instagram-API Any tips? 回答1: You can request https://www.instagram.com/<username>/?__a=1 and receive JSON