19 lines
389 B
YAML
19 lines
389 B
YAML
id: api-instagramgraph
|
|
|
|
info:
|
|
name: Instagram Graph API Test
|
|
author: zzeitlin
|
|
reference: https://developers.facebook.com/docs/instagram-api/getting-started
|
|
severity: info
|
|
tags: api,instagram,graph
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://graph.facebook.com/v8.0/me/accounts?access_token={{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|