Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
You might want to clean that up again, and add the actual error message you are seeing. – Mike May 8 at 19:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.