Uses of Class
facebook4j.FacebookException

Packages that use FacebookException
facebook4j   
facebook4j.api   
facebook4j.auth   
facebook4j.json   
 

Uses of FacebookException in facebook4j
 

Methods in facebook4j that throw FacebookException
 boolean RawAPIResponse.asBoolean()
           
 facebook4j.internal.org.json.JSONArray BatchResponseImpl.asJSONArray()
           
 facebook4j.internal.org.json.JSONArray RawAPIResponse.asJSONArray()
           
 facebook4j.internal.org.json.JSONArray BatchResponse.asJSONArray()
           
 facebook4j.internal.org.json.JSONObject BatchResponseImpl.asJSONObject()
           
 facebook4j.internal.org.json.JSONObject RawAPIResponse.asJSONObject()
           
 facebook4j.internal.org.json.JSONObject BatchResponse.asJSONObject()
           
 ResponseList<facebook4j.internal.org.json.JSONObject> BatchResponseImpl.asResponseList()
           
 ResponseList<facebook4j.internal.org.json.JSONObject> BatchResponse.asResponseList()
           
 String BatchResponseImpl.asString()
           
 String BatchResponse.asString()
           
<T> ResponseList<T>
FacebookBase.fetchNext(Paging<T> paging)
          Fetches the data of the next page.
<T> ResponseList<T>
FacebookBase.fetchPrevious(Paging<T> paging)
          Fetches the data of the previous page.
 String FacebookBase.getId()
          Returns the ID of authenticating user/page.
This method may internally call '/me' on the first invocation if
- this instance is authenticated by OAuth.
 String FacebookBase.getName()
          Returns authenticating user's/page's name.
This method may internally call '/me' on the first invocation if
- this instance is authenticated by OAuth.
 

Uses of FacebookException in facebook4j.api
 

