32 lines
712 B
YAML
32 lines
712 B
YAML
id: api-facebook
|
|
|
|
info:
|
|
name: Facebook API Test
|
|
author: dwisiswant0
|
|
severity: info
|
|
reference:
|
|
- https://developers.facebook.com/tools/explorer/
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,facebook
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://graph.facebook.com/me?access_token={{token}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/json'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450220447ee052f3069ede836ecb4396922d5ef16cf212d7cc26337b6cbcfc85f3f611022100a5c1b7aec63ed29c4b2d146566295d82b3580cb38af3972cd10ffedf9f2456b9:922c64590222798bb761d5b6d8e72950
|