Package org.springframework.social.facebook.api

Examples of org.springframework.social.facebook.api.Post$Privacy


    assertEquals(3, posts.size());
  }

  @Test
  public void getPost() {
    Post post = fb.feedOperations().getPost(feedIds.get(3));
    assertEquals(PostType.LINK, post.getType());
  }
View Full Code Here

TOP

Related Classes of org.springframework.social.facebook.api.Post$Privacy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.