access.lua �vm��U PC���U - certain endpoints are always blocked if nginx_uri == "/_access_token" or nginx_uri == "/_me" then ngx.exit(403) end -- import requirements local cjson = require "cjson" -- setup some app-level vars local app_id = "APP_ID" local app_secret = "APP_SECRET" local args = ngx.req.get_uri_args() if args.error and args.error == "access_denied" then ngx.status = ngx.HTTP_UNAUTHOR