mirror of
https://github.com/friendica/friendica
synced 2024-12-23 00:40:15 +00:00
minor nits
This commit is contained in:
parent
9dc5111347
commit
00a01e4520
1 changed files with 2 additions and 1 deletions
|
@ -161,9 +161,10 @@ Returns:
|
||||||
Callback
|
Callback
|
||||||
--------
|
--------
|
||||||
|
|
||||||
POST https://macgirvin.com
|
POST https://macgirvin.com/post
|
||||||
|
|
||||||
{
|
{
|
||||||
|
'type' => 'retrieve'
|
||||||
'retrieve' => $post_id
|
'retrieve' => $post_id
|
||||||
'challenge' => you_encrypt('abc123')
|
'challenge' => you_encrypt('abc123')
|
||||||
'verify' => me_encrypt('xyz456' . '.' . $gduid)
|
'verify' => me_encrypt('xyz456' . '.' . $gduid)
|
||||||
|
|
Loading…
Reference in a new issue