Uses of Interface
facebook4j.Reaction

Packages that use Reaction
facebook4j   
facebook4j.api   
 

Uses of Reaction in facebook4j
 

Methods in facebook4j that return types with arguments of type Reaction
 PagableList<Reaction> Album.getReactions()
           
 PagableList<Reaction> Photo.getReactions()
           
 PagableList<Reaction> Post.getReactions()
           
 

Uses of Reaction in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Reaction
 ResponseList<Reaction> AlbumMethods.getAlbumReactions(String albumId)
          Returns the reactions on the album.
 ResponseList<Reaction> AlbumMethods.getAlbumReactions(String albumId, Reading reading)
          Returns the reactions on the album.
 ResponseList<Reaction> PhotoMethods.getPhotoReactions(String photoId)
          Returns the reactions on a photo.
 ResponseList<Reaction> PhotoMethods.getPhotoReactions(String photoId, Reading reading)
          Returns the reactions on a photo.
 ResponseList<Reaction> PostMethods.getPostReactions(String postId)
          Returns the reactions on a post.
 ResponseList<Reaction> PostMethods.getPostReactions(String postId, Reading reading)
          Returns the reactions on a post.
 ResponseList<Reaction> VideoMethods.getVideoReactions(String videoId)
          Returns all of the reactions on a video.
 ResponseList<Reaction> VideoMethods.getVideoReactions(String videoId, Reading reading)
          Returns all of the reactions on a video.
 



Copyright © 2019. All rights reserved.