Methods in facebook4j.api that throw FacebookException
 String AlbumMethods.addAlbumPhoto(String albumId, Media source)
          Adds a photo to the album.
 String AlbumMethods.addAlbumPhoto(String albumId, Media source, String message)
          Adds a photo to the album.
 boolean FriendMethods.addFriendlistMember(String friendlistId, String userId)
          Adds a user to the friend list.
 String QuestionMethods.addQuestionOption(String questionId, String optionDescription)
          Adds the option to a question.
 boolean PhotoMethods.addTagToPhoto(String photoId, List<String> toUserIds)
          Adds the tag to a photo.
 boolean PhotoMethods.addTagToPhoto(String photoId, String toUserId)
          Adds the tag to a photo.
 boolean PhotoMethods.addTagToPhoto(String photoId, TagUpdate tagUpdate)
          Adds the tag to a photo.
 String ConversationMethods.answerConversation(String conversationId, String conversation)
          Answer conversation.
 Map<String,Boolean> PageMethods.block(List<String> userIds)
          Blocks users from posting content to the current page.
 Map<String,Boolean> PageMethods.block(String pageId, List<String> userIds)
          Blocks users from posting content to the current page.
 RawAPIResponse RawAPIMethods.callDeleteAPI(String relativeUrl)
          Calls raw Facebook DELETE API simply.
 RawAPIResponse RawAPIMethods.callDeleteAPI(String relativeUrl, Map<String,String> parameters)
          Calls raw Facebook DELETE API simply.
 RawAPIResponse RawAPIMethods.callGetAPI(String relativeUrl)
          Calls raw Facebook GET API simply.
 RawAPIResponse RawAPIMethods.callGetAPI(String relativeUrl, facebook4j.internal.http.HttpParameter... parameters)
          Calls raw Facebook GET API simply.
 RawAPIResponse RawAPIMethods.callGetAPI(String relativeUrl, Map<String,String> parameters)
          Calls raw Facebook GET API simply.
 RawAPIResponse RawAPIMethods.callPostAPI(String relativeUrl)
          Calls raw Facebook POST API simply.
 RawAPIResponse RawAPIMethods.callPostAPI(String relativeUrl, facebook4j.internal.http.HttpParameter... parameters)
          Calls raw Facebook POST API simply.
 RawAPIResponse RawAPIMethods.callPostAPI(String relativeUrl, Map<String,String> parameters)
          Calls raw Facebook POST API simply.
 String CheckinMethods.checkin(CheckinUpdate checkinUpdate)
          Deprecated. creating a Post with a location attached
 String CheckinMethods.checkin(String userId, CheckinUpdate checkinUpdate)
          Deprecated. creating a Post with a location attached
 String AlbumMethods.commentAlbum(String albumId, CommentUpdate commentUpdate)
          Comments on the album.
 String AlbumMethods.commentAlbum(String albumId, String message)
          Comments on the album.
 String CheckinMethods.commentCheckin(String checkinId, String message)
          Comments on a checkin.
 String LinkMethods.commentLink(String linkId, CommentUpdate commentUpdate)
          Comments on the link.
 String LinkMethods.commentLink(String linkId, String message)
          Comments on the link.
 String NoteMethods.commentNote(String noteId, String message)
          Comments on the note.
 String PhotoMethods.commentPhoto(String photoId, CommentUpdate commentUpdate)
          Comments on the photo.
 String PhotoMethods.commentPhoto(String photoId, String message)
          Comments on the photo.
 String PostMethods.commentPost(String postId, CommentUpdate commentUpdate)
          Comments on the post.
 String PostMethods.commentPost(String postId, String message)
          Comments on the post.
 String VideoMethods.commentVideo(String videoId, CommentUpdate commentUpdate)
          Comments on the video.
 String VideoMethods.commentVideo(String videoId, String message)
          Comments on the video.
 String AlbumMethods.createAlbum(AlbumUpdate albumUpdate)
          Creates the current user's photo album.
 String AlbumMethods.createAlbum(String userId, AlbumUpdate albumUpdate)
          Creates the user's photo album.
 String EventMethods.createEvent(EventUpdate eventUpdate)
          Creates the event for the current user/page.
 String EventMethods.createEvent(String id, EventUpdate eventUpdate)
          Creates the event for a user/event/page.
 String FriendMethods.createFriendlist(String friendlistName)
          Creates the friend list for the current user.
 String FriendMethods.createFriendlist(String userId, String friendlistName)
          Creates the friend list for a user.
 String PageMethods.createMilestone(MilestoneUpdate milestoneUpdate)
          Creates the milestone for the current page.
 String PageMethods.createMilestone(String pageId, MilestoneUpdate milestoneUpdate)
          Creates the milestone for the page.
 String NoteMethods.createNote(String subject, String message)
          Creates the current user's/page's note.
 String NoteMethods.createNote(String id, String subject, String message)
          Creates the note on behalf of a user/page.
 String PageMethods.createOffer(OfferUpdate offerUpdate)
          Creates an offer for the current page.
 String PageMethods.createOffer(String pageId, OfferUpdate offerUpdate)
          Creates an offers for the page.
 String QuestionMethods.createQuestion(QuestionUpdate questionUpdate)
          Creates a current page's question.
 String QuestionMethods.createQuestion(String id, QuestionUpdate questionUpdate)
          Creates the question.
 TestUser TestUserMethods.createTestUser(String appId)
          Creates a test user associated with a particular app.
 TestUser TestUserMethods.createTestUser(String appId, String name, String locale, String permissions)
          Creates a test user associated with a particular app.
 TestUser TestUserMethods.createTestUser(String appId, String name, String locale, String permissions, boolean installed)
          Creates a test user associated with a particular app.
 boolean GameMethods.deleteAchievement(String userId, URL achievementURL)
          Deletes the achievement for a user.
 boolean GameMethods.deleteAchievement(URL achievementURL)
          Deletes the achievement for the current user.
 boolean PermissionMethods.deleteAllPermissions()
          This method is an alias of: PermissionMethods.revokeAllPermissions() .
 boolean PermissionMethods.deleteAllPermissions(String userId)
          This method is an alias of: PermissionMethods.revokeAllPermissions() .
 boolean CommentMethods.deleteComment(String commentId)
          Deletes the comment.
 boolean EventMethods.deleteEvent(String eventId)
          Deletes the event.
 boolean EventMethods.deleteEventPicture(String eventId)
          Deletes the event's profile picture.
 boolean FriendMethods.deleteFriendlist(String friendlistId)
          Deletes the friend list.
 boolean FriendMethods.deleteFriendlistMember(String friendlistId, String userId)
          This method is an alias of: FriendMethods.removeFriendlistMember(String, String) .
 boolean PageMethods.deleteMilestone(String milestoneId)
          Deletes the milestone.
 boolean PageMethods.deleteOffer(String offerId)
          Deletes the createOffer.
 boolean PermissionMethods.deletePermission(String permissionName)
          This method is an alias of: PermissionMethods.revokePermission(String) .
 boolean PermissionMethods.deletePermission(String userId, String permissionName)
          This method is an alias of: PermissionMethods.revokePermission(String, String) .
 boolean PhotoMethods.deletePhoto(String photoId)
          Deletes the photo.
 boolean PostMethods.deletePost(String postId)
          Deletes the post.
 boolean QuestionMethods.deleteQuestion(String questionId)
          Deletes the question.
 boolean GameMethods.deleteScore()
          Deletes the current score for the current user.
 boolean GameMethods.deleteScore(String userId)
          Deletes the current score for a user.
 boolean PageMethods.deleteTab(String tabId)
          Deletes an installed profile_tab where is_permanent is not true for the current page.
 boolean PageMethods.deleteTab(String pageId, String tabId)
          Deletes an installed profile_tab where is_permanent is not true for the page.
 boolean PhotoMethods.deleteTagOnPhoto(String photoId, String toUserId)
          Deletes a tag for a particular user in the photo.
 boolean TestUserMethods.deleteTestUser(String testUserId)
          Deletes the test user.
 boolean PageMethods.displayPagePost(String postId, boolean isHidden)
          Hides/Shows the page's post that is published by a non-admin user.
 boolean EventMethods.editEvent(String eventId, EventUpdate eventUpdate)
          Updates the event.
 List<BatchResponse> BatchRequestsMethods.executeBatch(BatchRequests<BatchRequest> requests)
          Calls Facebook batch API.
 facebook4j.internal.org.json.JSONArray FQLMethods.executeFQL(String query)
          Executes a single FQL query.
 facebook4j.internal.org.json.JSONArray FQLMethods.executeFQL(String query, Locale locale)
          Executes a single FQL query.
 Map<String,facebook4j.internal.org.json.JSONArray> FQLMethods.executeMultiFQL(Map<String,String> queries)
          Executes multiple FQL queries.
 Map<String,facebook4j.internal.org.json.JSONArray> FQLMethods.executeMultiFQL(Map<String,String> queries, Locale locale)
          Executes multiple FQL queries.
 ResponseList<Account> AccountMethods.getAccounts()
          Returns the current user's accounts of Facebook apps and pages.
 ResponseList<Account> AccountMethods.getAccounts(Reading reading)
          Returns the current user's accounts of Facebook apps and pages.
 ResponseList<Account> AccountMethods.getAccounts(String userId)
          Returns a user's accounts of Facebook apps and pages.
 ResponseList<Account> AccountMethods.getAccounts(String userId, Reading reading)
          Returns a user's accounts of Facebook apps and pages.
 ResponseList<Achievement> GameMethods.getAchievements()
          Returns the achievements for the current user.
 ResponseList<Achievement> GameMethods.getAchievements(Reading reading)
          Returns the achievements for the current user.
 ResponseList<Achievement> GameMethods.getAchievements(String userId)
          Returns the achievements for a user.
 ResponseList<Achievement> GameMethods.getAchievements(String userId, Reading reading)
          Returns the achievements for a user.
 ResponseList<Activity> ActivityMethods.getActivities()
          Returns the activities listed on the current user's profile.
 ResponseList<Activity> ActivityMethods.getActivities(Reading reading)
          Returns the activities listed on the current user's profile.
 ResponseList<Activity> ActivityMethods.getActivities(String userId)
          Returns the activities listed on a user's profile.
 ResponseList<Activity> ActivityMethods.getActivities(String userId, Reading reading)
          Returns the activities listed on a user's profile.
 Album AlbumMethods.getAlbum(String albumId)
          Returns a single photo album.
 Album AlbumMethods.getAlbum(String albumId, Reading reading)
          Returns a single photo album.
 ResponseList<Comment> AlbumMethods.getAlbumComments(String albumId)
          Returns the comments made on the album.
 ResponseList<Comment> AlbumMethods.getAlbumComments(String albumId, Reading reading)
          Returns the comments made on the album.
 URL AlbumMethods.getAlbumCoverPhoto(String albumId)
          Returns url of the album's cover photo.
 ResponseList<Like> AlbumMethods.getAlbumLikes(String albumId)
          Returns likes made on the album.
 ResponseList<Like> AlbumMethods.getAlbumLikes(String albumId, Reading reading)
          Returns likes made on the album.
 ResponseList<Photo> AlbumMethods.getAlbumPhotos(String albumId)
          Returns the photos contained in the album.
 ResponseList<Photo> AlbumMethods.getAlbumPhotos(String albumId, Reading reading)
          Returns the photos contained in the album.
 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<Album> AlbumMethods.getAlbums()
          Returns the photo albums the current user/page has created.
 ResponseList<Album> AlbumMethods.getAlbums(Reading reading)
          Returns the photo albums the current user/page has created.
 ResponseList<Album> AlbumMethods.getAlbums(String id)
          Returns the photo albums a user/page has created.
 ResponseList<Album> AlbumMethods.getAlbums(String id, Reading reading)
          Returns the photo albums a user/page has created.
 ResponseList<Friend> FriendMethods.getBelongsFriend(String friendId)
          Returns the friend if the current user friends with.
 ResponseList<Friend> FriendMethods.getBelongsFriend(String friendId, Reading reading)
          Returns the friend if the current user friends with.
 ResponseList<Friend> FriendMethods.getBelongsFriend(String userId, String friendId)
          Returns the friend if a user friends with.
 ResponseList<Friend> FriendMethods.getBelongsFriend(String userId, String friendId, Reading reading)
          Returns the friend if a user friends with.
 ResponseList<User> PageMethods.getBlocked()
          Returns a list of users blocked from the current Page.
 ResponseList<User> PageMethods.getBlocked(Reading reading)
          Returns a list of users blocked from the current Page.
 ResponseList<User> PageMethods.getBlocked(String pageId)
          Returns a list of users blocked from the Page.
 ResponseList<User> PageMethods.getBlocked(String pageId, Reading reading)
          Returns a list of users blocked from the Page.
 ResponseList<Book> FavoriteMethods.getBooks()
          Returns the books listed on the current user's profile.
 ResponseList<Book> FavoriteMethods.getBooks(Reading reading)
          Returns the books listed on the current user's profile.
 ResponseList<Book> FavoriteMethods.getBooks(String userId)
          Returns the books listed on a user's profile.
 ResponseList<Book> FavoriteMethods.getBooks(String userId, Reading reading)
          Returns the books listed on a user's profile.
 Checkin CheckinMethods.getCheckin(String checkinId)
          Returns a single checkin information.
 Checkin CheckinMethods.getCheckin(String checkinId, Reading reading)
          Returns a single checkin information.
 ResponseList<Comment> CheckinMethods.getCheckinComments(String checkinId)
          Returns the comments on a checkin.
 ResponseList<Comment> CheckinMethods.getCheckinComments(String checkinId, Reading reading)
          Returns the comments on a checkin.
 ResponseList<Like> CheckinMethods.getCheckinLikes(String checkinId)
          Returns the users who like a checkin.
 ResponseList<Like> CheckinMethods.getCheckinLikes(String checkinId, Reading reading)
          Returns the users who like a checkin.
 ResponseList<Checkin> CheckinMethods.getCheckins()
          Returns the places that the current user has checked-into or made to the Place Page by the current user or friends of the current user.
 ResponseList<Checkin> CheckinMethods.getCheckins(Reading reading)
          Returns the places that the current user has checked-into or made to the Place Page by the current user or friends of the current user.
 ResponseList<Checkin> CheckinMethods.getCheckins(String id)
          Returns the places that a user has checked-into or made to the Place Page by the user or friends of the user.
 ResponseList<Checkin> CheckinMethods.getCheckins(String id, Reading reading)
          Returns the places that a user has checked-into or made to the Place Page by the user or friends of the user.
 Comment CommentMethods.getComment(String commentId)
          Returns a single comment.
 Comment CommentMethods.getComment(String commentId, Reading reading)
          Returns a single comment.
 ResponseList<Like> CommentMethods.getCommentLikes(String commentId)
          Returns the likes on a comment.
 ResponseList<Like> CommentMethods.getCommentLikes(String commentId, Reading reading)
          Returns the likes on a comment.
 ResponseList<Comment> CommentMethods.getCommentReplies(String commentId)
          Returns the replies on a comment.
 ResponseList<Comment> CommentMethods.getCommentReplies(String commentId, Reading reading)
          Returns the replies on a comment.
 Conversation ConversationMethods.getConversation(String conversationId)
          Returns a single conversation.
 Conversation ConversationMethods.getConversation(String conversationId, Reading reading)
          Returns a single conversation.
 InboxResponseList<Conversation> ConversationMethods.getConversations()
          Returns the conversations of the current page.
 InboxResponseList<Conversation> ConversationMethods.getConversations(Reading reading)
          Returns the conversations of the current page.
 InboxResponseList<Conversation> ConversationMethods.getConversations(String pageId)
          Returns the conversations of a page.
 InboxResponseList<Conversation> ConversationMethods.getConversations(String pageId, Reading reading)
          Returns the conversations of a page.
 Domain DomainMethods.getDomain(String domainId)
          Returns the website domain information using Facebook.
 Domain DomainMethods.getDomainByName(String domainName)
          Returns the website domain information using Facebook.
 List<Domain> DomainMethods.getDomainsByName(String... domainName)
          Returns the website domains information using Facebook.
 Event EventMethods.getEvent(String eventId)
          Returns a single event.
 Event EventMethods.getEvent(String eventId, Reading reading)
          Returns a single event.
 ResponseList<Photo> EventMethods.getEventPhotos(String eventId)
          Returns the event's photos.
 ResponseList<Photo> EventMethods.getEventPhotos(String eventId, Reading reading)
          Returns the event's photos.
 URL EventMethods.getEventPictureURL(String eventId)
          Returns url of the event's profile picture.
 URL EventMethods.getEventPictureURL(String eventId, PictureSize size)
          Returns url of the event's profile picture.
 ResponseList<Event> EventMethods.getEvents()
          Returns the events the current user/page is attending.
 ResponseList<Event> EventMethods.getEvents(Reading reading)
          Returns the events the current user/page is attending.
 ResponseList<Event> EventMethods.getEvents(String id)
          Returns the events a user/event/page is attending.
 ResponseList<Event> EventMethods.getEvents(String id, Reading reading)
          Returns the events a user/event/page is attending.
 ResponseList<Video> EventMethods.getEventVideos(String eventId)
          Returns the event's videos.
 ResponseList<Video> EventMethods.getEventVideos(String eventId, Reading reading)
          Returns the event's videos.
 ResponseList<Family> FamilyMethods.getFamily()
          Returns the current user's family relationships.
 ResponseList<Family> FamilyMethods.getFamily(Reading reading)
          Returns the current user's family relationships.
 ResponseList<Family> FamilyMethods.getFamily(String userId)
          Returns a user's family relationships.
 ResponseList<Family> FamilyMethods.getFamily(String userId, Reading reading)
          Returns a user's family relationships.
 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.
 Friendlist FriendMethods.getFriendlist(String friendlistId)
          Returns a single friend list.
 Friendlist FriendMethods.getFriendlist(String friendlistId, Reading reading)
          Returns a single friend list.
 ResponseList<Friend> FriendMethods.getFriendlistMembers(String friendlistId)
          Returns all of the users who are members of this list.
 ResponseList<Friendlist> FriendMethods.getFriendlists()
          Returns the current user's friend lists.
 ResponseList<Friendlist> FriendMethods.getFriendlists(Reading reading)
          Returns the current user's friend lists.
 ResponseList<Friendlist> FriendMethods.getFriendlists(String userId)
          Returns the user's friend lists.
 ResponseList<Friendlist> FriendMethods.getFriendlists(String userId, Reading reading)
          Returns the user's friend lists.
 ResponseList<FriendRequest> FriendMethods.getFriendRequests()
          Returns the current user's incoming friend requests.
 ResponseList<FriendRequest> FriendMethods.getFriendRequests(Reading reading)
          Returns the current user's incoming friend requests.
 ResponseList<FriendRequest> FriendMethods.getFriendRequests(String userId)
          Returns the user's incoming friend requests.
 ResponseList<FriendRequest> FriendMethods.getFriendRequests(String userId, Reading reading)
          Returns the user's incoming friend requests.
 ResponseList<Friend> FriendMethods.getFriends()
          Returns the current user's friends.
 ResponseList<Friend> FriendMethods.getFriends(Reading reading)
          Returns the current user's friends.
 ResponseList<Friend> FriendMethods.getFriends(String userId)
          Returns a user's friends.
 ResponseList<Friend> FriendMethods.getFriends(String userId, Reading reading)
          Returns a user's friends.
 ResponseList<Game> FavoriteMethods.getGames()
          Returns the games the current user has added to the Arts and Entertainment section of their profile.
 ResponseList<Game> FavoriteMethods.getGames(Reading reading)
          Returns the games the current user has added to the Arts and Entertainment section of their profile.
 ResponseList<Game> FavoriteMethods.getGames(String userId)
          Returns the games a user has added to the Arts and Entertainment section of their profile.
 ResponseList<Game> FavoriteMethods.getGames(String userId, Reading reading)
          Returns the games a user has added to the Arts and Entertainment section of their profile.
 ResponseList<Page> PageMethods.getGlobalBrandChildren(String pageId)
          Returns all children pages of a specific page.
 ResponseList<Page> PageMethods.getGlobalBrandChildren(String pageId, Reading reading)
          Returns all children pages of a specific page.
 Group GroupMethods.getGroup(String groupId)
          Returns a single group.
 Group GroupMethods.getGroup(String groupId, Reading reading)
          Returns a single group.
 ResponseList<GroupDoc> GroupMethods.getGroupDocs(String groupId)
          Returns the docs in a group.
 ResponseList<GroupDoc> GroupMethods.getGroupDocs(String groupId, Reading reading)
          Returns the docs in a group.
 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<GroupMember> GroupMethods.getGroupMembers(String groupId)
          Returns all of the users who are members of a group.
 ResponseList<GroupMember> GroupMethods.getGroupMembers(String groupId, Reading reading)
          Returns all of the users who are members of a group.
 URL GroupMethods.getGroupPictureURL(String groupId)
          Returns url of a group's profile picture.
 ResponseList<Group> GroupMethods.getGroups()
          Returns the Groups that the current user belongs to.
 ResponseList<Group> GroupMethods.getGroups(Reading reading)
          Returns the Groups that the current user belongs to.
 ResponseList<Group> GroupMethods.getGroups(String userId)
          Returns the Groups that a user belongs to.
 ResponseList<Group> GroupMethods.getGroups(String userId, Reading reading)
          Returns the Groups that a user belongs to.
 ResponseList<Post> PostMethods.getHome()
          Returns the current user's news feed.
 ResponseList<Post> PostMethods.getHome(Reading reading)
          Returns the current user's news feed.
 InboxResponseList<Message> MessageMethods.getInbox()
          Returns the messages in the current user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(Reading reading)
          Returns the messages in the current user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(String userId)
          Returns the messages in a user's inbox.
 InboxResponseList<Message> MessageMethods.getInbox(String userId, Reading reading)
          Returns the messages in a user's inbox.
 ResponseList<Insight> InsightMethods.getInsights(String objectId, String metric)
           
 ResponseList<Insight> InsightMethods.getInsights(String objectId, String metric, Reading reading)
           
 ResponseList<Tab> PageMethods.getInstalledTabs(List<String> appIds)
          Returns the current Page's profile tabs if a specific app is installed.
 ResponseList<Tab> PageMethods.getInstalledTabs(List<String> appIds, Reading reading)
          Returns the current Page's profile tabs if a specific app is installed.
 ResponseList<Tab> PageMethods.getInstalledTabs(String pageId, List<String> appIds)
          Returns the Page's profile tabs if a specific app is installed.
 ResponseList<Tab> PageMethods.getInstalledTabs(String pageId, List<String> appIds, Reading reading)
          Returns the Page's profile tabs if a specific app is installed.
 ResponseList<Interest> FavoriteMethods.getInterests()
          Returns the interests listed on the current user's profile.
 ResponseList<Interest> FavoriteMethods.getInterests(Reading reading)
          Returns the interests listed on the current user's profile.
 ResponseList<Interest> FavoriteMethods.getInterests(String userId)
          Returns the interests listed on a user's profile.
 ResponseList<Interest> FavoriteMethods.getInterests(String userId, Reading reading)
          Returns the interests listed on a user's profile.
 Page PageMethods.getLikedPage(String pageId)
          Returns a specific page that the current user has liked.
 Page PageMethods.getLikedPage(String pageId, Reading reading)
          Returns a specific page that the current user has liked.
 Page PageMethods.getLikedPage(String userId, String pageId)
          Returns a specific page that a user has liked.
 Page PageMethods.getLikedPage(String userId, String pageId, Reading reading)
          Returns a specific page that a user has liked.
 Link LinkMethods.getLink(String linkId)
          Returns the link shared on a user's wall.
 Link LinkMethods.getLink(String linkId, Reading reading)
          Returns the link shared on a user's wall.
 ResponseList<Comment> LinkMethods.getLinkComments(String linkId)
          Returns all of the comments on a link.
 ResponseList<Comment> LinkMethods.getLinkComments(String linkId, Reading reading)
          Returns all of the comments on a link.
 ResponseList<Like> LinkMethods.getLinkLikes(String linkId)
          Returns the likes on a link.
 ResponseList<Like> LinkMethods.getLinkLikes(String linkId, Reading reading)
          Returns the likes on a link.
 ResponseList<Link> LinkMethods.getLinks()
          Returns the current user's/page's/event's posted links.
 ResponseList<Link> LinkMethods.getLinks(Reading reading)
          Returns the current user's/page's/event's posted links.
 ResponseList<Link> LinkMethods.getLinks(String id)
          Returns a user's/page's/event's posted links.
 ResponseList<Link> LinkMethods.getLinks(String id, Reading reading)
          Returns a user's/page's/event's posted links.
 ResponseList<Location> LocationMethods.getLocations()
          Returns the posts with location.
 ResponseList<Location> LocationMethods.getLocations(Reading reading)
          Returns the posts with location.
 ResponseList<Location> LocationMethods.getLocations(String userId)
          Returns the posts with location.
 ResponseList<Location> LocationMethods.getLocations(String userId, Reading reading)
          Returns the posts with location.
 User UserMethods.getMe()
          Returns the current user.
 User UserMethods.getMe(Reading reading)
          Returns the current user.
 Message MessageMethods.getMessage(String messageId)
          Returns a single message.
 Message MessageMethods.getMessage(String messageId, Reading reading)
          Returns a single message.
 ResponseList<Milestone> PageMethods.getMilestones()
          Returns a list of the Page's milestones.
 ResponseList<Milestone> PageMethods.getMilestones(Reading reading)
          /** Returns a list of the Page's milestones.
 ResponseList<Milestone> PageMethods.getMilestones(String pageId)
          Returns a list of the Page's milestones.
 ResponseList<Milestone> PageMethods.getMilestones(String pageId, Reading reading)
          Returns a list of the Page's milestones.
 ResponseList<Movie> FavoriteMethods.getMovies()
          Returns the movies listed on the current user's profile.
 ResponseList<Movie> FavoriteMethods.getMovies(Reading reading)
          Returns the movies listed on the current user's profile.
 ResponseList<Movie> FavoriteMethods.getMovies(String userId)
          Returns the movies listed on a user's profile.
 ResponseList<Movie> FavoriteMethods.getMovies(String userId, Reading reading)
          Returns the movies listed on a user's profile.
 ResponseList<Music> FavoriteMethods.getMusic()
          Returns the music listed on the current user's profile.
 ResponseList<Music> FavoriteMethods.getMusic(Reading reading)
          Returns the music listed on the current user's profile.
 ResponseList<Music> FavoriteMethods.getMusic(String userId)
          Returns the music listed on a user's profile.
 ResponseList<Music> FavoriteMethods.getMusic(String userId, Reading reading)
          Returns the music listed on a user's profile.
 ResponseList<Friend> FriendMethods.getMutualFriends(String friendUserId)
          Returns the mutual friends between the current user and friend.
 ResponseList<Friend> FriendMethods.getMutualFriends(String friendUserId, Reading reading)
          Returns the mutual friends between the current user and friend.
 ResponseList<Friend> FriendMethods.getMutualFriends(String userId1, String userId2)
          Returns the mutual friends between two users.
 ResponseList<Friend> FriendMethods.getMutualFriends(String userId1, String userId2, Reading reading)
          Returns the mutual friends between two users.
 Note NoteMethods.getNote(String noteId)
          Returns a note.
 Note NoteMethods.getNote(String noteId, Reading reading)
          Returns a note.
 ResponseList<Comment> NoteMethods.getNoteComments(String noteId)
          Returns all of the comments on a note.
 ResponseList<Comment> NoteMethods.getNoteComments(String noteId, Reading reading)
          Returns all of the comments on a note.
 ResponseList<Like> NoteMethods.getNoteLikes(String noteId)
          Returns the likes made on a note.
 ResponseList<Like> NoteMethods.getNoteLikes(String noteId, Reading reading)
          Returns the likes made on a note.
 ResponseList<Note> NoteMethods.getNotes()
          Returns the current user's/page's notes.
 ResponseList<Note> NoteMethods.getNotes(Reading reading)
          Returns the current user's/page's notes.
 ResponseList<Note> NoteMethods.getNotes(String id)
          Returns a user's/page's notes.
 ResponseList<Note> NoteMethods.getNotes(String id, Reading reading)
          Returns a user's/page's notes.
 ResponseList<Notification> NotificationMethods.getNotifications()
          Returns the notifications for the current user.
 ResponseList<Notification> NotificationMethods.getNotifications(boolean includeRead)
          Returns the notifications for the current user.
 ResponseList<Notification> NotificationMethods.getNotifications(Reading reading)
          Returns the notifications for the current user.
 ResponseList<Notification> NotificationMethods.getNotifications(Reading reading, boolean includeRead)
          Returns the notifications for the current user.
 ResponseList<Notification> NotificationMethods.getNotifications(String userId)
          Returns the notifications for a user.
 ResponseList<Notification> NotificationMethods.getNotifications(String userId, boolean includeRead)
          Returns the notifications for a user.
 ResponseList<Notification> NotificationMethods.getNotifications(String userId, Reading reading)
          Returns the notifications for a user.
 ResponseList<Notification> NotificationMethods.getNotifications(String userId, Reading reading, boolean includeRead)
          Returns the notifications for a user.
 Offer PageMethods.getOffer(String offerId)
          Returns the offer.
 ResponseList<Offer> PageMethods.getOffers()
          Returns a list of offers of the current page.
 ResponseList<Offer> PageMethods.getOffers(Reading reading)
          Returns a list of offers of the current page.
 ResponseList<Offer> PageMethods.getOffers(String pageId)
          Returns a list of offers of the current page.
 ResponseList<Offer> PageMethods.getOffers(String pageId, Reading reading)
          Returns a list of offers of the current page.
 ResponseList<Message> MessageMethods.getOutbox()
          Returns the messages in the current user's outbox.
 ResponseList<Message> MessageMethods.getOutbox(Reading reading)
          Returns the messages in the current user's outbox.
 ResponseList<Message> MessageMethods.getOutbox(String userId)
          Returns the messages in a user's outbox.
 ResponseList<Message> MessageMethods.getOutbox(String userId, Reading reading)
          Returns the messages in a user's outbox.
 Page PageMethods.getPage()
          Returns the current page.
 Page PageMethods.getPage(Reading reading)
          Returns the current page.
 Page PageMethods.getPage(String pageId)
          Returns the page.
 Page PageMethods.getPage(String pageId, Reading reading)
          Returns the page.
 ResponseList<Admin> PageMethods.getPageAdmins()
          Returns a list of the Page's Admins.
 ResponseList<Admin> PageMethods.getPageAdmins(Reading reading)
          Returns a list of the Page's Admins.
 ResponseList<Admin> PageMethods.getPageAdmins(String pageId)
          Returns a list of the Page's Admins.
 ResponseList<Admin> PageMethods.getPageAdmins(String pageId, Reading reading)
          Returns a list of the Page's Admins.
 ResponseList<Insight> PageMethods.getPageInsights(String pageId)
          Returns the page's insights data.
 ResponseList<Insight> PageMethods.getPageInsights(String pageId, Reading reading)
          Returns the page's insights data.
 ResponseList<Like> PageMethods.getPageLikes(String pageId)
          Returns likes made by the page.
 ResponseList<Like> PageMethods.getPageLikes(String pageId, Reading reading)
          Returns likes made by the page.
 URL PageMethods.getPagePictureURL()
          Returns the url of a page's profile picture.
 URL PageMethods.getPagePictureURL(PictureSize size)
          Returns the url of a page's profile picture.
 URL PageMethods.getPagePictureURL(String pageId)
          Returns the url of a page's profile picture.
 URL PageMethods.getPagePictureURL(String pageId, PictureSize size)
          Returns the url of a page's profile picture.
 ResponseList<PageSetting> PageMethods.getPageSettings()
          Returns the settings for the current page.
 ResponseList<PageSetting> PageMethods.getPageSettings(String pageId)
          Returns the settings for the page.
 ResponseList<Tagged> PageMethods.getPageTagged(String pageId)
          Returns the photos, videos, and posts in which the Page has been tagged.
 ResponseList<Tagged> PageMethods.getPageTagged(String pageId, Reading reading)
          Returns the photos, videos, and posts in which the Page has been tagged.
 List<Permission> PermissionMethods.getPermissions()
          Returns the permissions granted the current user to the current application.
 List<Permission> PermissionMethods.getPermissions(String userId)
          Returns the permissions granted a user to the current application.
 Photo PhotoMethods.getPhoto(String photoId)
          Returns a single photo.
 Photo PhotoMethods.getPhoto(String photoId, Reading reading)
          Returns a single photo.
 ResponseList<Comment> PhotoMethods.getPhotoComments(String photoId)
          Returns the comments made on a photo.
 ResponseList<Comment> PhotoMethods.getPhotoComments(String photoId, Reading reading)
          Returns the comments made on a photo.
 ResponseList<Like> PhotoMethods.getPhotoLikes(String photoId)
          Returns the likes made on a photo.
 ResponseList<Like> PhotoMethods.getPhotoLikes(String photoId, Reading reading)
          Returns the likes made on a photo.
 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<Photo> PhotoMethods.getPhotos()
          Returns the photos the current user/page is tagged in.
 ResponseList<Photo> PhotoMethods.getPhotos(Reading reading)
          Returns the photos the current user/page is tagged in.
 ResponseList<Photo> PhotoMethods.getPhotos(String id)
          Returns the photos a user is tagged in / uploaded to a page / published to an event.
 ResponseList<Photo> PhotoMethods.getPhotos(String id, Reading reading)
          Returns the photos a user is tagged in / uploaded to a page / published to an event.
 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.
 URL PhotoMethods.getPhotoURL(String photoId)
          Returns url of a photo.
 URL UserMethods.getPictureURL()
          Returns the url of the current user's profile picture.
 URL UserMethods.getPictureURL(int width, int height)
          Returns the url of the current user's profile picture.
 URL UserMethods.getPictureURL(PictureSize size)
          Returns the url of the current user's profile picture.
 URL UserMethods.getPictureURL(String userId)
          Returns the url of a user's profile picture.
 URL UserMethods.getPictureURL(String userId, int width, int height)
          Returns the url of a user's profile picture.
 URL UserMethods.getPictureURL(String userId, PictureSize size)
          Returns the url of a user's profile picture.
 ResponseList<Poke> PokeMethods.getPokes()
          Returns the current user's pokes.
 ResponseList<Poke> PokeMethods.getPokes(Reading reading)
          Returns the current user's pokes.
 ResponseList<Poke> PokeMethods.getPokes(String userId)
          Returns a user's pokes.
 ResponseList<Poke> PokeMethods.getPokes(String userId, Reading reading)
          Returns a user's pokes.
 Post PostMethods.getPost(String postId)
          Returns a single post.
 Post PostMethods.getPost(String postId, Reading reading)
          Returns a single post.
 ResponseList<Comment> PostMethods.getPostComments(String postId)
          Returns all of the comments on a post.
 ResponseList<Comment> PostMethods.getPostComments(String postId, Reading reading)
          Returns all of the comments on a post.
 ResponseList<Like> PostMethods.getPostLikes(String postId)
          Returns the likes on a post.
 ResponseList<Like> PostMethods.getPostLikes(String postId, Reading reading)
          Returns the likes on a post.
 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<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.
 Question QuestionMethods.getQuestion(String questionId)
          Returns a single question.
 Question QuestionMethods.getQuestion(String questionId, Reading reading)
          Returns a single question.
 ResponseList<Question.Option> QuestionMethods.getQuestionOptions(String questionId)
          Returns the options available as answers to the question.
 ResponseList<Question.Option> QuestionMethods.getQuestionOptions(String questionId, Reading reading)
          Returns the options available as answers to the question.
 ResponseList<QuestionVotes> QuestionMethods.getQuestionOptionVotes(String questionId)
          Returns the votes a particular option to a question has received.
 ResponseList<Question> QuestionMethods.getQuestions()
          Returns the current user's/page's questions.
 ResponseList<Question> QuestionMethods.getQuestions(Reading reading)
          Returns the current user's/page's questions.
 ResponseList<Question> QuestionMethods.getQuestions(String id)
          Returns a user's/page's questions.
 ResponseList<Question> QuestionMethods.getQuestions(String id, Reading reading)
          Returns a user's/page's questions.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusAsInvited(String eventId)
          Returns a list of invitees for the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusAsInvited(String eventId, String userId)
          Checks a specific user has been invited to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusAsNoreply(String eventId)
          Returns a list of all users who have not replied to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusAsNoreply(String eventId, String userId)
          Returns a single user who have not replied to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInAttending(String eventId)
          Returns a list of all users who responded 'yes' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInAttending(String eventId, String userId)
          Checks a specific user responded 'yes' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInDeclined(String eventId)
          Returns a list of all users who responded 'no' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInDeclined(String eventId, String userId)
          Checks a specific user responded 'no' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInMaybe(String eventId)
          Returns a list of all users who responded 'maybe' to the event.
 ResponseList<RSVPStatus> EventMethods.getRSVPStatusInMaybe(String eventId, String userId)
          Checks a specific user responded 'maybe' to the event.
 ResponseList<Score> GameMethods.getScores()
          Returns the current scores for a user in games.
 ResponseList<Score> GameMethods.getScores(Reading reading)
          Returns the current scores for a user in games.
 ResponseList<Score> GameMethods.getScores(String userId)
          Returns the current scores for the current user in games.
 ResponseList<Score> GameMethods.getScores(String userId, Reading reading)
          Returns the current scores for the current user in games.
 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.
 URL UserMethods.getSSLPictureURL()
          Returns the url of the current user's profile picture over a secure connection.
 URL UserMethods.getSSLPictureURL(PictureSize size)
          Returns the url of the current user's profile picture over a secure connection.
 URL UserMethods.getSSLPictureURL(String userId)
          Returns the url of a user's profile picture over a secure connection.
 URL UserMethods.getSSLPictureURL(String userId, PictureSize size)
          Returns the url of a user's profile picture over a secure connection.
 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<Subscribedto> SubscribeMethods.getSubscribedto()
          Returns people the current user is subscribed to.
 ResponseList<Subscribedto> SubscribeMethods.getSubscribedto(Reading reading)
          Returns people the current user is subscribed to.
 ResponseList<Subscribedto> SubscribeMethods.getSubscribedto(String userId)
          Returns people a user is subscribed to.
 ResponseList<Subscribedto> SubscribeMethods.getSubscribedto(String userId, Reading reading)
          Returns people a user is subscribed to.
 ResponseList<Subscriber> SubscribeMethods.getSubscribers()
          Returns the current user's subscribers.
 ResponseList<Subscriber> SubscribeMethods.getSubscribers(Reading reading)
          Returns the current user's subscribers.
 ResponseList<Subscriber> SubscribeMethods.getSubscribers(String userId)
          Returns a user's subscribers.
 ResponseList<Subscriber> SubscribeMethods.getSubscribers(String userId, Reading reading)
          Returns a user's subscribers.
 ResponseList<Tab> PageMethods.getTabs()
          Returns the current Page's profile tabs.
 ResponseList<Tab> PageMethods.getTabs(Reading reading)
          Returns the current Page's profile tabs.
 ResponseList<Tab> PageMethods.getTabs(String pageId)
          Returns the Page's profile tabs.
 ResponseList<Tab> PageMethods.getTabs(String pageId, Reading reading)
          Returns the Page's profile tabs.
 ResponseList<TaggableFriend> FriendMethods.getTaggableFriends()
          Returns the list of friends of the current user.
 ResponseList<TaggableFriend> FriendMethods.getTaggableFriends(Reading reading)
          Returns the list of friends of the current user.
 ResponseList<TaggableFriend> FriendMethods.getTaggableFriends(String userId)
          Returns the list of friends of the current user.
 ResponseList<TaggableFriend> FriendMethods.getTaggableFriends(String userId, Reading reading)
          Returns the list of friends of the current user.
 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<PlaceTag> LocationMethods.getTaggedPlaces()
          Returns a list of tags of this person at a place in a photo, video, post, status or link.
 ResponseList<PlaceTag> LocationMethods.getTaggedPlaces(Reading reading)
          Returns a list of tags of this person at a place in a photo, video, post, status or link.
 ResponseList<PlaceTag> LocationMethods.getTaggedPlaces(String userId)
          Returns a list of tags of this person at a place in a photo, video, post, status or link.
 ResponseList<PlaceTag> LocationMethods.getTaggedPlaces(String userId, Reading reading)
          Returns a list of tags of this person at a place in a photo, video, post, status or link.
 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.
 ResponseList<Television> FavoriteMethods.getTelevision()
          Returns the television listed on the current user's profile.
 ResponseList<Television> FavoriteMethods.getTelevision(Reading reading)
          Returns the television listed on the current user's profile.
 ResponseList<Television> FavoriteMethods.getTelevision(String userId)
          Returns the television listed on a user's profile.
 ResponseList<Television> FavoriteMethods.getTelevision(String userId, Reading reading)
          Returns the television listed on a user's profile.
 ResponseList<TestUser> TestUserMethods.getTestUsers(String appId)
          Returns test users associated with a particular app.
 ResponseList<TestUser> TestUserMethods.getTestUsers(String appId, Integer limit)
          Returns test users associated with a particular app.
 ResponseList<Message> MessageMethods.getUpdates()
          Returns the updates in the current user's inbox.
 ResponseList<Message> MessageMethods.getUpdates(Reading reading)
          Returns the updates in the current user's inbox.
 ResponseList<Message> MessageMethods.getUpdates(String userId)
          Returns the updates in a user's inbox.
 ResponseList<Message> MessageMethods.getUpdates(String userId, Reading reading)
          Returns the updates in a user's inbox.
 ResponseList<Photo> PhotoMethods.getUploadedPhotos()
          Returns All of the updates photos of the current user/page.
 ResponseList<Photo> PhotoMethods.getUploadedPhotos(Reading reading)
          Returns All of the updates photos of the current user/page.
 ResponseList<Photo> PhotoMethods.getUploadedPhotos(String id)
          Returns All of the updates photos of the current user/page.
 ResponseList<Photo> PhotoMethods.getUploadedPhotos(String id, Reading reading)
          Returns All of the updates photos of the current user/page.
 User UserMethods.getUser(String userId)
          Returns a given user, specified by ID.
 User UserMethods.getUser(String userId, Reading reading)
          Returns a given user, specified by ID.
 ResponseList<Like> LikeMethods.getUserLikes()
          Returns all the pages the current user has liked.
 ResponseList<Like> LikeMethods.getUserLikes(Reading reading)
          Returns all the pages the current user has liked.
 ResponseList<Like> LikeMethods.getUserLikes(String userId)
          Returns all the pages a user has liked.
 ResponseList<Like> LikeMethods.getUserLikes(String userId, Reading reading)
          Returns all the pages a user has liked.
 List<User> UserMethods.getUsers(String... ids)
          Returns the users specified by IDs.
 Video VideoMethods.getVideo(String videoId)
          Returns a single video.
 Video VideoMethods.getVideo(String videoId, Reading reading)
          Returns a single video.
 ResponseList<Comment> VideoMethods.getVideoComments(String videoId)
          Returns the comments on a video.
 ResponseList<Comment> VideoMethods.getVideoComments(String videoId, Reading reading)
          Returns the comments on a video.
 URL VideoMethods.getVideoCover(String videoId)
          Returns url of the image which represents the content of a video.
 ResponseList<Like> VideoMethods.getVideoLikes(String videoId)
          Returns all of the likes on a video.
 ResponseList<Like> VideoMethods.getVideoLikes(String videoId, Reading reading)
          Returns all of the likes on a video.
 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.
 ResponseList<Video> VideoMethods.getVideos()
          Returns the videos the current user has been tagged in / the current page has uploaded.
 ResponseList<Video> VideoMethods.getVideos(Reading reading)
          Returns the videos the current user has been tagged in / the current page has uploaded.
 ResponseList<Video> VideoMethods.getVideos(String id)
          Returns the videos a user has been tagged in / the current page has uploaded.
 ResponseList<Video> VideoMethods.getVideos(String id, Reading reading)
          Returns the videos a user has been tagged in / the current page has uploaded.
 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.
 boolean PageMethods.installTab(String appId)
          Installs a profile_tab at the end of the current list of installed tabs for the current page.
 boolean PageMethods.installTab(String pageId, String appId)
          Installs a profile_tab at the end of the current list of installed tabs for the current page.
 boolean EventMethods.inviteToEvent(String eventId, String userId)
          Invites a user to the event.
 boolean EventMethods.inviteToEvent(String eventId, String[] userIds)
          Invites users to the event.
 boolean AlbumMethods.likeAlbum(String albumId)
          Likes the album.
 boolean CheckinMethods.likeCheckin(String checkinId)
          Likes the checkin.
 boolean CommentMethods.likeComment(String commentId)
          Likes the comment.
 boolean LinkMethods.likeLink(String linkId)
          Likes the link.
 boolean NoteMethods.likeNote(String noteId)
          Likes the note.
 boolean PhotoMethods.likePhoto(String photoId)
          Likes the photo.
 boolean PostMethods.likePost(String postId)
          Likes the post.
 boolean VideoMethods.likeVideo(String videoId)
          Likes the video.
 boolean TestUserMethods.makeFriendTestUser(TestUser testUser1, TestUser testUser2)
          Makes friends connections for a test user with other test users.
 boolean NotificationMethods.markNotificationAsRead(String notificationId)
          Marks the notification as read.
 String GameMethods.postAchievement(String userId, URL achievementURL)
          Posts the achievement for a user.
 String GameMethods.postAchievement(URL achievementURL)
          Posts the achievement for the current user.
 String PageMethods.postBackdatingFeed(BackdatingPostUpdate backdatingPostUpdate)
          Creates the post that's back-dated to the current page's wall.
 String PageMethods.postBackdatingFeed(String pageId, BackdatingPostUpdate backdatingPostUpdate)
          Creates the post that's back-dated to a page's wall.
 String EventMethods.postEventLink(String eventId, URL link)
          Posts the link on a event's wall.
 String EventMethods.postEventLink(String eventId, URL link, String message)
          Posts the link on a event's wall.
 String EventMethods.postEventPhoto(String eventId, Media source)
          Posts the photo on a event's wall.
 String EventMethods.postEventPhoto(String eventId, Media source, String message)
          Posts the photo on a event's wall.
 String EventMethods.postEventStatusMessage(String eventId, String message)
          Posts the status message on a event's wall.
 String EventMethods.postEventVideo(String eventId, Media source)
          Posts the video on a event's wall.
 String EventMethods.postEventVideo(String eventId, Media source, String title, String description)
          Posts the video on a event's wall.
 String PostMethods.postFeed(PostUpdate postUpdate)
          Creates the post.
 String PostMethods.postFeed(String id, PostUpdate postUpdate)
          Creates the post.
 String GroupMethods.postGroupFeed(String groupId, PostUpdate postUpdate)
          Creates the post on a group's wall.
 String GroupMethods.postGroupLink(String groupId, URL link)
          Posts the link on a group's wall.
 String GroupMethods.postGroupLink(String groupId, URL link, String message)
          Posts the link on a group's wall.
 String GroupMethods.postGroupStatusMessage(String groupId, String message)
          Posts the status message on a group's wall.
 String PostMethods.postLink(String userId, URL link)
          Creates the link.
 String PostMethods.postLink(String userId, URL link, String message)
          Creates the link.
 String PostMethods.postLink(URL link)
          Creates the link.
 String PostMethods.postLink(URL link, String message)
          Creates the link.
 String PageMethods.postPagePhoto(PagePhotoUpdate pagePhotoUpdate)
          Posts a photo to the current page's wall.
 String PageMethods.postPagePhoto(String pageId, PagePhotoUpdate pagePhotoUpdate)
          Posts a photo to a page's wall.
 String PhotoMethods.postPhoto(Media source)
          Posts a photo to the current user's wall.
 String PhotoMethods.postPhoto(PhotoUpdate photoUpdate)
          Posts a photo to the current user's wall.
 String PhotoMethods.postPhoto(String userId, Media source)
          Posts the photo to a user's wall.
 String PhotoMethods.postPhoto(String userId, PhotoUpdate photoUpdate)
          Posts the photo to a user's wall.
 boolean GameMethods.postScore(int scoreValue)
          Posts the score for the current user.
 boolean GameMethods.postScore(String userId, int scoreValue)
          Posts the score for a user.
 String PostMethods.postStatusMessage(String message)
          Creates the status message.
 String PostMethods.postStatusMessage(String id, String message)
          Creates the status message.
 String VideoMethods.postVideo(String id, VideoUpdate videoUpdate)
          Posts the video to a user's/page's wall.
 String VideoMethods.postVideo(VideoUpdate videoUpdate)
          Posts the video to the current user's/page's wall.
 boolean FriendMethods.removeFriendlistMember(String friendlistId, String userId)
          Removes the user from a friend list.
 boolean PermissionMethods.revokeAllPermissions()
          Revokes all permissions from the current application.
 boolean PermissionMethods.revokeAllPermissions(String userId)
          Revokes all permissions from the current application.
 boolean PermissionMethods.revokePermission(String permissionName)
          Revokes a specific permission from the current application.
 boolean PermissionMethods.revokePermission(String userId, String permissionName)
          Revokes a specific permission from the current application.
 boolean EventMethods.rsvpEventAsAttending(String eventId)
          RSVPs the current user as 'attending' the event.
 boolean EventMethods.rsvpEventAsDeclined(String eventId)
          RSVPs the current user as 'declined' the event.
 boolean EventMethods.rsvpEventAsMaybe(String eventId)
          RSVPs the current user as 'maybe' the event.
 ResponseList<facebook4j.internal.org.json.JSONObject> SearchMethods.search(String query)
          Searches every type all public objects.
 ResponseList<facebook4j.internal.org.json.JSONObject> SearchMethods.search(String query, Reading reading)
          Searches every type all public objects.
 ResponseList<facebook4j.internal.org.json.JSONObject> SearchMethods.search(String query, String type, Reading reading)
          Searches all public objects of given type.
 ResponseList<Checkin> SearchMethods.searchCheckins()
          Returns latest checkins.
 ResponseList<Checkin> SearchMethods.searchCheckins(Reading reading)
          Returns latest checkins.
 ResponseList<Event> SearchMethods.searchEvents(String query)
          Searches events.
 ResponseList<Event> SearchMethods.searchEvents(String query, Reading reading)
          Searches events.
 ResponseList<Group> SearchMethods.searchGroups(String query)
          Searches groups.
 ResponseList<Group> SearchMethods.searchGroups(String query, Reading reading)
          Searches groups.
 ResponseList<Location> SearchMethods.searchLocations(GeoLocation center, int distance)
          Returns locations near a geographical location.
 ResponseList<Location> SearchMethods.searchLocations(GeoLocation center, int distance, Reading reading)
          Returns locations near a geographical location.
 ResponseList<Location> SearchMethods.searchLocations(String placeId)
          Returns a particular place.
 ResponseList<Location> SearchMethods.searchLocations(String placeId, Reading reading)
          Returns a particular place.
 ResponseList<Page> SearchMethods.searchPages(String query)
          Searches pages.
 ResponseList<Page> SearchMethods.searchPages(String query, Reading reading)
          Searches pages.
 ResponseList<Place> SearchMethods.searchPlaces(String query)
          Searches places.
 ResponseList<Place> SearchMethods.searchPlaces(String query, GeoLocation center, int distance)
          Searches places.
 ResponseList<Place> SearchMethods.searchPlaces(String query, GeoLocation center, int distance, Reading reading)
          Searches places.
 ResponseList<Place> SearchMethods.searchPlaces(String query, Reading reading)
          Searches places.
 ResponseList<Post> SearchMethods.searchPosts(String query)
          Searches public posts.
 ResponseList<Post> SearchMethods.searchPosts(String query, Reading reading)
          Searches public posts.
 ResponseList<User> SearchMethods.searchUsers(String query)
          Searches users.
 ResponseList<User> SearchMethods.searchUsers(String query, Reading reading)
          Searches users.
 boolean PageMethods.unblock(String userId)
          Unblocks the blocked user for the current page.
 boolean PageMethods.unblock(String pageId, String userId)
          Unblocks the blocked user for the page.
 boolean EventMethods.uninviteFromEvent(String eventId, String userId)
          Un-invites user from the event.
 boolean AlbumMethods.unlikeAlbum(String albumId)
          Unlikes the album.
 boolean CheckinMethods.unlikeCheckin(String checkinId)
          Unlikes the checkin.
 boolean CommentMethods.unlikeComment(String commentId)
          Unlikes the comment.
 boolean LinkMethods.unlikeLink(String linkId)
          Unlikes the link.
 boolean NoteMethods.unlikeNote(String noteId)
          Unlikes the note.
 boolean PhotoMethods.unlikePhoto(String photoId)
          Unlikes the photo.
 boolean PostMethods.unlikePost(String postId)
          Unlikes the post.
 boolean VideoMethods.unlikeVideo(String videoId)
          Unlikes the video.
 boolean EventMethods.updateEventPicture(String eventId, Media source)
          Updates the event's profile picture.
 boolean PageMethods.updatePageBasicAttributes(PageUpdate pageUpdate)
          Updates a Page's basic attributes.
 boolean PageMethods.updatePageBasicAttributes(String pageId, PageUpdate pageUpdate)
          Updates a Page's basic attributes.
 boolean PageMethods.updatePageCoverPhoto(PageCoverUpdate pageCoverUpdate)
          Updates the profile photo for the current page.
 boolean PageMethods.updatePageCoverPhoto(String pageId, PageCoverUpdate pageCoverUpdate)
          Updates the profile photo for the current page.
 boolean PageMethods.updatePageProfilePhoto(Media source)
          Updates the profile photo for the current Page.
 boolean PageMethods.updatePageProfilePhoto(String pageId, Media source)
          Updates the profile photo for a Page.
 boolean PageMethods.updatePageProfilePhoto(String pageId, URL picture)
          Updates the profile photo for a Page.
 boolean PageMethods.updatePageProfilePhoto(URL picture)
          Updates the profile photo for the current Page.
 boolean PageMethods.updatePageSetting(PageSettingUpdate pageSettingUpdate)
          Updates the setting for the current page.
 boolean PageMethods.updatePageSetting(String pageId, PageSettingUpdate pageSettingUpdate)
          Updates the setting for the page.
 boolean PageMethods.updateTab(String pageId, String tabId, TabUpdate tabUpdate)
          Updates an installed profile_tab for the page.
 boolean PageMethods.updateTab(String tabId, TabUpdate tabUpdate)
          Updates an installed profile_tab for the current page.
 boolean PhotoMethods.updateTagOnPhoto(String photoId, TagUpdate tagUpdate)
          Updates the position of the tag on a photo.
 

Uses of FacebookException in facebook4j.auth
 

Methods in facebook4j.auth that throw FacebookException
 AccessToken OAuthAuthorization.extendTokenExpiration()
           
 AccessToken OAuthSupport.extendTokenExpiration()
          Extends this instance's short-lived-token expiration.
 AccessToken OAuthAuthorization.extendTokenExpiration(String shortLivedToken)
           
 AccessToken OAuthSupport.extendTokenExpiration(String shortLivedToken)
          Extends the short-lived-token expiration.
 AccessToken OAuthAuthorization.getOAuthAccessToken(String oauthCode)
           
 AccessToken OAuthSupport.getOAuthAccessToken(String oauthCode)
          Exchange the code for a User Access Token.
 AccessToken OAuthAuthorization.getOAuthAccessToken(String oauthCode, String callbackURL)
           
 AccessToken OAuthSupport.getOAuthAccessToken(String oauthCode, String callbackURL)
          Exchange the code for a User Access Token.
 AccessToken OAuthAuthorization.getOAuthAccessTokenInfo()
           
 AccessToken OAuthSupport.getOAuthAccessTokenInfo()
          Returns the access token information.
 AccessToken OAuthAuthorization.getOAuthAccessTokenInfo(String accessToken)
           
 AccessToken OAuthSupport.getOAuthAccessTokenInfo(String accessToken)
          Returns the access token information.
 AccessToken OAuthAuthorization.getOAuthAppAccessToken()
           
 AccessToken OAuthSupport.getOAuthAppAccessToken()
          Returns an App Access Token.
 DeviceCode OAuthAuthorization.getOAuthDeviceCode()
           
 DeviceCode OAuthSupport.getOAuthDeviceCode()
          Returns a generated device code.
 AccessToken OAuthAuthorization.getOAuthDeviceToken(DeviceCode deviceCode)
           
 AccessToken OAuthSupport.getOAuthDeviceToken(DeviceCode deviceCode)
          Returns a Device Access Token.
 

Constructors in facebook4j.auth that throw FacebookException
AccessToken(facebook4j.internal.http.HttpResponse res)
           
DeviceCode(facebook4j.internal.http.HttpResponse res)
           
 

Uses of FacebookException in facebook4j.json
 

Methods in facebook4j.json that throw FacebookException
static Account DataObjectFactory.createAccount(String rawJSON)
          Constructs a Account object from rawJSON string.
static Achievement DataObjectFactory.createAchievement(String rawJSON)
          Constructs a Achievement object from rawJSON string.
static Activity DataObjectFactory.createActivity(String rawJSON)
          Constructs a Activity object from rawJSON string.
static Admin DataObjectFactory.createAdmin(String rawJSON)
          Constructs a Admin object from rawJSON string.
static Album DataObjectFactory.createAlbum(String rawJSON)
          Constructs a Album object from rawJSON string.
static Book DataObjectFactory.createBook(String rawJSON)
          Constructs a Book object from rawJSON string.
static Category DataObjectFactory.createCategory(String rawJSON)
          Constructs a Category object from rawJSON string.
static Checkin DataObjectFactory.createCheckin(String rawJSON)
          Constructs a Checkin object from rawJSON string.
static Comment DataObjectFactory.createComment(String rawJSON)
          Constructs a Comment object from rawJSON string.
static Domain DataObjectFactory.createDomain(String rawJSON)
          Constructs a Domain object from rawJSON string.
static Event DataObjectFactory.createEvent(String rawJSON)
          Constructs a Event object from rawJSON string.
static Family DataObjectFactory.createFamily(String rawJSON)
          Constructs a Family object from rawJSON string.
static Friend DataObjectFactory.createFriend(String rawJSON)
          Constructs a Friend object from rawJSON string.
static Friendlist DataObjectFactory.createFriendlist(String rawJSON)
          Constructs a Friendlist object from rawJSON string.
static FriendRequest DataObjectFactory.createFriendRequest(String rawJSON)
          Constructs a FriendRequest object from rawJSON string.
static Game DataObjectFactory.createGame(String rawJSON)
          Constructs a Game object from rawJSON string.
static Group DataObjectFactory.createGroup(String rawJSON)
          Constructs a Group object from rawJSON string.
static GroupDoc DataObjectFactory.createGroupDoc(String rawJSON)
          Constructs a GroupDoc object from rawJSON string.
static GroupMember DataObjectFactory.createGroupMember(String rawJSON)
          Constructs a GroupMember object from rawJSON string.
static Insight DataObjectFactory.createInsight(String rawJSON)
          Constructs a Insight object from rawJSON string.
static Interest DataObjectFactory.createInterest(String rawJSON)
          Constructs a Interest object from rawJSON string.
static Like DataObjectFactory.createLike(String rawJSON)
          Constructs a Like object from rawJSON string.
static Link DataObjectFactory.createLink(String rawJSON)
          Constructs a Link object from rawJSON string.
static Location DataObjectFactory.createLocation(String rawJSON)
          Constructs a Location object from rawJSON string.
static Message DataObjectFactory.createMessage(String rawJSON)
          Constructs a Message object from rawJSON string.
static Milestone DataObjectFactory.createMilestone(String rawJSON)
          Constructs a Milestone object from rawJSON string.
static Movie DataObjectFactory.createMovie(String rawJSON)
          Constructs a Movie object from rawJSON string.
static Music DataObjectFactory.createMusic(String rawJSON)
          Constructs a Music object from rawJSON string.
static Note DataObjectFactory.createNote(String rawJSON)
          Constructs a Note object from rawJSON string.
static Notification DataObjectFactory.createNotification(String rawJSON)
          Constructs a Notification object from rawJSON string.
static Offer DataObjectFactory.createOffer(String rawJSON)
          Constructs a Offer object from rawJSON string.
static Page DataObjectFactory.createPage(String rawJSON)
          Constructs a Page object from rawJSON string.
static PageSetting DataObjectFactory.createPageSetting(String rawJSON)
          Constructs a PageSetting object from rawJSON string.
static Photo DataObjectFactory.createPhoto(String rawJSON)
          Constructs a Photo object from rawJSON string.
static Place DataObjectFactory.createPlace(String rawJSON)
          Constructs a Place object from rawJSON string.
static Poke DataObjectFactory.createPoke(String rawJSON)
          Constructs a Poke object from rawJSON string.
static Post DataObjectFactory.createPost(String rawJSON)
          Constructs a Post object from rawJSON string.
static Question DataObjectFactory.createQuestion(String rawJSON)
          Constructs a Question object from rawJSON string.
static QuestionVotes DataObjectFactory.createQuestionVotes(String rawJSON)
          Constructs a QuestionVotes object from rawJSON string.
static RSVPStatus DataObjectFactory.createRSVPStatus(String rawJSON)
          Constructs a RSVPStatus object from rawJSON string.
static Score DataObjectFactory.createScore(String rawJSON)
          Constructs a Score object from rawJSON string.
static Subscribedto DataObjectFactory.createSubscribedto(String rawJSON)
          Constructs a Subscribedto object from rawJSON string.
static Subscriber DataObjectFactory.createSubscriber(String rawJSON)
          Constructs a Subscriber object from rawJSON string.
static Tab DataObjectFactory.createTab(String rawJSON)
          Constructs a Tab object from rawJSON string.
static Tag DataObjectFactory.createTag(String rawJSON)
          Constructs a Tag object from rawJSON string.
static Tagged DataObjectFactory.createTagged(String rawJSON)
          Constructs a Tagged object from rawJSON string.
static Television DataObjectFactory.createTelevision(String rawJSON)
          Constructs a Television object from rawJSON string.
static User DataObjectFactory.createUser(String rawJSON)
          Constructs a User object from rawJSON string.
static Video DataObjectFactory.createVideo(String rawJSON)
          Constructs a Video object from rawJSON string.
 



Copyright © 2019. All rights reserved.