mirror of
https://github.com/friendica/friendica
synced 2025-04-23 01:10:11 +00:00
New OStatus implementation
This commit is contained in:
parent
4d668fac8b
commit
b93e1d73a1
6 changed files with 1786 additions and 7 deletions
|
@ -16,7 +16,7 @@ function handle_pubsubhubbub() {
|
|||
|
||||
logger("Generate feed for user ".$rr['nickname']." - last updated ".$rr['last_update'], LOGGER_DEBUG);
|
||||
|
||||
$params = ostatus_feed($a, $rr['nickname'], $rr['last_update']);
|
||||
$params = ostatus::feed($a, $rr['nickname'], $rr['last_update']);
|
||||
$hmac_sig = hash_hmac("sha1", $params, $rr['secret']);
|
||||
|
||||
$headers = array("Content-type: application/atom+xml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue