facebook4j
Interface Facebook

All Superinterfaces:
AccountMethods, ActivityMethods, AlbumMethods, BatchRequestsMethods, CheckinMethods, CommentMethods, ConversationMethods, DomainMethods, EventMethods, FacebookBase, FamilyMethods, FavoriteMethods, FQLMethods, FriendMethods, GameMethods, GroupMethods, InsightMethods, LikeMethods, LinkMethods, LocationMethods, MessageMethods, NoteMethods, NotificationMethods, OAuthSupport, PageMethods, PermissionMethods, PhotoMethods, PokeMethods, PostMethods, QuestionMethods, RawAPIMethods, SearchMethods, Serializable, SubscribeMethods, TestUserMethods, UserMethods, VideoMethods

public interface Facebook
extends Serializable, OAuthSupport, FacebookBase, UserMethods, AccountMethods, ActivityMethods, AlbumMethods, CheckinMethods, CommentMethods, DomainMethods, EventMethods, FamilyMethods, FavoriteMethods, FriendMethods, GameMethods, GroupMethods, LikeMethods, LinkMethods, LocationMethods, MessageMethods, ConversationMethods, NoteMethods, NotificationMethods, PageMethods, PermissionMethods, PhotoMethods, PokeMethods, PostMethods, QuestionMethods, SubscribeMethods, VideoMethods, InsightMethods, SearchMethods, TestUserMethods, FQLMethods, BatchRequestsMethods, RawAPIMethods

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 AccountMethods accounts()
           
 ActivityMethods activities()
           
 AlbumMethods albums()
           
 BatchRequestsMethods batch()
           
 CheckinMethods checkins()
           
 CommentMethods comments()
           
 ConversationMethods conversations()
           
 DomainMethods domains()
           
 EventMethods events()
           
 FamilyMethods family()
           
 FavoriteMethods favorites()
           
 FQLMethods fql()
           
 FriendMethods friends()
           
 GameMethods games()
           
 GroupMethods groups()
           
 InsightMethods insights()
           
 LikeMethods likes()
           
 LinkMethods links()
           
 LocationMethods locations()
           
 MessageMethods messages()
           
 NoteMethods notes()
           
 NotificationMethods notifications()
           
 PageMethods pages()
           
 PermissionMethods permissions()
           
 PhotoMethods photos()
           
 PokeMethods pokes()
           
 PostMethods posts()
           
 QuestionMethods questions()
           
 RawAPIMethods rawAPI()
           
 SearchMethods search()
           
 SubscribeMethods subscribes()
           
 TestUserMethods testUsers()
           
 UserMethods users()
           
 VideoMethods videos()
           
 
Methods inherited from interface facebook4j.auth.OAuthSupport
extendTokenExpiration, extendTokenExpiration, getOAuthAccessToken, getOAuthAccessToken, getOAuthAccessToken, getOAuthAccessTokenInfo, getOAuthAccessTokenInfo, getOAuthAppAccessToken, getOAuthAuthorizationURL, getOAuthAuthorizationURL, getOAuthAuthorizationURL, getOAuthCallbackURL, getOAuthDeviceCode, getOAuthDeviceToken, getOAuthReAuthenticationURL, setOAuthAccessToken, setOAuthAppId, setOAuthCallbackURL, setOAuthPermissions
 
Methods inherited from interface facebook4j.FacebookBase
fetchNext, fetchPrevious, getAuthorization, getConfiguration, getId, getName, shutdown
 
Methods inherited from interface facebook4j.api.UserMethods
getMe, getMe, getPictureURL, getPictureURL, getPictureURL, getPictureURL, getPictureURL, getPictureURL, getSSLPictureURL, getSSLPictureURL, getSSLPictureURL, getSSLPictureURL, getUser, getUser, getUsers
 
Methods inherited from interface facebook4j.api.AccountMethods
getAccounts, getAccounts, getAccounts, getAccounts
 
Methods inherited from interface facebook4j.api.ActivityMethods
getActivities, getActivities, getActivities, getActivities
 
Methods inherited from interface facebook4j.api.AlbumMethods
addAlbumPhoto, addAlbumPhoto, commentAlbum, commentAlbum, createAlbum, createAlbum, getAlbum, getAlbum, getAlbumComments, getAlbumComments, getAlbumCoverPhoto, getAlbumLikes, getAlbumLikes, getAlbumPhotos, getAlbumPhotos, getAlbumReactions, getAlbumReactions, getAlbums, getAlbums, getAlbums, getAlbums, likeAlbum, unlikeAlbum
 
