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 the Instagram user connected to a facebook page.
use Instagram\Page\Page; $config = array( // instantiation config params 'page_id' => '<FACEBOOK_PAGE_ID>', 'access_token' => '<ACCESS_TOKEN>', ); // get page info $page = ( new Page( $config ) )->getSelf();