Registry / auth / league-oauth2-instagram

league-oauth2-instagram

JSON →
library3.1.0phppackagistunverified

Instagram OAuth 2.0 Client Provider for The PHP League OAuth2-Client.

composer require league/oauth2-instagram
INSTALL
IMPORT
SIG · LEAGUE-OAUTH2-INST
L
league-oauth2-instagram
authphpv3.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Instagram
use League\OAuth2\Client\Provider\Instagram;

Initializes the Instagram OAuth2 provider.

use League\OAuth2\Client\Provider\Instagram; $provider = new Instagram([ 'clientId' => 'YOUR_CLIENT_ID', 'clientSecret' => 'YOUR_CLIENT_SECRET', 'redirectUri' => 'https://example.com/callback', ]);
Debug
Known issues
breakingInstagram API changes may break OAuth flow.
fix
Keep the package updated and monitor Instagram API deprecations.
affects: >=3.0.0
Upgrade
Version history
3.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
league-oauth2-instagram — pip install league-oauth2-instagram · libregistry