Attaching custom metadata to responses
Overview
Using the Javascript API to include metadata to the response
FBLY.action("addMeta", KEY, VALUE);Removing a single metadata value from the visitor
FBLY.action("removeMeta", KEY)Clearing all metadata from a visitor
Last updated