20 lines
418 B
YAML
20 lines
418 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: token-spray,instagram,graph
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://graph.facebook.com/v8.0/me/accounts?access_token={{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|