27 lines
549 B
YAML
27 lines
549 B
YAML
id: api-instagramgraph
|
|
|
|
info:
|
|
name: Instagram Graph API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://developers.facebook.com/docs/instagram-api/getting-started
|
|
tags: token-spray,instagram,graph
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://graph.facebook.com/v12.0/me/accounts?access_token={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"data":'
|
|
- '"access_token":'
|
|
- '"name":'
|
|
condition: and
|