Functions - contact

From The Socknet

Jump to: navigation, search

contact is used to discover information about the user and administrators of a Provider or Service.

Specification

GET contact

->
{ administrators: [{ openid: "http://1337-geek.example.com" }],
  user: { openid: "http://user.com" }
}

contact may be called via GET or POST.

The response includes an administrators field with an array of objects describing Socknet users.

If the recipient is a User, the response may contain a user field with an object describing a Socknet user.

If the recipient is a Service, the response may contain a service field with an object describing the Service.

Support

This function is always optional.

Further Reading

Personal tools