30 lines
745 B
YAML
30 lines
745 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,instagram,graph
|
|
|
|
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
|
|
|
|
# digest: 4a0a004730450220146bd47f0c375401f1e505bb59c118fb400158865929ccc4a0a1e3e998bb6c8c022100931ce1826228f7c66289078fc9eaeda2ef2c5d0491318933400ca518e9073b89:922c64590222798bb761d5b6d8e72950
|