Uses of Interface
facebook4j.Tag

Packages that use Tag
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of Tag in facebook4j
 

Methods in facebook4j that return types with arguments of type Tag
 List<Tag> Comment.getMessageTags()
           
 List<Tag> Post.getMessageTags()
           
 List<Tag> Video.getTags()
           
 PagableList<Tag> Photo.getTags()
           
 

Uses of Tag in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Tag
 ResponseList<Tag> PhotoMethods.getTagsOnPhoto(String photoId)
          Returns the Users tagged in a photo.
 ResponseList<Tag> PhotoMethods.getTagsOnPhoto(String photoId, Reading reading)
          Returns the Users tagged in a photo.
 

Uses of Tag in facebook4j.json
 

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



Copyright © 2019. All rights reserved.