Instagram-PHP-API | An easy-to-use PHP Class for accessing Instagram 's API | REST library

 by   cosenary PHP Version: v2.3 License: BSD-3-Clause

kandi X-RAY | Instagram-PHP-API Summary

kandi X-RAY | Instagram-PHP-API Summary

Instagram-PHP-API is a PHP library typically used in Web Services, REST applications. Instagram-PHP-API has no bugs, it has a Permissive License and it has medium support. However Instagram-PHP-API has 1 vulnerabilities. You can download it from GitHub.

Note: On the 17 Nov 2015 Instagram made changes to their API . Apps created before Nov 17, 2015 wont be affected until Jun 2016. Apps created on or after Nov 17 2015 will require to use their updated API. Please note that this library doesn't yet support their new updates. For more information, please see #182. A PHP wrapper for the Instagram API. Feedback or bug reports are appreciated. Composer package available. Supports Instagram Video and Signed Header.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Instagram-PHP-API has a medium active ecosystem.
              It has 1460 star(s) with 809 fork(s). There are 124 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 72 open issues and 66 have been closed. On average issues are closed in 124 days. There are 47 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of Instagram-PHP-API is v2.3

            kandi-Quality Quality

              Instagram-PHP-API has 0 bugs and 0 code smells.

            kandi-Security Security

              Instagram-PHP-API has 1 vulnerability issues reported (0 critical, 0 high, 1 medium, 0 low).
              Instagram-PHP-API code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Instagram-PHP-API is licensed under the BSD-3-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Instagram-PHP-API releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed Instagram-PHP-API and discovered the below as its top functions. This is intended to give you an instant insight into Instagram-PHP-API implemented functionality, and help decide if they suit your requirements.
            • Makes a call to the Instagram API .
            • Pagination callback
            • Make an OAuth call
            • Sign header .
            • Process header content
            • Get an access token by code
            • Search for a user .
            • Get a user
            • Get a single user s followers
            • Get a user s recent media .
            Get all kandi verified functions for this library.

            Instagram-PHP-API Key Features

            No Key Features are available at this moment for Instagram-PHP-API.

            Instagram-PHP-API Examples and Code Snippets

            No Code Snippets are available at this moment for Instagram-PHP-API.

            Community Discussions

            QUESTION

            "You are not a sandbox user of this client" error in Instagram PHP API
            Asked 2017-Aug-03 at 12:55

            I use the Instagram PHP API library to get media from Instagram in PHP.

            When I use it with other logged in user in my project, I get this error:

            You are not a sandbox user of this client

            My project needs to get posts from an Instagram account without needing to sandbox.

            ...

            ANSWER

            Answered 2017-Aug-03 at 12:55

            After complete app or website(that use instagram api) i send it to instagram in panel and if no problem in my project,so instagran verify it and we can use unlimit users for login

            Source https://stackoverflow.com/questions/44199487

            QUESTION

            Instagram API: I get no access_token
            Asked 2017-Jun-06 at 15:10

            I am using this PHP Instagram Client to try to access the API of Instagram, but every time I try to access it, I get this message in return:

            ...

            ANSWER

            Answered 2017-Jun-06 at 15:10

            As you can see on the github repo:

            Note: On the 17 Nov 2015 Instagram made changes to their API . Apps created before Nov 17, 2015 wont be affected until Jun 2016. Apps created on or after Nov 17 2015 will require to use their updated API. Please note that this library doesn't yet support their new updates. For more information, please see #182.

            Meaning the library does not yet support the latest Instagram API.

            UPDATE: Instagram only allows authenticated API calls, no public calls anymore.

            The only way to bypass public calls is by 'scraping' data from Instagram. There are a couple of scrapers out there.

            It basically fetches: https://www.instagram.com/jerryseinfeld/media/ and parses the JSON. You can fetch all tags by getting the #tags from the message.

            Source https://stackoverflow.com/questions/44391962

            QUESTION

            Post an image on instagram using Oauth2 - PHP
            Asked 2017-Mar-23 at 07:40

            All I want to post an image on the instagram using Oauth2 & PHP pretty similar like wall post for Facebook and Tweet post for Twitter like:

            User click on share on Instagram button from my website, they redirect to the Instagram app approval page, they approve and the image gets posted on their account.

            I have searched almost entire internet for this requirement. But I didn't get exact code to achieve this.

            I have already checked these:

            https://github.com/mgp25/Instagram-API

            https://github.com/cosenary/Instagram-PHP-API

            Some people says that it is not possible, Instagram doesn't allow that.

            So all I want is a clear answer whether is it possible or not? If yes then how?

            Thanks

            ...

            ANSWER

            Answered 2017-Mar-23 at 07:40
            Clear answer

            It's not possible and not official in any way. All the Unofficial APIs / packages / libraries... whaterver you might find are barely tentatives of reverse engineering of the traffic generated by the Instagram App.

            So they might work for a while, but then Instagram will block them.

            Think about it. If there's somewhere an official way to upload stuff to instagram there will be a lot of alternative apps and spammers using it.

            If you don't believe me, check the official API documentation. There's no reference to the upload of pictures.

            Source https://stackoverflow.com/questions/42969505

            QUESTION

            Instagram get all the media via API -
            Asked 2017-Feb-08 at 06:49

            I am using https://github.com/cosenary/Instagram-PHP-API to integrate Instagram API for my application.

            I have a requirement of getting all the media's for the 'self' user and display. I tried with min_id and max_id but it only show recent 20 media I also use max_timestamp and min_timestamp but nothing worked to me.

            Is there something I missing or is there any work around to solve this issue.

            Thanks FJ

            ...

            ANSWER

            Answered 2017-Feb-07 at 08:43

            First of all if your Instagram client is in Sandbox mode then you can't get more than 20 posts, more clearly last 20 posts. After client approve you can request more data using

            Source https://stackoverflow.com/questions/42082346

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Instagram-PHP-API

            To use the Instagram API you have to register yourself as a developer at the Instagram Developer Platform and create an application. Take a look at the uri guidelines before registering a redirect URI. You will receive your client_id and client_secret. Please note that Instagram mainly refers to »Clients« instead of »Apps«. So »Client ID« and »Client Secret« are the same as »App Key« and »App Secret«. A good place to get started is the example project.
            I strongly advice using Composer to keep updates as smooth as possible.
            array if you want to authenticate a user and access its data:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/cosenary/Instagram-PHP-API.git

          • CLI

            gh repo clone cosenary/Instagram-PHP-API

          • sshUrl

            git@github.com:cosenary/Instagram-PHP-API.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link