My favorites | English | Sign in

Social Graph API (Labs)

Attributes

The node object returned has a field for attributes. The current list of attributes includes:

Attribute Name Description
url The main URL for this node. Note that this may differ from the node's key in the nodes dictionary, especially when using the sgn=1 parameter.
profile Profile URL. Typically about the person, rather than their main content.
rss RSS URL.
atom Atom URL.
foaf FOAF URL.
photo Photo/avatar URL.
fn Name. (formatted name)

Your application code should not depend on these being the only attributes. More may be added in the future.

Back to top