Model for Facebook integration helpers, including auth-use flag, profile picture fetch, and Graph API proxy calls.
Available Model API Paths
| Method | Path pattern | Description |
|---|---|---|
get | /useauth/... | Return whether Facebook authentication integration is enabled. |
get | /picture/+key/... | Return Facebook profile picture data/URL for key/user +key. |
get | /+ct/+key/... | Resolve +ct and +key and return the matching value via do_graph_call. |
/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.