首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 对于应用脸谱网集成测试java API

对于应用脸谱网集成测试java API

资 源 简 介

The project is a Java API for performing tests on Applications integrating with Facebook. Part of this API manages Facebook test users for the application. Excerpt from the Facebook developer documentation about test users: "A test user is a user account associated with an app created for the purpose of testing the functionality of that application. You can use test users for manual or automated testing." Usage example ``` FacebookTestUserStore facebookStore = new HttpClientFacebookTestUserStore("", "")); FacebookTestUserAccount account = facebookStore.createTestUser(true, "email,read_stream"); systemUnderTest.doStuffThatIntegratesWithFacebook( account.accessToken() ); assertTrue("Wall did not contain expected data", account.getProfileFeed().contains("stuff posted on Wall")); ``` Where

文 件 列 表

dependency
commons-codec-1.3.jar
commons-logging-1.1.1.jar
httpclient-4.0.3.jar
httpcore-4.0.1.jar
jcl-over-slf4j-1.6.1.jar
json-simple-1.1.jar
log4j-1.2.16.jar
slf4j-api-1.6.1.jar
slf4j-log4j12-1.6.1.jar

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 11 25分钟前 成为了本站会员

  • 开心快活人 3小时前 成为了本站会员

  • 晋财 4小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

0.187388s