org.springframework.social.facebook.api
Class PhotoPost
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Post
org.springframework.social.facebook.api.PhotoPost
public class PhotoPost
- extends Post
Model class representing a Post to a feed announcing a Photo. Note that this is not the Photo itself.
To get the Photo object, get the Photo's ID by calling getPhotoId(), then calling getPhoto(photoId) on MediaOperations.
Methods inherited from class org.springframework.social.facebook.api.Post |
getApplication, getCaption, getCommentCount, getComments, getCreatedTime, getDescription, getFrom, getIcon, getId, getLikeCount, getLikes, getLink, getMessage, getName, getPicture, getSharesCount, getStory, getStoryTags, getTo, getType, getUpdatedTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhotoPost
public PhotoPost(String id,
Reference from,
Date createdTime,
Date updatedTime)
getPhotoId
public String getPhotoId()
getTags
public List<Tag> getTags()