From 34afa1f5f220af14c055e5eb5e0844be0b5120aa Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 18 Mar 2017 17:26:12 +0000 Subject: add docs for favorites --- views/docs/favorite.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 views/docs/favorite.php (limited to 'views/docs/favorite.php') diff --git a/views/docs/favorite.php b/views/docs/favorite.php new file mode 100644 index 0000000..c962fa5 --- /dev/null +++ b/views/docs/favorite.php @@ -0,0 +1,30 @@ +
+ + +

Favorite

+ + + +

The favorite interface is for creating favorite posts.

+ +

Bookmarklet

+ +

On the favorite interface, you can drag a bookmarklet to your bookmarks toolbar. This will let you favorite pages that you're viewing with a single click.

+ +

Post Properties

+ +

The following properties will be sent in the Micropub request. This request will be sent as a form-encoded request.

+ +

The access token is sent in the Authorization HTTP header:

+
Authorization: Bearer XXXXXXXXX
+ + + +
+ +

Back to Creating Posts

+ +
-- cgit v1.2.3