Bridgy and IndieNews return a url property after syndication that is the post's syndicated URL.
We should provide some sort of middleware (for want of a better word?) that can perform this for us.
I.e. via https://brid.gy/about#response:
HTTP/1.1 201 Created
Content-Type: application/json
Location: https://twitter.com/me/status/456789
{
"url": "https://twitter.com/me/status/456789",
"type": "post",
"id": "456789"
}
(The url property should be used, not the Location header)
Bridgy and IndieNews return a
urlproperty after syndication that is the post's syndicated URL.We should provide some sort of middleware (for want of a better word?) that can perform this for us.
I.e. via https://brid.gy/about#response:
(The
urlproperty should be used, not theLocationheader)