java.lang.Object | |
↳ | org.mule.module.facebook.FacebookConnector |
![]() |
![]() |
Facebook is a social networking service and website launched in February 2004.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ACCESS_TOKEN_QUERY_PARAM_NAME | |||||||||||
FACEBOOK_URI | |||||||||||
accessToken | |||||||||||
appId | The application identifier as registered with Facebook | ||||||||||
appSecret | The application secret | ||||||||||
client | Jersey client | ||||||||||
logger | |||||||||||
mapper | |||||||||||
scope | Facebook permissions | ||||||||||
userId |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Attend the given event.
| |||||||||||
Decline the given event.
| |||||||||||
Delete an object in the graph.
| |||||||||||
Remove a 'like' from a post.
| |||||||||||
This is a convinience processor that simply fetchs an uri which is expected to return an image
and returns it as a Byte array.
| |||||||||||
A photo album
| |||||||||||
The comments made on this album
| |||||||||||
The photos contained in this album
| |||||||||||
An application's profile
| |||||||||||
The photo albums this application has created.
| |||||||||||
The events this page is managing
| |||||||||||
Usage metrics for this application
| |||||||||||
The application's posted links.
| |||||||||||
The application's notes.
| |||||||||||
The photos this application is tagged in.
| |||||||||||
The application's logo
| |||||||||||
The application's status updates.
| |||||||||||
The photos, videos, and posts in which this application has been tagged.
| |||||||||||
The videos this application has created
| |||||||||||
The application's wall.
| |||||||||||
A check-in that was made through Facebook Places.
| |||||||||||
Specifies information about an event, including the location, event name, and
which invitees plan to attend.
| |||||||||||
All of the users who are attending this event
| |||||||||||
All of the users who declined their invitation to this event
| |||||||||||
All of the users who have been invited to this event
| |||||||||||
All of the users who have been responded "Maybe" to their invitation to this
event
| |||||||||||
All of the users who have been not yet responded to their invitation to this
event
| |||||||||||
The event's profile picture
| |||||||||||
This event's wall
| |||||||||||
A Facebook group
| |||||||||||
All of the users who are members of this group
| |||||||||||
The profile picture of this group
| |||||||||||
This group's wall
| |||||||||||
A link shared on a user's wall
| |||||||||||
All of the comments on this link
| |||||||||||
A Facebook note
| |||||||||||
All of the comments on this note
| |||||||||||
People who like the note
| |||||||||||
Retrieves the page with the given ID
| |||||||||||
The photo albums this page has created
| |||||||||||
Checkins made by the friends of the current session user
| |||||||||||
The events this page is attending
| |||||||||||
The groups this page is a member of
| |||||||||||
The page's posted links
| |||||||||||
The page's notes
| |||||||||||
The photos this page has uploaded
| |||||||||||
The page's profile picture
| |||||||||||
The page's own posts
| |||||||||||
The page's status updates
| |||||||||||
The photos, videos, and posts in which this page has been tagged
| |||||||||||
The videos this page has created
| |||||||||||
The page's wall
| |||||||||||
An individual photo
| |||||||||||
All of the comments on this photo
| |||||||||||
People who like the photo
| |||||||||||
An individual entry in a profile's feed
| |||||||||||
All of the comments on this post
| |||||||||||
A status message on a user's wall
| |||||||||||
All of the comments on this message
| |||||||||||
A user profile.
| |||||||||||
The Facebook pages owned by the current user
| |||||||||||
The activities listed on the user's profile
| |||||||||||
The photo albums this user has created.
| |||||||||||
The books listed on the user's profile
| |||||||||||
The music listed on the user's profile
| |||||||||||
The events this user is attending.
| |||||||||||
The user's friends
| |||||||||||
The groups this user is a member of.
| |||||||||||
The user's News Feed.
| |||||||||||
The threads in this user's inbox.
| |||||||||||
The interests listed on the user's profile
| |||||||||||
All the pages this user has liked.
| |||||||||||
The user's posted links.
| |||||||||||
The movies listed on the user's profile
| |||||||||||
The music listed on the user's profile
| |||||||||||
The user's notes.
| |||||||||||
The messages in this user's outbox.
| |||||||||||
The photos this user is tagged in.
| |||||||||||
The user's profile picture
| |||||||||||
The user's own posts.
| |||||||||||
Search an individual user's News Feed, restricted to that user's friends
| |||||||||||
The user's status updates.
| |||||||||||
The photos, videos, and posts in which this user has been tagged.
| |||||||||||
The television listed on the user's profile
| |||||||||||
The updates in this user's inbox.
| |||||||||||
The videos this user has been tagged in.
| |||||||||||
The user's wall.
| |||||||||||
An individual video
| |||||||||||
All of the comments on this video
| |||||||||||
Write to the given profile's feed/wall.
| |||||||||||
Gets the user logged details.
| |||||||||||
Create an album.
| |||||||||||
Comment on the given post
| |||||||||||
Post an event in the given profile.
| |||||||||||
Write a note on the given profile.
| |||||||||||
Write to the given profile's feed/wall.
| |||||||||||
Write a note on the given profile.
| |||||||||||
Upload a photo to an album.
| |||||||||||
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.
| |||||||||||
Search over all events in the social graph
| |||||||||||
Search over all groups in the social graph
| |||||||||||
Search over all pages in the social graph
| |||||||||||
Search over all public posts in the social graph
| |||||||||||
Search over all users in the social graph
| |||||||||||
Maybe attend the given event.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The application identifier as registered with Facebook
The application secret
Jersey client
Facebook permissions
Constructor
Attend the given event.
eventId | The id of the event to attend |
---|
Decline the given event.
eventId | Represents the id of the event object |
---|
Delete an object in the graph.
objectId | The ID of the object to be deleted |
---|
Remove a 'like' from a post.
postId | The ID of the post to be disliked |
---|
This is a convinience processor that simply fetchs an uri which is expected to return an image and returns it as a Byte array. Notice that I'm using the word image instead of photo or picture which are words with a particular meaning in facebook. By image, I refer to a generic bitmap.
imageUri | The uri of an image resource |
---|
A photo album
album | Represents the ID of the album object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
The comments made on this album
album | Represents the ID of the album object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The photos contained in this album
album | Represents the ID of the album object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
An application's profile
application | Represents the ID of the application object. |
---|
The photo albums this application has created.
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The events this page is managing
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Usage metrics for this application
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The application's posted links.
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The application's notes.
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The photos this application is tagged in.
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by shorttime |
until | A unix timestamp or any date accepted by shorttime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The application's logo
application | Represents the ID of the application object. |
---|---|
type | One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) |
The application's status updates.
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The photos, videos, and posts in which this application has been tagged.
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The videos this application has created
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The application's wall.
application | Represents the ID of the application object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
A check-in that was made through Facebook Places.
checkin | Represents the ID of the checkin object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
Specifies information about an event, including the location, event name, and which invitees plan to attend.
eventId | Represents the ID of the event object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
All of the users who are attending this event
eventId | Represents the ID of the event object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
All of the users who declined their invitation to this event
eventId | Represents the ID of the event object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
All of the users who have been invited to this event
eventId | Represents the ID of the event object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
All of the users who have been responded "Maybe" to their invitation to this event
eventId | Represents the ID of the event object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
All of the users who have been not yet responded to their invitation to this event
eventId | Represents the ID of the event object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The event's profile picture
eventId | Represents the ID of the event object. |
---|---|
type | One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) |
This event's wall
eventId | Represents the ID of the event object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
A Facebook group
group | Represents the ID of the group object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
All of the users who are members of this group
group | Represents the ID of the group object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The profile picture of this group
group | Represents the ID of the group object. |
---|---|
type | One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) |
This group's wall
group | Represents the ID of the group object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
A link shared on a user's wall
link | Represents the ID of the link object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
All of the comments on this link
link | Represents the ID of the link object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
A Facebook note
note | Represents the ID of the note object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
All of the comments on this note
note | Represents the ID of the note object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
People who like the note
note | Represents the ID of the note object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Retrieves the page with the given ID
page | Represents the ID of the page object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
The photo albums this page has created
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Checkins made by the friends of the current session user
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The events this page is attending
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The groups this page is a member of
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The page's posted links
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The page's notes
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The photos this page has uploaded
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The page's profile picture
page | Represents the ID of the page object. |
---|---|
type | One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) |
The page's own posts
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The page's status updates
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The photos, videos, and posts in which this page has been tagged
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The videos this page has created
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The page's wall
page | Represents the ID of the page object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
An individual photo
photo | Represents the ID of the photo object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
All of the comments on this photo
photo | Represents the ID of the photo object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
People who like the photo
photo | Represents the ID of the photo object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
An individual entry in a profile's feed
post | Represents the ID of the post object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
All of the comments on this post
post | Represents the ID of the post object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
A status message on a user's wall
status | Represents the ID of the status object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
All of the comments on this message
status | Represents the ID of the status object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
A user profile.
user | Represents the ID of the user object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
The Facebook pages owned by the current user
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The activities listed on the user's profile
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The photo albums this user has created. Requires the user_photos or friend_photos permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The books listed on the user's profile
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The music listed on the user's profile
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The events this user is attending. Requires the user_events or friend_events permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The user's friends
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The groups this user is a member of. Requires the user_groups or friend_groups permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The user's News Feed. Requires the read_stream permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The threads in this user's inbox. Requires the read_mailbox permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The interests listed on the user's profile
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
All the pages this user has liked. Requires the user_likes or friend_likes permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The user's posted links. Requires the read_stream permission {@sample.xml../../../doc/mule-module-facebook.xml.sample facebook:getUserLinks}
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The movies listed on the user's profile
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The music listed on the user's profile
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The user's notes. Requires the read_stream permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The messages in this user's outbox. Requires the read_mailbox permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The photos this user is tagged in. Requires the user_photos or friend_photos permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The user's profile picture
user | Represents the ID of the user object. |
---|---|
type | One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) |
The user's own posts. Requires the read_stream permission to see non-public posts.
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Search an individual user's News Feed, restricted to that user's friends
user | Represents the ID of the user object. |
---|---|
q | The text for which to search. |
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The user's status updates. Requires the read_stream permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The photos, videos, and posts in which this user has been tagged. Requires the user_photos, user_video_tags, friends_photos, or friend_video_tags permissions
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The television listed on the user's profile
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The updates in this user's inbox. Requires the read_mailbox permission
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The videos this user has been tagged in. Requires the user_videos or friend_videos permission.
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
The user's wall. Requires the read_stream permission to see non-public posts.
user | Represents the ID of the user object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
An individual video
video | Represents the ID of the video object. |
---|---|
metadata | The Graph API supports introspection of objects, which enables you to see all of the connections an object has without knowing its type ahead of time. |
All of the comments on this video
video | Represents the ID of the video object. |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Write to the given profile's feed/wall.
postId | Represents the ID of the post object. |
---|
Gets the user logged details.
Create an album.
profile_id | The id of the profile object |
---|---|
msg | The message |
albumName | The name of the album |
Comment on the given post
postId | Represents the ID of the post object. |
---|---|
msg | Comment on the given post |
Post an event in the given profile.
profile_id | The profile where to publish the event |
---|
Write a note on the given profile.
profile_id | The profile where to publish the link |
---|---|
msg | The message |
link | The link |
Write to the given profile's feed/wall.
profile_id | The profile where to publish the message |
---|---|
msg | The message |
picture | If available, a link to the picture included with this post |
link | The link attached to this post |
caption | The caption of the link (appears beneath the link name) |
linkName | The name of the link |
description | A description of the link (appears beneath the link caption) |
Write a note on the given profile.
profile_id | The profile where to publish the note |
---|---|
msg | The message |
subject | The subject of the note |
Upload a photo to an album.
albumId | The id of the album object |
---|---|
caption | Caption of the photo |
photo | File containing the photo |
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.
since | A unix timestamp or any date accepted by strtotime |
---|---|
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Search over all events in the social graph
q | The search string |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Search over all groups in the social graph
q | The search string |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Search over all pages in the social graph
q | The search string |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Search over all public posts in the social graph
q | The search string |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
Search over all users in the social graph
q | The search string |
---|---|
since | A unix timestamp or any date accepted by strtotime |
until | A unix timestamp or any date accepted by strtotime |
limit | Limit the number of items returned. |
offset | An offset to the response. Useful for paging. |
accessToken |
---|
appId |
---|
appSecret |
---|
client |
---|
scope |
---|
Maybe attend the given event.
eventId | Represents the id of the event object |
---|