Example #1
0
 @Ignore("I haven't found yet a way to oauth using swing application")
 @Test
 public void can_call_facebook() throws IOException {
   Facebook facebook = new FacebookBuilder().withApiKey().build();
   AlbumsResponse response = facebook.call(new AlbumsRequest());
   assertThat(response).isNotNull();
 }