Methods inherited from interface facebook4j.api.CheckinMethods
checkin, checkin, commentCheckin, getCheckin, getCheckin, getCheckinComments, getCheckinComments, getCheckinLikes, getCheckinLikes, getCheckins, getCheckins, getCheckins, getCheckins, likeCheckin, unlikeCheckin
 
Methods inherited from interface facebook4j.api.CommentMethods
deleteComment, getComment, getComment, getCommentLikes, getCommentLikes, getCommentReplies, getCommentReplies, likeComment, unlikeComment
 
Methods inherited from interface facebook4j.api.DomainMethods
getDomain, getDomainByName, getDomainsByName
 
Methods inherited from interface facebook4j.api.EventMethods
createEvent, createEvent, deleteEvent, deleteEventPicture, editEvent, getEvent, getEvent, getEventPhotos, getEventPhotos, getEventPictureURL, getEventPictureURL, getEvents, getEvents, getEvents, getEvents, getEventVideos, getEventVideos, getRSVPStatusAsInvited, getRSVPStatusAsInvited, getRSVPStatusAsNoreply, getRSVPStatusAsNoreply, getRSVPStatusInAttending, getRSVPStatusInAttending, getRSVPStatusInDeclined, getRSVPStatusInDeclined, getRSVPStatusInMaybe, getRSVPStatusInMaybe, inviteToEvent, inviteToEvent, postEventLink, postEventLink, postEventPhoto, postEventPhoto, postEventStatusMessage, postEventVideo, postEventVideo, rsvpEventAsAttending, rsvpEventAsDeclined, rsvpEventAsMaybe, uninviteFromEvent, updateEventPicture
 
Methods inherited from interface facebook4j.api.FamilyMethods
getFamily, getFamily, getFamily, getFamily
 
Methods inherited from interface facebook4j.api.FavoriteMethods
getBooks, getBooks, getBooks, getBooks, getGames, getGames, getGames, getGames, getInterests, getInterests, getInterests, getInterests, getMovies, getMovies, getMovies, getMovies, getMusic, getMusic, getMusic, getMusic, getTelevision, getTelevision, getTelevision, getTelevision
 
Methods inherited from interface facebook4j.api.FriendMethods
addFriendlistMember, createFriendlist, createFriendlist, deleteFriendlist, deleteFriendlistMember, getBelongsFriend, getBelongsFriend, getBelongsFriend, getBelongsFriend, getFriendlist, getFriendlist, getFriendlistMembers, getFriendlists, getFriendlists, getFriendlists, getFriendlists, getFriendRequests, getFriendRequests, getFriendRequests, getFriendRequests, getFriends, getFriends, getFriends, getFriends, getMutualFriends, getMutualFriends, getMutualFriends, getMutualFriends, getTaggableFriends, getTaggableFriends, getTaggableFriends, getTaggableFriends, removeFriendlistMember
 
Methods inherited from interface facebook4j.api.GameMethods
deleteAchievement, deleteAchievement, deleteScore, deleteScore, getAchievements, getAchievements, getAchievements, getAchievements, getScores, getScores, getScores, getScores, postAchievement, postAchievement, postScore, postScore
 
Methods inherited from interface facebook4j.api.GroupMethods
getGroup, getGroup, getGroupDocs, getGroupDocs, getGroupFeed, getGroupFeed, getGroupMembers, getGroupMembers, getGroupPictureURL, getGroups, getGroups, getGroups, getGroups, postGroupFeed, postGroupLink, postGroupLink, postGroupStatusMessage
 
Methods inherited from interface facebook4j.api.LikeMethods
getUserLikes, getUserLikes, getUserLikes, getUserLikes
 
Methods inherited from interface facebook4j.api.LinkMethods
commentLink, commentLink, getLink, getLink, getLinkComments, getLinkComments, getLinkLikes, getLinkLikes, getLinks, getLinks, getLinks, getLinks, likeLink, unlikeLink
 
Methods inherited from interface facebook4j.api.LocationMethods
getLocations, getLocations, getLocations, getLocations, getTaggedPlaces, getTaggedPlaces, getTaggedPlaces, getTaggedPlaces
 
Methods inherited from interface facebook4j.api.MessageMethods
getInbox, getInbox, getInbox, getInbox, getMessage, getMessage, getOutbox, getOutbox, getOutbox, getOutbox, getUpdates, getUpdates, getUpdates, getUpdates
 
