Email or username:

Password:

Forgot your password?
Top-level
Darius Kazemi

@mariusor Yes. I've found that in the wild, sending Activity/Object generally always works, whereas a lot of implementations don't dereference correctly, so I err on the side of embedding the object unless it's like, media files.

What is the issue with sending redundant data out? Ultimately if I send a dereferenceable URI, the receiving server will ask me for the data regardless. At least this way I'm packing it into a single HTTP request instead of multiple.

No comments
marius

@darius probably I haven't thought this through, but why would a server require the full object to be deleted if the authoritative instance(the one that generated it) is requesting its deletion? What is the server to do if the representation you're sending is slightly different than the one it already has? Besides the ID no other information in that object is relevant.

Outside of Create/Update I don't see reasons why an Object property should be anything else than an IRI or a list of IRIs.

Go Up