Instagram Debug Test
1. PHP is working ✅
2. cURL is enabled ✅
3. Testing Instagram API...
HTTP Code: 400
API Response:
Array
(
[error] => Array
(
[message] => Any of the pages_read_engagement, pages_manage_metadata,
pages_read_user_content, pages_manage_ads, pages_show_list or
pages_messaging permission(s) must be granted before impersonating a
user's page.
[type] => OAuthException
[code] => 190
[fbtrace_id] => ARhvC5bipuoBZCXm7s9L45R
)
)
```
---
### Step 2: Visit the Test File
Go to: `https://finelandscape.co.uk/test-instagram.php`
---
### Step 3: Tell Me What You See
You should see something like:
**If token works:**
```
1. PHP is working ✅
2. cURL is enabled ✅
3. Testing Instagram API...
HTTP Code: 200
API Response:
Array
(
[id] => 17841465616507899
[username] => fine.landscape_
)
```
**If token expired:**
```
API Response:
Array
(
[error] => Array
(
[message] => Error validating access token...
)
)