Hello,
I’m using Facebooker for writing a Facebook app and I must say it’s pretty well designed. I’m facing an issue though, with the feed publishing facilities :
I have registered a feed “user_action” with two sizes: one line and short story. The publisher manages to publish the feed entry, but always in the “one line” size.
After reading the documentation of the underlying Facebook API call, publishUserAction, I’ve realized this is because of the optional paramter “size” which is “one line” if not specified.
I cannot find how to tell my Facebooker publisher to set this parameter to “short story”.
This has the annoying effect of always publishing one line stories to user feeds, even if they granted the “short story” size…
Anyone has already managed to do that? How can I tell my publisher to deliver with the “short story” size?
Thanks !