After creating a unique story for my facebook app, I discovered that when making a basic story post using the facebook js sdk, the resulting post is in past tense and depicts the object in singular form. For example, instead of saying:
John is eating an apple
The generated post reads like this:
John ate an apple
I have searched through the facebook open graph documentation but found no solution on how to adjust the action tenses or make the objects plural or singular. Any ideas on how to modify the resulting post?