{{-- Instagram API Setup Settings Page --}}

{{ __tr('Instagram API Setup') }}

{{ __tr('Configure Instagram Business API for messaging functionality') }}
{{-- Instagram API Status Alert --}}

{{ __tr('Instagram API Status') }}

{{ __tr('Loading Instagram API status...') }}

{{-- Configuration Form --}}
{{ __tr('Your Instagram Business Account ID') }}
{{ __tr('Your Instagram account name (optional)') }}
{{ __tr('Your Instagram Access Token with required permissions (instagram_basic, instagram_manage_messages)') }}
{{-- Messaging Settings --}}

{{ __tr('Messaging Settings') }}

{{ __tr('Enable or disable Instagram messaging functionality') }}
{{-- Action Buttons --}}
{{-- Setup Instructions --}}

{{ __tr('Setup Instructions') }}

{{ __tr('1. Get Instagram Access Token') }}
  • {{ __tr('Go to Facebook Developer Console') }}
  • {{ __tr('Create a new app with Instagram Basic Display') }}
  • {{ __tr('Generate a long-lived access token') }}
  • {{ __tr('Make sure token has instagram_basic and instagram_manage_messages permissions') }}
{{ __tr('2. Get Instagram Account ID') }}
  • {{ __tr('Use Graph API Explorer or your access token') }}
  • {{ __tr('Make a GET request to: /me/accounts') }}
  • {{ __tr('Find your Instagram Business Account ID') }}
  • {{ __tr('Copy the ID and paste it in the Account ID field above') }}
{{ __tr('Quick Tip') }}

{{ __tr('You can use the Graph API Explorer at') }} https://developers.facebook.com/tools/explorer/ {{ __tr(' to test your access token and get your account ID.') }}

@push('footer') @endpush