Skip to content

Instantly share code, notes, and snippets.

@shaikshahid
shaikshahid / Facebook
Created June 13, 2016 04:58
Facebook/api.raml
#%RAML 0.8
title: Facebook
version: v2.0
baseUri: https://graph.facebook.com/{version}
securitySchemes:
- oauth_2_0: !include securitySchemes/oauth_2_0.raml
schemas:
- group: !include schemas/group-schema.json
- permissions: !include schemas/permissions-schema.json
- page: !include schemas/page-schema.json