Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@amirsarhang amirsarhang released this 04 Jun 17:32

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