开发者

How to publish message on Facebook fan/business page?

开发者 https://www.devze.com 2022-12-26 10:16 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消