instagram-api

Unable to get Instagram access token with new basic Instagram API

核能气质少年 提交于 2020-06-28 05:27:12
问题 I'm getting really frustrated with the new Instagram API, what I need to do is just get things like pictures, comments, and likes from my Instagram feed. I'm following all the steps that they mention over here https://developers.facebook.com/docs/instagram-basic-display-api/guides/getting-access-tokens-and-permissions, but I'm still not able to get the final access token I need in order to interact with the API. After getting a lot of different errors now I'm stuck with: {"error_type":

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

Find Instagram media url by ID

懵懂的女人 提交于 2020-06-24 07:37:17
问题 Thanks to a HTTP call not very official, I find media ID, image URL, and user name of Instagram posts. But I need the URL of each post on Instagram, and I don't know how to find it. Is there an URL like instagram.com/something/{mediaID} which redirect to instagram.com/p/{mediaSlug} , or another method to find slug by media ID (without using the official API of course!) ? For example, I've got : Unique number : 1238578393243739028_1408429375 Media ID : 1238578393243739028 User ID : 1408429375

Find Instagram media url by ID

家住魔仙堡 提交于 2020-06-24 07:36:15
问题 Thanks to a HTTP call not very official, I find media ID, image URL, and user name of Instagram posts. But I need the URL of each post on Instagram, and I don't know how to find it. Is there an URL like instagram.com/something/{mediaID} which redirect to instagram.com/p/{mediaSlug} , or another method to find slug by media ID (without using the official API of course!) ? For example, I've got : Unique number : 1238578393243739028_1408429375 Media ID : 1238578393243739028 User ID : 1408429375

Instagram. Given a User_id, how do i find the username?

情到浓时终转凉″ 提交于 2020-05-24 21:32:30
问题 I have a list of thousands of instagram user-ids. How do i get their Instagram usernames/handles? Thanks 回答1: You have to use this Instagram API: https://api.instagram.com/v1/users/{user-id}/?access_token=ACCESS-TOKEN The response will have username, full name, bio, follower counts and other info. But you have to get you app approved by Instagram before you can access API. You can try https://www.picodash.com, it allows you to search for id and get user results, but it will be a manual

Instagram. Given a User_id, how do i find the username?

让人想犯罪 __ 提交于 2020-05-24 21:32:06
问题 I have a list of thousands of instagram user-ids. How do i get their Instagram usernames/handles? Thanks 回答1: You have to use this Instagram API: https://api.instagram.com/v1/users/{user-id}/?access_token=ACCESS-TOKEN The response will have username, full name, bio, follower counts and other info. But you have to get you app approved by Instagram before you can access API. You can try https://www.picodash.com, it allows you to search for id and get user results, but it will be a manual

how to get instagram profile picture

夙愿已清 提交于 2020-05-15 10:18:28
问题 in my app use want to put instagram profile pic in his account how can I get the Profile Picture of a user from Instagram Programmatically such as : 回答1: Using the Instagram API users endpoint ( https://api.instagram.com/v1/users/{user-id}/?access_token=ACCESS-TOKEN ) you will receive a response like this one: { "data": { "id": "1574083", "username": "snoopdogg", "full_name": "Snoop Dogg", "profile_picture": "http://distillery.s3.amazonaws.com/profiles/profile_1574083_75sq_1295469061.jpg",

Impossible to get an access_token for Instagram Basic Display API

放肆的年华 提交于 2020-04-09 18:00:31
问题 I'm trying to get an access_token from Instagram to use their Basic Display API for a new app (simply display tweets on a webpage). I followed these steps: https://developers.facebook.com/docs/instagram-basic-display-api/getting-started But I'm stuck at Step 5: Exchange the Code for a Token The cURL request always returns a 400 error with the message: "Matching code was not found or was already used" However, after many tests, I got an access_token one time only, but it expired about one hour

Authenticate the Test User { “error_type”: “OAuthException”, “code”: 400, “error_message”: “Invalid platform app” }

余生长醉 提交于 2020-04-04 11:22:11
问题 I'm trying to recover the access token via the Instagram Basic Display API but when trying to authenticate the test user I get this error: { "error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app" } I expect to see the app authorization screen 回答1: Felice! When setting up an Instagram app, you should use the platform specific App ID and not the generic one setup on Facebook. In your Facebook app Dashboard go to Products > Instagram > Basic Display and should see

Instagram Basic Display API

大城市里の小女人 提交于 2020-03-11 13:20:52
问题 The ultimate goal: display our corporate account's Instagram media onto our corporate website. Below, I will show everything that I have so far. I have the Instagram basic permissions approved: I have the Facebook app authenticated with the Instagram account with the appropriate permissions. Questions: If I'm using the Instagram Basic Display API, do I still need a website platform with the SDK implemented? Do I need Facebook Login if I'm just using one account to display media on our