• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/marketing/services/accountfacebook.php
  • Класс: BitrixSeoMarketingServicesAccountFacebook
  • Вызов: AccountFacebook::getInstagramList
public function getInstagramList()
{
	return $this->getRequest()->send(array(
		'methodName' => 'marketing.account.instagram.list',
		'parameters' => array()
	));
}