Uses of Interface
facebook4j.Post

Packages that use Post
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of Post in facebook4j
 

Methods in facebook4j that return Post
 Post Tagged.getPost()
           
 

Uses of Post in facebook4j.api
 

Methods in facebook4j.api that return Post
 Post PostMethods.getPost(String postId)
          Returns a single post.
 Post PostMethods.getPost(String postId, Reading reading)
          Returns a single post.
 

Methods in facebook4j.api that return types with arguments of type Post
 ResponseList<Post> PostMethods.getFeed()
          Returns the current user's/page's/event's wall.
 ResponseList<Post> PostMethods.getFeed(Reading reading)
          Returns the current user's/page's/event's wall.
 ResponseList<Post> PostMethods.getFeed(String id)
          Returns a user's/page's/event's wall.
 ResponseList<Post> PostMethods.getFeed(String id, Reading reading)
          Returns a user's/page's/event's wall.
 ResponseList<Post> GroupMethods.getGroupFeed(String groupId)
          Returns the group's wall.
 ResponseList<Post> GroupMethods.getGroupFeed(String groupId, Reading reading)
          Returns the group's wall.
 ResponseList<Post> PostMethods.getHome()
          Returns the current user's news feed.
 ResponseList<Post> PostMethods.getHome(Reading reading)
          Returns the current user's news feed.
 ResponseList<Post> PhotoMethods.getPhotoSharedposts(String photoId)
          Returns the posts in which this photo is shared.
 ResponseList<Post> PhotoMethods.getPhotoSharedposts(String photoId, Reading reading)
          Returns the posts in which this photo is shared.
 ResponseList<Post> PostMethods.getPosts()
          Returns the current user's/page's own posts.
 ResponseList<Post> PostMethods.getPosts(Reading reading)
          Returns the current user's/page's own posts.
 ResponseList<Post> PostMethods.getPosts(String id)
          Returns the user's/page's own posts.
 ResponseList<Post> PostMethods.getPosts(String id, Reading reading)
          Returns the user's/page's own posts.
 ResponseList<Post> PageMethods.getPromotablePosts()
          Returns the current Page's own posts, including unpublished and scheduled posts.
 ResponseList<Post> PageMethods.getPromotablePosts(Reading reading)
          Returns the current Page's own posts, including unpublished and scheduled posts.
 ResponseList<Post> PageMethods.getPromotablePosts(String pageId)
          Returns the Page's own posts, including unpublished and scheduled posts.
 ResponseList<Post> PageMethods.getPromotablePosts(String pageId, Reading reading)
          Returns the Page's own posts, including unpublished and scheduled posts.
 ResponseList<Post> PostMethods.getSharedPosts(String postId)
          Returns the posts in which this post is shared.
 ResponseList<Post> PostMethods.getSharedPosts(String postId, Reading reading)
          Returns the posts in which this post is shared.
 ResponseList<Post> PostMethods.getStatuses()
          Returns the current user's status updates.
 ResponseList<Post> PostMethods.getStatuses(Reading reading)
          Returns the current user's status updates.
 ResponseList<Post> PostMethods.getStatuses(String id)
          Returns the user's/page's status updates.
 ResponseList<Post> PostMethods.getStatuses(String id, Reading reading)
          Returns the user's/page's status updates.
 ResponseList<Post> PostMethods.getTagged()
          Returns the posts the current user is tagged in.
 ResponseList<Post> PostMethods.getTagged(Reading reading)
          Returns the posts the current user is tagged in.
 ResponseList<Post> PostMethods.getTagged(String userId)
          Returns the posts a user is tagged in.
 ResponseList<Post> PostMethods.getTagged(String userId, Reading reading)
          Returns the posts the user is tagged in.
 ResponseList<Post> VideoMethods.getVideoSharedposts(String videoId)
          Returns the posts in which this video is shared.
 ResponseList<Post> VideoMethods.getVideoSharedposts(String videoId, Reading reading)
          Returns the posts in which this video is shared.
 ResponseList<Post> SearchMethods.searchPosts(String query)
          Searches public posts.
 ResponseList<Post> SearchMethods.searchPosts(String query, Reading reading)
          Searches public posts.
 

Uses of Post in facebook4j.json
 

Methods in facebook4j.json that return Post
static Post DataObjectFactory.createPost(String rawJSON)
          Constructs a Post object from rawJSON string.
 



Copyright © 2019. All rights reserved.