我正在使用http://www.grails.org/plugin/facebook-graph来获取用户个人资料,但我仍然坚持要从控制器进行测试。任何人都可以建议我如何在集成测试中模拟或测试facebook会话?
答案 0 :(得分:0)
如何使用以下代码开始测试墙上的一些帖子:
facebookGraphService.publishWall(message:"The message",
link:"http://www.example.com/article.html",
name:"The name of the link")