Git Product home page Git Product logo

instagram-upload-image-api's Introduction

instagram-upload-image-api

A PHP API to upload images with location, hashtag, caption to Instagram using Instagram Graph API.

Access Tokens

  • Requires Access Tokes, and if possible never expire tokens

Permissions

  • ads_management
  • business_management
  • instagram_basic
  • instagram_content_publish
  • pages_read_engagement

Public Server

  • Media should be already hosted because Insgram Graph API uses cURL to get the image.

Rate Limit Instagram accounts are limited to 25 API-published posts within a 24 hour moving period. Carousels count as a single post. This limit is enforced on the POST /{ig-user-id}/media_publish endpoint when attempting to publish a media container. We recommend that your app also enforce the publishing rate limit, especially if your app allows app users to schedule posts to be published in the future.

Endpoints The API consists of the following endpoints. Refer to each endpoint's reference document for usage requirements.

  • POST /{ig-user-id}/media — upload media and create media containers.
  • POST /{ig-user-id}/media_publish — publish uploaded media using their media containers.
  • GET /{ig-container-id}?fields=status_code — check media container publishing eligibility and status.
  • GET /{ig-user-id}/content_publishing_limit — check app user's current publishing rate limit usage.

instagram-upload-image-api's People

Contributors

adminazhar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

instagram-upload-image-api's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.