Methods inherited from interface facebook4j.api.ConversationMethods
answerConversation, getConversation, getConversation, getConversations, getConversations, getConversations, getConversations
 
Methods inherited from interface facebook4j.api.NoteMethods
commentNote, createNote, createNote, getNote, getNote, getNoteComments, getNoteComments, getNoteLikes, getNoteLikes, getNotes, getNotes, getNotes, getNotes, likeNote, unlikeNote
 
Methods inherited from interface facebook4j.api.NotificationMethods
getNotifications, getNotifications, getNotifications, getNotifications, getNotifications, getNotifications, getNotifications, getNotifications, markNotificationAsRead
 
Methods inherited from interface facebook4j.api.PageMethods
block, block, createMilestone, createMilestone, createOffer, createOffer, deleteMilestone, deleteOffer, deleteTab, deleteTab, displayPagePost, getBlocked, getBlocked, getBlocked, getBlocked, getGlobalBrandChildren, getGlobalBrandChildren, getInstalledTabs, getInstalledTabs, getInstalledTabs, getInstalledTabs, getLikedPage, getLikedPage, getLikedPage, getLikedPage, getMilestones, getMilestones, getMilestones, getMilestones, getOffer, getOffers, getOffers, getOffers, getOffers, getPage, getPage, getPage, getPage, getPageAdmins, getPageAdmins, getPageAdmins, getPageAdmins, getPageInsights, getPageInsights, getPageLikes, getPageLikes, getPagePictureURL, getPagePictureURL, getPagePictureURL, getPagePictureURL, getPageSettings, getPageSettings, getPageTagged, getPageTagged, getPromotablePosts, getPromotablePosts, getPromotablePosts, getPromotablePosts, getTabs, getTabs, getTabs, getTabs, installTab, installTab, postBackdatingFeed, postBackdatingFeed, postPagePhoto, postPagePhoto, unblock, unblock, updatePageBasicAttributes, updatePageBasicAttributes, updatePageCoverPhoto, updatePageCoverPhoto, updatePageProfilePhoto, updatePageProfilePhoto, updatePageProfilePhoto, updatePageProfilePhoto, updatePageSetting, updatePageSetting, updateTab, updateTab
 
Methods inherited from interface facebook4j.api.PermissionMethods
deleteAllPermissions, deleteAllPermissions, deletePermission, deletePermission, getPermissions, getPermissions, revokeAllPermissions, revokeAllPermissions, revokePermission, revokePermission
 
Methods inherited from interface facebook4j.api.PhotoMethods
addTagToPhoto, addTagToPhoto, addTagToPhoto, commentPhoto, commentPhoto, deletePhoto, deleteTagOnPhoto, getPhoto, getPhoto, getPhotoComments, getPhotoComments, getPhotoLikes, getPhotoLikes, getPhotoReactions, getPhotoReactions, getPhotos, getPhotos, getPhotos, getPhotos, getPhotoSharedposts, getPhotoSharedposts, getPhotoURL, getTagsOnPhoto, getTagsOnPhoto, getUploadedPhotos, getUploadedPhotos, getUploadedPhotos, getUploadedPhotos, likePhoto, postPhoto, postPhoto, postPhoto, postPhoto, unlikePhoto, updateTagOnPhoto
 
Methods inherited from interface facebook4j.api.PokeMethods
getPokes, getPokes, getPokes, getPokes
 
Methods inherited from interface facebook4j.api.PostMethods
commentPost, commentPost, deletePost, getFeed, getFeed, getFeed, getFeed, getHome, getHome, getPost, getPost, getPostComments, getPostComments, getPostLikes, getPostLikes, getPostReactions, getPostReactions, getPosts, getPosts, getPosts, getPosts, getSharedPosts, getSharedPosts, getStatuses, getStatuses, getStatuses, getStatuses, getTagged, getTagged, getTagged, getTagged, likePost, postFeed, postFeed, postLink, postLink, postLink, postLink, postStatusMessage, postStatusMessage, unlikePost
 
Methods inherited from interface facebook4j.api.QuestionMethods
addQuestionOption, createQuestion, createQuestion, deleteQuestion, getQuestion, getQuestion, getQuestionOptions, getQuestionOptions, getQuestionOptionVotes, getQuestions, getQuestions, getQuestions, getQuestions
 
Methods inherited from interface facebook4j.api.SubscribeMethods
getSubscribedto, getSubscribedto, getSubscribedto, getSubscribedto, getSubscribers, getSubscribers, getSubscribers, getSubscribers
 
Methods inherited from interface facebook4j.api.VideoMethods
commentVideo, commentVideo, getVideo, getVideo, getVideoComments, getVideoComments, getVideoCover, getVideoLikes, getVideoLikes, getVideoReactions, getVideoReactions, getVideos, getVideos, getVideos, getVideos, getVideoSharedposts, getVideoSharedposts, likeVideo, postVideo, postVideo, unlikeVideo
 
Methods inherited from interface facebook4j.api.InsightMethods
getInsights, getInsights
 
Methods inherited from interface facebook4j.api.SearchMethods
search, search, search, searchCheckins, searchCheckins, searchEvents, searchEvents, searchGroups, searchGroups, searchLocations, searchLocations, searchLocations, searchLocations, searchPages, searchPages, searchPlaces, searchPlaces, searchPlaces, searchPlaces, searchPosts, searchPosts, searchUsers, searchUsers
 
Methods inherited from interface facebook4j.api.TestUserMethods
createTestUser, createTestUser, createTestUser, deleteTestUser, getTestUsers, getTestUsers, makeFriendTestUser
 
Methods inherited from interface facebook4j.api.FQLMethods
executeFQL, executeFQL, executeMultiFQL, executeMultiFQL
 
Methods inherited from interface facebook4j.api.BatchRequestsMethods
executeBatch
 
Methods inherited from interface facebook4j.api.RawAPIMethods
callDeleteAPI, callDeleteAPI, callGetAPI, callGetAPI, callGetAPI, callPostAPI, callPostAPI, callPostAPI
 

Method Detail

users

UserMethods users()
Since:
Facebook4J 2.0.5

accounts

AccountMethods accounts()
Since:
Facebook4J 2.0.5

activities

ActivityMethods activities()
Since:
Facebook4J 2.0.5

albums

AlbumMethods albums()
Since:
Facebook4J 2.0.5

checkins

CheckinMethods checkins()
Since:
Facebook4J 2.0.5

comments

CommentMethods comments()
Since:
Facebook4J 2.0.5

domains

DomainMethods domains()
Since:
Facebook4J 2.0.5

events

EventMethods events()
Since:
Facebook4J 2.0.5

family

FamilyMethods family()
Since:
Facebook4J 2.0.5

favorites

FavoriteMethods favorites()
Since:
Facebook4J 2.0.5

friends

FriendMethods friends()
Since:
Facebook4J 2.0.5

games

GameMethods games()
Since:
Facebook4J 2.0.5

groups

GroupMethods groups()
Since:
Facebook4J 2.0.5

likes

LikeMethods likes()
Since:
Facebook4J 2.0.5

links

LinkMethods links()
Since:
Facebook4J 2.0.5

locations

LocationMethods locations()
Since:
Facebook4J 2.0.5

messages

MessageMethods messages()
Since:
Facebook4J 2.0.5

conversations

ConversationMethods conversations()
Returns:
Facebook4J 2.4.8

notes

NoteMethods notes()
Since:
Facebook4J 2.0.5

notifications

NotificationMethods notifications()
Since:
Facebook4J 2.0.5

pages

PageMethods pages()
Since:
Facebook4J 2.0.5

permissions

PermissionMethods permissions()
Since:
Facebook4J 2.0.5

photos

PhotoMethods photos()
Since:
Facebook4J 2.0.5

pokes

PokeMethods pokes()
Since:
Facebook4J 2.0.5

posts

PostMethods posts()
Since:
Facebook4J 2.0.5

questions

QuestionMethods questions()
Since:
Facebook4J 2.0.5

subscribes

SubscribeMethods subscribes()
Since:
Facebook4J 2.0.5

videos

VideoMethods videos()
Since:
Facebook4J 2.0.5

insights

InsightMethods insights()
Since:
Facebook4J 2.0.5

search

SearchMethods search()
Since:
Facebook4J 2.0.5

testUsers

TestUserMethods testUsers()
Since:
Facebook4J 2.0.5

fql

FQLMethods fql()
Since:
Facebook4J 2.0.5

batch

BatchRequestsMethods batch()
Since:
Facebook4J 2.1.0

rawAPI

RawAPIMethods rawAPI()
Since:
Facebook4J 2.1.0


Copyright © 2019. All rights reserved.