I'm successfully using FBSDKShareOpenGraphObject
, FBSDKShareOpenGraphAction
, FBSDKShareOpenGraphContent
and [FBSDKShareAPI shareWithContent:...]
on iOS to create and share a story. The shares item always posts as "Josh Paradroid travelled a metre in app". What I would like is to be able to post "Josh Paradroid travelled 500 metres in app". My plurals all seem to be correctly setup in the story but how do I choose to use the "One to Many" version and provide the number of metres from within the code?
Many thanks.