minor nits

This commit is contained in:
friendica 2012-06-18 21:28:13 -07:00
parent 9dc5111347
commit 00a01e4520
1 changed files with 2 additions and 1 deletions

View File

@ -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)