Functions - subscribe

From The Socknet

Jump to: navigation, search

subscribe is used by a user to request to receive messages without forming a two-way friendship.

Specification

POST subscribe
{ from: { openid: "http://stalker.com/user145/" }
}

->
{ accepted: boolean
}

subscribe must be called via POST.

The request must include a from.

The request may include an rss_accepted field with a boolean value.

The response is an accept.

The response may include an rss field with a string holding a URL to an RSS feed. If this field is set, accept must be false.

Support

This function is optional for Providers and Subscribers

Further Reading

Personal tools