首页| 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
  • IATWAY 4小时前 成为了本站会员

  • 大智若愚 10小时前 成为了本站会员

  • Mason 12小时前 成为了本站会员

  • 13小时前 成为了本站会员

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

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

  • 伟国 1天前 成为了本站会员

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

  • 纯色幽默 1天前 成为了本站会员

  • odd? 1天前 成为了本站会员

0.208054s