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