Grails集成测试facebook图插件

时间:2011-07-23 23:39:29

标签: grails facebook-graph-api integration-testing grails-controller

我正在使用http://www.grails.org/plugin/facebook-graph来获取用户个人资料,但我仍然坚持要从控制器进行测试。任何人都可以建议我如何在集成测试中模拟或测试facebook会话?

1 个答案:

答案 0 :(得分:0)

如何使用以下代码开始测试墙上的一些帖子:

facebookGraphService.publishWall(message:"The message",
           link:"http://www.example.com/article.html",
           name:"The name of the link")