The favorite interface is for creating favorite posts.
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.
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
h=entry
- This indicates that this is a request to create a new h-entry post.like-of
- This is the URL that you are favoriting.Back to Creating Posts