Documentation - XFN Structure
The Identi Engine xfn structure is based on the microformat XFN. There are a number of additional non XFN properties that hold meta information about origin and content type.
Example XFN
Below is an example of an object/property structure for an individual event stored in the ident.xfns collection.
{
tag: "me",
link: "http:\/\/identi.ca\/glennjones",
text: "glennjones",
name: "FriendFeed",
domain: "friendfeed.com",
sourceUrl: "http://friendfeed.com/glennjones/services"],
type: "Services"
}
XFN structure
Below is an outline of the the XFN property structure. This represents the JSON output as defined in the ufJSON specification, not the microformat class structures for marking up HTML.
- tag
- link
- rel
- text
Additional non XFN properties
- name
- domain
- sourceUrl
- type
