From class
org.mule.module.facebook.FacebookConnector
void
|
attendEvent(String eventId)
Attend the given event.
|
void
|
declineEvent(String eventId)
Decline the given event.
|
void
|
deleteObject(String objectId)
Delete an object in the graph.
|
void
|
dislike(String postId)
Remove a 'like' from a post.
|
byte[]
|
downloadImage(String imageUri)
This is a convinience processor that simply fetchs an uri which is expected to return an image
and returns it as a Byte array.
|
String
|
getAccessToken()
|
Album
|
getAlbum(String album, String metadata)
|
List<Comment>
|
getAlbumComments(String album, String since, String until, String limit, String offset)
The comments made on this album
|
List<Photo>
|
getAlbumPhotos(String album, String since, String until, String limit, String offset)
The photos contained in this album
|
String
|
getAppId()
|
String
|
getAppSecret()
|
Application
|
getApplication(String application)
An application's profile
|
List<Album>
|
getApplicationAlbums(String application, String since, String until, String limit, String offset)
The photo albums this application has created.
|
List<Event>
|
getApplicationEvents(String application, String since, String until, String limit, String offset)
The events this page is managing
|
List<Insight>
|
getApplicationInsights(String application, String since, String until, String limit, String offset)
Usage metrics for this application
|
List<Post>
|
getApplicationLinks(String application, String since, String until, String limit, String offset)
The application's posted links.
|
List<Note>
|
getApplicationNotes(String application, String since, String until, String limit, String offset)
The application's notes.
|
List<Photo>
|
getApplicationPhotos(String application, String since, String until, String limit, String offset)
The photos this application is tagged in.
|
byte[]
|
getApplicationPicture(String application, String type)
The application's logo
|
List<StatusMessage>
|
getApplicationStatuses(String application, String since, String until, String limit, String offset)
The application's status updates.
|
List<GetApplicationTaggedResponseType>
|
getApplicationTagged(String application, String since, String until, String limit, String offset)
The photos, videos, and posts in which this application has been tagged.
|
List<Video>
|
getApplicationVideos(String application, String since, String until, String limit, String offset)
The videos this application has created
|
List<Post>
|
getApplicationWall(String application, String since, String until, String limit, String offset)
The application's wall.
|
Checkin
|
getCheckin(String checkin, String metadata)
A check-in that was made through Facebook Places.
|
Client
|
getClient()
|
Event
|
getEvent(String eventId, String metadata)
Specifies information about an event, including the location, event name, and
which invitees plan to attend.
|
List<User>
|
getEventAttending(String eventId, String since, String until, String limit, String offset)
All of the users who are attending this event
|
List<Event>
|
getEventDeclined(String eventId, String since, String until, String limit, String offset)
All of the users who declined their invitation to this event
|
List<User>
|
getEventInvited(String eventId, String since, String until, String limit, String offset)
All of the users who have been invited to this event
|
List<User>
|
getEventMaybe(String eventId, String since, String until, String limit, String offset)
All of the users who have been responded "Maybe" to their invitation to this
event
|
List<User>
|
getEventNoReply(String eventId, String since, String until, String limit, String offset)
All of the users who have been not yet responded to their invitation to this
event
|
byte[]
|
getEventPicture(String eventId, String type)
The event's profile picture
|
List<Post>
|
getEventWall(String eventId, String since, String until, String limit, String offset)
|
Group
|
getGroup(String group, String metadata)
|
List<Member>
|
getGroupMembers(String group, String since, String until, String limit, String offset)
All of the users who are members of this group
|
byte[]
|
getGroupPicture(String group, String type)
The profile picture of this group
|
List<Post>
|
getGroupWall(String group, String since, String until, String limit, String offset)
|
Link
|
getLink(String link, String metadata)
A link shared on a user's wall
|
List<Comment>
|
getLinkComments(String link, String since, String until, String limit, String offset)
All of the comments on this link
|
Note
|
getNote(String note, String metadata)
A Facebook note
|
List<Comment>
|
getNoteComments(String note, String since, String until, String limit, String offset)
All of the comments on this note
|
Post.Likes
|
getNoteLikes(String note, String since, String until, String limit, String offset)
People who like the note
|
Page
|
getPage(String page, String metadata)
Retrieves the page with the given ID
|
List<Album>
|
getPageAlbums(String page, String since, String until, String limit, String offset)
The photo albums this page has created
|
List<Checkin>
|
getPageCheckins(String page, String since, String until, String limit, String offset)
Checkins made by the friends of the current session user
|
List<Event>
|
getPageEvents(String page, String since, String until, String limit, String offset)
The events this page is attending
|
List<Group>
|
getPageGroups(String page, String since, String until, String limit, String offset)
The groups this page is a member of
|
List<Link>
|
getPageLinks(String page, String since, String until, String limit, String offset)
The page's posted links
|
List<Note>
|
getPageNotes(String page, String since, String until, String limit, String offset)
The page's notes
|
List<Photo>
|
getPagePhotos(String page, String since, String until, String limit, String offset)
The photos this page has uploaded
|
byte[]
|
getPagePicture(String page, String type)
The page's profile picture
|
List<Post>
|
getPagePosts(String page, String since, String until, String limit, String offset)
The page's own posts
|
List<StatusMessage>
|
getPageStatuses(String page, String since, String until, String limit, String offset)
The page's status updates
|
List<Post>
|
getPageTagged(String page, String since, String until, String limit, String offset)
The photos, videos, and posts in which this page has been tagged
|
List<Video>
|
getPageVideos(String page, String since, String until, String limit, String offset)
The videos this page has created
|
List<Post>
|
getPageWall(String page, String since, String until, String limit, String offset)
The page's wall
|
Photo
|
getPhoto(String photo, String metadata)
An individual photo
|
List<Comment>
|
getPhotoComments(String photo, String since, String until, String limit, String offset)
All of the comments on this photo
|
Post.Likes
|
getPhotoLikes(String photo, String since, String until, String limit, String offset)
People who like the photo
|
Post
|
getPost(String post, String metadata)
An individual entry in a profile's feed
|
List<Comment>
|
getPostComments(String post, String since, String until, String limit, String offset)
All of the comments on this post
|
String
|
getScope()
|
StatusMessage
|
getStatus(String status, String metadata)
A status message on a user's wall
|
List<Comment>
|
getStatusComments(String status, String since, String until, String limit, String offset)
All of the comments on this message
|
User
|
getUser(String user, String metadata)
A user profile.
|
List<GetUserAccountResponseType>
|
getUserAccounts(String user, String since, String until, String limit, String offset)
The Facebook pages owned by the current user
|
List<PageConnection>
|
getUserActivities(String user, String since, String until, String limit, String offset)
The activities listed on the user's profile
|
List<Album>
|
getUserAlbums(String user, String since, String until, String limit, String offset)
The photo albums this user has created.
|
List<PageConnection>
|
getUserBooks(String user, String since, String until, String limit, String offset)
The books listed on the user's profile
|
List<Checkin>
|
getUserCheckins(String user, String since, String until, String limit, String offset)
The music listed on the user's profile
|
List<Event>
|
getUserEvents(String user, String since, String until, String limit, String offset)
The events this user is attending.
|
List<NamedFacebookType>
|
getUserFriends(String user, String since, String until, String limit, String offset)
The user's friends
|
List<Group>
|
getUserGroups(String user, String since, String until, String limit, String offset)
The groups this user is a member of.
|
List<Post>
|
getUserHome(String user, String since, String until, String limit, String offset)
The user's News Feed.
|
String
|
getUserId()
|
List<Thread>
|
getUserInbox(String user, String since, String until, String limit, String offset)
The threads in this user's inbox.
|
List<PageConnection>
|
getUserInterests(String user, String since, String until, String limit, String offset)
The interests listed on the user's profile
|
List<PageConnection>
|
getUserLikes(String user, String since, String until, String limit, String offset)
All the pages this user has liked.
|
List<Link>
|
getUserLinks(String user, String since, String until, String limit, String offset)
The user's posted links.
|
List<PageConnection>
|
getUserMovies(String user, String since, String until, String limit, String offset)
The movies listed on the user's profile
|
List<PageConnection>
|
getUserMusic(String user, String since, String until, String limit, String offset)
The music listed on the user's profile
|
List<Note>
|
getUserNotes(String user, String since, String until, String limit, String offset)
The user's notes.
|
List<OutboxThread>
|
getUserOutbox(String user, String since, String until, String limit, String offset)
The messages in this user's outbox.
|
List<Photo>
|
getUserPhotos(String user, String since, String until, String limit, String offset)
The photos this user is tagged in.
|
byte[]
|
getUserPicture(String user, String type)
The user's profile picture
|
List<Post>
|
getUserPosts(String user, String since, String until, String limit, String offset)
The user's own posts.
|
List<Post>
|
getUserSearch(String user, String q, String metadata, String since, String until, String limit, String offset)
Search an individual user's News Feed, restricted to that user's friends
|
List<StatusMessage>
|
getUserStatuses(String user, String since, String until, String limit, String offset)
The user's status updates.
|
List<Post>
|
getUserTagged(String user, String since, String until, String limit, String offset)
The photos, videos, and posts in which this user has been tagged.
|
List<PageConnection>
|
getUserTelevision(String user, String since, String until, String limit, String offset)
The television listed on the user's profile
|
List<OutboxThread>
|
getUserUpdates(String user, String since, String until, String limit, String offset)
The updates in this user's inbox.
|
List<Video>
|
getUserVideos(String user, String since, String until, String limit, String offset)
The videos this user has been tagged in.
|
List<Post>
|
getUserWall(String user, String since, String until, String limit, String offset)
The user's wall.
|
Video
|
getVideo(String video, String metadata)
An individual video
|
List<Comment>
|
getVideoComments(String video, String since, String until, String limit, String offset)
All of the comments on this video
|
void
|
like(String postId)
Write to the given profile's feed/wall.
|
User
|
loggedUserDetails()
Gets the user logged details.
|
void
|
publishAlbum(String profile_id, String msg, String albumName)
Create an album.
|
String
|
publishComment(String postId, String msg)
Comment on the given post
|
void
|
publishEvent(String profile_id)
Post an event in the given profile.
|
void
|
publishLink(String profile_id, String msg, String link)
Write a note on the given profile.
|
String
|
publishMessage(String profile_id, String msg, String picture, String link, String caption, String linkName, String description)
Write to the given profile's feed/wall.
|
void
|
publishNote(String profile_id, String msg, String subject)
Write a note on the given profile.
|
void
|
publishPhoto(String albumId, String caption, File photo)
Upload a photo to an album.
|
List<Checkin>
|
searchCheckins(String since, String until, String limit, String offset)
This request returns you or your friend's latest checkins,
or checkins where you or your friends have been tagged; currently,
it does not accept a query parameter.
|
List<Event>
|
searchEvents(String q, String since, String until, String limit, String offset)
Search over all events in the social graph
|
List<Group>
|
searchGroups(String q, String since, String until, String limit, String offset)
Search over all groups in the social graph
|
List<Page>
|
searchPages(String q, String since, String until, String limit, String offset)
Search over all pages in the social graph
|
List<Post>
|
searchPosts(String q, String since, String until, String limit, String offset)
Search over all public posts in the social graph
|
List<User>
|
searchUsers(String q, String since, String until, String limit, String offset)
Search over all users in the social graph
|
void
|
setAccessToken(String accessToken)
|
void
|
setAppId(String appId)
|
void
|
setAppSecret(String appSecret)
|
void
|
setClient(Client client)
|
void
|
setScope(String scope)
|
void
|
tentativeEvent(String eventId)
Maybe attend the given event.
|
|