Server implementation for receiving social web notifications, e.g. Pingbacks and Webmentions.
public function addWebmention( |
| ) |
Receive a webmention. This validates the mention and inserts a new reply for the appropriate entry. See the Webmention spec for details.
source | The source URL for the mention, i.e. the remote site |
target | The target URL for the mention, i.e. the URL on our site. |
A WebmentionInvalidReceive if the webmention validation fails.