About 21,500,000 results
Open links in new tab
  1. What is the alternative for instagram basic display api since its ...

    Sep 12, 2024 · 13 The Instagram Basic Display API was deprecated on 4th September and when I checked for other alternatives for third party application login (React in my case) it showed a …

  2. Instagram API - How can I retrieve the list of people a user is ...

    Sep 5, 2015 · The API call " /users/ {user-id}/follows " is not supported by Instagram for some time (it was disabled in 2016). For a while you were able to get only your own followers/followings with …

  3. How to publish on instagram using graph API? - Stack Overflow

    Aug 2, 2024 · I think I should still go with the Instagram one as the documentation states that "Unlike the Instagram API with Facebook Login, this API doesn't require a Facebook Page linked to the …

  4. How to fetch the latest Instagram feed using the Instagram Graph API ...

    Jan 13, 2025 · I'm trying to fetch the latest Instagram feed (posts) for a business account using the Instagram Graph API. Here's what I have so far: I have a Meta Developer account and have set up …

  5. Instagram API - Invalid OAuth access token - Stack Overflow

    Apr 14, 2025 · I am trying to use the Instagram API with python requests. It works fine with Get requests, however when I try to use it with a Post request, such as trying to publish an image, I get the …

  6. oauth - How to use instagram API for Login - Stack Overflow

    Nov 22, 2020 · I have been trying to implement the OAuth flow for Instagram login with Instagram official APIs but seems like a lot has changed since June 2020 and I haven't had any luck to get any help for …

  7. Unable to Publish Instagram Media via API - Stack Overflow

    Aug 22, 2024 · I've been trying to use the instagram API (API with Instagram Login - Content Publishing) to publish a carousel media container. I followed all the steps as outlined in the documentation (with my

  8. instagram - How to start with the InstagramAPI in Python ... - Stack ...

    Apr 3, 2020 · LevPasha's Instagram-API-python, instabot, and many other API's are no longer functional as of Oct 24, 2020 after Facebook deprecated the legacy API and now has a new, authentication …

  9. Instagram how to get my user id from username? - Stack Overflow

    Aug 3, 2012 · Currently there is no direct Instagram API to get user id from user name. You need to call the GET /users/search API and then iterate the results and check if the username field value is equal …

  10. Using Instagram's Graph API, how can I retrieve post data (media url ...

    Most probably you will not be able to achieve that using Instagram API. First of all the ID you are referring to CAvPIm2lszQ is not the ID that you will use for getting IG Media. The ID is different (it's …