Is anyone else publishing feed stories with the new Feed Templates? I am using the {*target*} special key and it is failing for me because we are sending json encoded array of target_ids rather than a comma separated list indicated by the wiki API page. target_ids string <http://wiki.developers.facebook.com/index.php/String> A comma-delimited list of IDs of friends of the actor, used for stories about a direct action between the actor and the targets of his or her action. This parameter is required if one or more templates in the template bundle makes use of the *{*target*}* token. It should only include the IDs of friends of the actor, and it should not contain the actor''s ID. I am looking for a sanity check here before I check in a fix. Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080724/64819c29/attachment.html>
Sorry, that was a stupid mistake on my part. Please check in that fix. Mike On Jul 24, 2008, at 5:39 PM, David Clements wrote:> Is anyone else publishing feed stories with the new Feed Templates? > > I am using the {*target*} special key and it is failing for me > because we are sending json encoded array of target_ids rather than > a comma separated list indicated by the wiki API page. > > > target_ids > string > A comma-delimited list of IDs of friends of the actor, used for > stories about a direct action between the actor and the targets of > his or her action. This parameter is required if one or more > templates in the template bundle makes use of the {*target*} token. > It should only include the IDs of friends of the actor, and it > should not contain the actor''s ID. > > > > > I am looking for a sanity check here before I check in a fix. > > Dave > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
Okay cool... I also made sure that it was not json encoded. Fix is checked in and it is working for me. Dave On Thu, Jul 24, 2008 at 3:42 PM, Mike Mangino <mmangino at elevatedrails.com> wrote:> Sorry, that was a stupid mistake on my part. Please check in that fix. > > Mike > > > On Jul 24, 2008, at 5:39 PM, David Clements wrote: > > Is anyone else publishing feed stories with the new Feed Templates? >> >> I am using the {*target*} special key and it is failing for me because we >> are sending json encoded array of target_ids rather than a comma separated >> list indicated by the wiki API page. >> >> >> target_ids >> string >> A comma-delimited list of IDs of friends of the actor, used for stories >> about a direct action between the actor and the targets of his or her >> action. This parameter is required if one or more templates in the template >> bundle makes use of the {*target*} token. It should only include the IDs of >> friends of the actor, and it should not contain the actor''s ID. >> >> >> >> >> I am looking for a sanity check here before I check in a fix. >> >> Dave >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> > > -- > Mike Mangino > http://www.elevatedrails.com > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080724/0e09f0aa/attachment.html>