Abbreviation | MP |
---|---|
Status | W3C Recommendation |
First published | May 23, 2017 |
Organization | World Wide Web Consortium |
Editors | Aaron Parecki |
Base standards | HTTP, URI |
Related standards | microformats, h-entry |
Domain | Social Web, Communications protocol |
Website | www |
Micropub (MP) [1] is a W3C Recommendation that describes a client–server protocol based on HTTP to create, update, and delete posts (e.g. social media) on servers using web or native app clients. Micropub was originally developed in the IndieWebCamp community,[2] contributed to W3C,[3] and published as a W3C working draft on January 28, 2016.[4] As of May 23, 2017 it is a W3C Recommendation.[5]
Micropub uses OAuth 2.0 Bearer Tokens for authentication and accepts traditional form posts as well as JSON posts. Posted data uses a vocabulary derived from Microformats. Micropub is mostly used to create "posts", which are similar to Tweets, or micro blog posts, like those posted to Twitter. The protocol supports a variety of different content types[6] however, such as Bookmarks, Favorites, Reposts, Events, RSVPs, and Checkins. Micropub is currently supported on a variety of IndieWeb[7] compatible websites, like micro.blog.[8]
There are numerous Micropub implementations, both clients,[9] and servers,[10][11] many of them open source.