We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get a Instagram users content publishing usage.
use Instagram\User\ContentPublishingLimit; $config = array( // instantiation config params 'user_id' => '<IG_USER_ID>', 'access_token' => '<ACCESS_TOKEN>', ); // instantiate and get the users content publishing limit $contentPublishingLimit = ( new ContentPublishingLimit( $config ) )->getSelf();