Hi, I am wondering if there is anyone working on integrating the new API for registering the templates? I am doing some integration with the new profile and will work on adding those into the Facebooker. Just to make sure that I don''t reinvent the wheel. More specifically, 1. Template registration ? feed.registerTemplateBundle: Builds a template bundle around the specified templates, registers them with Facebook servers, and responds with a template bundle identifier that can be used to identify your template bundle to other feed-related API calls. ? feed.getRegisteredTemplateBundles: Retrieves the full list of all the template bundles registered by the requesting application. ? feed.getRegisteredTemplateBundleByID: Retrieves information about a specified template bundle previously registered by the requesting application. ? feed.publishUserAction: Publishes a story on behalf of the user owning the session, using the specified template bundle. Unlike the previous three API calls, this method requires an active session key in order to be called. http://wiki.developers.facebook.com/index.php/New_Design_Platform_Changes 2. The JSON based Publisher interaction http://wiki.developers.facebook.com/index.php/New_Design_Publisher Thanks. David Li
David, I believe Mike has all of this implemented, but was waiting to commit it because not all of it works yet (on facebook''s side). Mike, maybe you could share a patch with the list for those of us that want to get a jump on it? BJ Clark On Jun 16, 2008, at 1:22 PM, David Li wrote:> Hi, > > I am wondering if there is anyone working on integrating the new > API for registering the templates? I am doing some integration with > the new profile and will work on adding those into the Facebooker. > Just to make sure that I don''t reinvent the wheel. More specifically, > > 1. Template registration > ? feed.registerTemplateBundle: Builds a template bundle around the > specified templates, registers them with Facebook servers, and > responds with a template bundle identifier that can be used to > identify your template bundle to other feed-related API calls. > ? feed.getRegisteredTemplateBundles: Retrieves the full list of all > the template bundles registered by the requesting application. > ? feed.getRegisteredTemplateBundleByID: Retrieves information about > a specified template bundle previously registered by the requesting > application. > ? feed.publishUserAction: Publishes a story on behalf of the user > owning the session, using the specified template bundle. Unlike the > previous three API calls, this method requires an active session key > in order to be called. > > http://wiki.developers.facebook.com/index.php/New_Design_Platform_Changes > > 2. The JSON based Publisher interaction > http://wiki.developers.facebook.com/index.php/New_Design_Publisher > > Thanks. > > > David Li > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk
Hi BJ, Thanks for the answer. I will contact Mike to see if he has it somewhere. David On Jun 17, 2008, at 3:58 AM, BJ Clark wrote:> David, > > I believe Mike has all of this implemented, but was waiting to > commit it because not all of it works yet (on facebook''s side). > Mike, maybe you could share a patch with the list for those of us > that want to get a jump on it? > > BJ Clark > > On Jun 16, 2008, at 1:22 PM, David Li wrote: > >> Hi, >> >> I am wondering if there is anyone working on integrating the new >> API for registering the templates? I am doing some integration with >> the new profile and will work on adding those into the Facebooker. >> Just to make sure that I don''t reinvent the wheel. More specifically, >> >> 1. Template registration >> ? feed.registerTemplateBundle: Builds a template bundle around the >> specified templates, registers them with Facebook servers, and >> responds with a template bundle identifier that can be used to >> identify your template bundle to other feed-related API calls. >> ? feed.getRegisteredTemplateBundles: Retrieves the full list of >> all the template bundles registered by the requesting application. >> ? feed.getRegisteredTemplateBundleByID: Retrieves information >> about a specified template bundle previously registered by the >> requesting application. >> ? feed.publishUserAction: Publishes a story on behalf of the user >> owning the session, using the specified template bundle. Unlike the >> previous three API calls, this method requires an active session >> key in order to be called. >> >> http://wiki.developers.facebook.com/index.php/New_Design_Platform_Changes >> >> 2. The JSON based Publisher interaction >> http://wiki.developers.facebook.com/index.php/New_Design_Publisher >> >> Thanks. >> >> >> David Li >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >