Thank you very much for your feedback. I am testing with my account on https://mastodon.social.
Create:
2023-01-16T11:36:34+00:00
{
"@context":"https:\/\/www.w3.org\/ns\/activitystreams",
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=63c536c262dce",
"type":"Create",
"actor":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"object":{
"@context":{
"@language":"en"
},
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=156",
"type":"Note",
"attachment":{
"type":"Image",
"mediaType":"image\/png",
"url":"https:\/\/ug-mayen.de\/images\/maennchen.png"
},
"url":"https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB",
"published":"2023-01-16T11:35:41+00:00",
"attributedTo":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"content":"An english test article<br><p>Testcontent<\/p><br><a href=\"https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB\">https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB<\/a>"
}
}
Udate did not work:
2023-01-16T11:47:40+00:00
{
"@context":"https:\/\/www.w3.org\/ns\/activitystreams",
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=63c5395cde737",
"type":"Update",
"actor":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"object":{
"@context":{
"@language":"en"
},
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=156",
"type":"Note",
"attachment":{
"type":"Image",
"mediaType":"image\/png",
"url":"https:\/\/ug-mayen.de\/images\/maennchen.png"
},
"url":"https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB",
"published":"2023-01-16T11:35:41+00:00",
"attributedTo":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"content":"A changed english test article<br><p>Testcontent<\/p><br><a href=\"https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB\">https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB<\/a>"
}
}
Delete worked:
2023-01-16T11:54:27+00:00
{
"@context":"https:\/\/www.w3.org\/ns\/activitystreams",
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=63c53af3e69f7",
"type":"Delete",
"actor":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"object":{
"@context":{
"@language":"en"
},
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=156",
"type":"Note",
"attachment":{
"type":"Image",
"mediaType":"image\/png",
"url":"https:\/\/ug-mayen.de\/images\/maennchen.png"
},
"url":"https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB",
"published":"2023-01-16T11:35:41+00:00",
"attributedTo":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"content":"A changed english test article<br><p>Testcontent<\/p><br><a href=\"https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB\">https:\/\/ug-mayen.de\/administrator\/index.php?option=com_content&view=article&id=156&catid=10&lang=en-GB<\/a>"
}
}
I send to https://mastodon.social/inbox/
I set this options in my PHP Code:
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_VERBOSE, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$server_output = curl_exec($ch);
Each time I get something like that back. Which doesn’t really help me.
HTTP/1.1 100 Continue
HTTP/1.1 202 Accepted
Date: Mon, 16 Jan 2023 11:54:28 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Server: Mastodon
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Permissions-Policy: interest-cohort=()
Cache-Control: no-cache
Content-Security-Policy: base-uri 'none'; default-src 'none'; frame-ancestors 'none'; font-src 'self' https://static-cdn.mastodon.social; img-src 'self' https: data: blob: https://static-cdn.mastodon.social; style-src 'self' https://static-cdn.mastodon.social 'nonce-cRWWA35x2Nv6SssRHyQ0nA=='; media-src 'self' https: data: https://static-cdn.mastodon.social; frame-src 'self' https:; manifest-src 'self' https://static-cdn.mastodon.social; connect-src 'self' data: blob: https://static-cdn.mastodon.social https://files.mastodon.social wss://mastodon.social; script-src 'self' https://static-cdn.mastodon.social 'wasm-unsafe-eval'; child-src 'self' blob: https://static-cdn.mastodon.social; worker-src 'self' blob: https://static-cdn.mastodon.social
X-Request-Id: 41b8d81d-6f6f-4ba1-aea9-7296d23e0e07
X-Runtime: 0.019107
Strict-Transport-Security: max-age=63072000; includeSubDomains
Which also doesn’t work: The language is not recognised. At least, no translation is offered to me. In other posts, I see a link for English texts that offers me a translation. I found the solution. I need to use contentMap
.
Here is a post that is still active.
{
"@context":"https:\/\/www.w3.org\/ns\/activitystreams",
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=63c543d16e0f0",
"type":"Create",
"actor":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"object":{
"@context":{
"@language":"en"
},
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=157",
"type":"Note",
"attachment":{
"type":"Image",
"mediaType":"image\/png",
"url":"https:\/\/ug-mayen.de\/images\/maennchen.png"
},
"url":"https:\/\/ug-mayen.de\/",
"published":"2023-01-16T12:31:49+00:00",
"attributedTo":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"content":"A new test article<br><p>Objects are the core concept around which both [ActivityStreams] and ActivityPub are built. Objects are often wrapped in Activities and are contained in streams of Collections, which are themselves subclasses of Objects. See the [Activity-Vocabulary] document, particularly the Core Classes; ActivityPub follows the mapping of this vocabulary very closely.<\/p><br><a href=\"https:\/\/ug-mayen.de\/\">https:\/\/ug-mayen.de\/<\/a>"
}
}
I am sure that if I call a delete now, the post will be deleted. The update did not work:
{
"@context":"https:\/\/www.w3.org\/ns\/activitystreams",
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=63c543fb8d88a",
"type":"Update",
"actor":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"object":{
"@context":{
"@language":"en"
},
"id":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json&id=157",
"type":"Note",
"attachment":{
"type":"Image",
"mediaType":"image\/png",
"url":"https:\/\/ug-mayen.de\/images\/maennchen.png"
},
"url":"https:\/\/ug-mayen.de\/",
"published":"2023-01-16T12:31:49+00:00",
"attributedTo":"https:\/\/ug-mayen.de\/index.php?option=com_activitypubs&view=Profil&format=json",
"to":[
"https:\/\/www.w3.org\/ns\/activitystreams#Public"
],
"cc":[
"https:\/\/mastodon.social\/users\/Astridx"
],
"content":"A changed new test article<br><p>Objects are the core concept around which ry closely.<\/p><br><a href=\"https:\/\/ug-mayen.de\/\">https:\/\/ug-mayen.de\/<\/a>"
}
}