Releases: amirsarhang/instagram-php-sdk
Releases · amirsarhang/instagram-php-sdk
v3.0.0
New Version Released: v3.x
- Remove Facebook SDK and make all API calls directly to Instagram Graph API by Guzzle
- Change
getConnectedAccountsList()
togetConnectedAccount(string $access_token)
, and now requires the$access_token
- Change
getUserAccessToken()
togetPageAccessToken(string $code)
and now requires the$code
from callback URL - Change ENV parameters from
FACEBOOK_...
toINSTAGRAM_...
- Add New function =>
getUserInfo()
- Remove
$graphEdge
fromget()
, Meta doesn't support that anymore for Instagram Graph API - Change parameters order for
addComment()
fromaddComment(string $message, string $recipient_id)
toaddComment(string $recipient_id, string $message)
- Update README.md
v2.0.0
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
Now we can pass subscribed_fields parameter on subscribeWebhook() and…
v1.2.2
New Features: * Added getMessage(), addTextMessage(), addMediaMessage() methods for Direct Messages.
v1.2.1
New Features: * Added DELETE method to payloads. * Added getComment(), addComment(), deleteComment(), hideComment() methods. BugFix: * Fixed InstagramException namespace.
v1.2.0
* 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
* Improved access to .env file. * Added .env.example
v1.0.1
* Update php version
v1.0.0
* Merge