Skip to content

Releases: amirsarhang/instagram-php-sdk

v3.0.0

04 Jun 17:32
Compare
Choose a tag to compare

New Version Released: v3.x

  • Remove Facebook SDK and make all API calls directly to Instagram Graph API by Guzzle
  • Change getConnectedAccountsList() to getConnectedAccount(string $access_token), and now requires the $access_token
  • Change getUserAccessToken() to getPageAccessToken(string $code) and now requires the $code from callback URL
  • Change ENV parameters from FACEBOOK_... to INSTAGRAM_...
  • Add New function => getUserInfo()
  • Remove $graphEdge from get(), Meta doesn't support that anymore for Instagram Graph API
  • Change parameters order for addComment() from addComment(string $message, string $recipient_id) to addComment(string $recipient_id, string $message)
  • Update README.md

v2.0.0

06 Oct 16:52
Compare
Choose a tag to compare
New Version Released: v2.x

* Update PHP version to >=8.0
* Update & Change Facebook SDK Package (because the facebook/graph-sdk package is no longer updated)

v1.2.3

14 Jul 15:42
Compare
Choose a tag to compare
Now we can pass subscribed_fields parameter on subscribeWebhook() and…

v1.2.2

17 May 21:03
Compare
Choose a tag to compare
New Features:

* Added getMessage(), addTextMessage(), addMediaMessage() methods for Direct Messages.

v1.2.1

07 Oct 00:02
Compare
Choose a tag to compare
New Features:

* Added DELETE method to payloads.
* Added getComment(), addComment(), deleteComment(), hideComment() methods.

BugFix:
* Fixed InstagramException namespace.

v1.2.0

05 Oct 23:34
Compare
Choose a tag to compare
* Add option to set permissions manually

* Removed session_start() from package (you need set & configure that on your script)
* Changed auth() method name to getLoginUrl()

v1.1.0

02 Oct 21:21
Compare
Choose a tag to compare
* Improved access to .env file.

* Added .env.example

v1.0.1

02 Oct 12:14
Compare
Choose a tag to compare
* Update php version

v1.0.0

02 Oct 12:12
Compare
Choose a tag to compare
* Merge