How to publish message on Facebook fan/business page?
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 TemplateBund开发者_Python百科leId in facebook, which is needed for publishing message on wall.
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.
精彩评论