tags:

views:

63

answers:

1

Hi,

I want to publish message on Facebook's fan page using JAVA/GWT API. Any one know any API to do this in GWT? I am trying it with facebook4gwt. But don't know TemplateBundleId in facebook, which is needed for publishing message on wall.

A: 

The gwt-facebook project adds Facebook API methods to GWT, but doesn't appear to have any wall-posting methods listed in its currently-supported API methods. You could probably take a look at the source and add this feature though, it would probably just be an addition to FacebookApi (see this diff which added the comment_add feature.

Jason Hall