Jake Vanderwerf
2026-06-29 4089ba01e0881c89a72332e13bc3a80b6bddec2a
inc/integrations/Instagram.php
@@ -17,6 +17,9 @@
class Instagram extends Integrations
{
   protected array $allowedContent = [
      'post'
   ];
   private string $ig_user_id = '';
   private string $page_id = '';
   private string $page_access_token = '';
@@ -33,7 +36,7 @@
   {
      $this->service_name = 'instagram';
      $this->title = 'Instagram';
      $this->icon = 'instagram';
      $this->icon = 'instagram-logo';
      $this->apiBase = [
         'graph' => self::GRAPH_API_BASE . self::API_VERSION,
         'instagram' => self::INSTAGRAM_BASE . self::API_VERSION