I've defined an object Thing and an action Add.
I've configured my One-to-One sentence from the stock "HaterTot added thing.title on [MyTestApp]", to "HaterTot added thing.name to thing.category on [MyTestApp]". I've tried several variants as well, and saved changes several times.
I am then using the Graph API Explorer to send a post to my api verb Add with the Thing parameter pointing to a test page on my server that most certainly has the thing.Name and thing.Category properties on it... I've set these properties as mandatory on my Thing object and when any of them are missing from the object page, my graph request gets back an error specifically stating that the required fields are missing.
So despite all my best efforts, I have not been able to make the Add verb appear on my timeline using my custom sentence. It always uses the stock sentence with the object's title.
I think that my only real fallible assumption here is that when I Add one single Thing to one single user, that it should trigger the custom One-To-One sentence structure i've defined.
Does anyone know what I might be doing wrong?