Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I choose One-to-many when posting a Facebook Open Graph story?

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.

like image 947
Josh Paradroid Avatar asked Apr 10 '15 13:04

Josh Paradroid


1 Answers

The "one to many" type if for when you want to post about multiple objects, e.g. different kind of meters. If you want a distance to be in the OG text, it's just one of the parameter you can define.

like image 141
Roemer Avatar answered Nov 15 '22 00:11

Roemer