| Namespace | http://www.mulesoft.org/schema/mule/facebook |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/facebook/current/mule-facebook.xsd (View Schema) |
| Schema Version | 2.0 |
| Minimum Mule Version | 3.4 |
Facebook is a social networking service and website launched in February 2004.
| Configuration | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure an instance of this module
| |||||||||||
| Message Processors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
To use the this module within a flow the namespace to the module must be included. The resulting flow will look similar to the following:
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:facebook="http://www.mulesoft.org/schema/mule/facebook"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/facebook
http://www.mulesoft.org/schema/mule/facebook/current/mule-facebook.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This module is configured using the config element. This element must be placed outside of your flows and at the root of your Mule application. You can create as many configurations as you deem necessary as long as each carries its own name.
Each message processor, message source or transformer carries a config-ref attribute that allows the invoker to specify which configuration to use.
| Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Type | Name | Default Value | Description | Java Type | MIME Type | Encoding | Optional. Give a name to this configuration so it can be later referenced. | ||||
| The application identifier as registered with Facebook | |||||||||||
| The application secret | |||||||||||
| email,read_stream,publish_stream | Optional. Facebook permissions | ||||||||||
| https://graph.facebook.com/oauth/authorize | Optional. The URL defined by the Service Provider where the resource owner will be redirected to grant authorization to the connector | ||||||||||
| https://graph.facebook.com/oauth/access_token | Optional. The URL defined by the Service Provider to obtain an access token | ||||||||||
This connector uses OAuth as an authorization and authentication mechanism with automatic saving and restoring of access tokens. Every message processor in this connector has an extra attribute entitled accessTokenId which is an identification of the user authorizing the conenctor. In order to obtain an access token identification you need to first call the authroize message processor.
Authorizing the connector is a simple process of calling:
<facebook:authorize/>
The call to authorize message processor must be made from a message coming from an HTTP inbound endpoint as the authorize process will reply with a redirect to the service provider. The following is an example of how to use it in a flow with an HTTP inbound endpoint:
<flow name="authorizationAndAuthenticationFlow">
<http:inbound-endpoint host="localhost" port="8080" path="oauth-authorize"/>
<facebook:authorize/>
</flow>
If you hit that endpoint via a web-browser it will initiate the OAuth dance, redirecting the user to the service provider page and creating a callback endpoint so the service provider can redirect back once the user has been authenticated and properly authorized the connector. Once the callback gets called then the connector will automatically issue an access token identifier that you need to save as either a cookie or a database record for any subsequent calls.
The authorize message processor also supports the following attributes:
| Authorize Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | |||||||||
| https://graph.facebook.com/oauth/authorize | Optional. The URL defined by the Service Provider where the resource owner will be redirected to grant authorization to the connector | ||||||||||
| https://graph.facebook.com/oauth/access_token | Optional. The URL defined by the Service Provider to obtain an access token | ||||||||||
The authorize message processor is an intercepting one. If the connector is not authorized yet, it will redirect to the service provider so the user can authorize the connector. This is the reason as to why the authorize needs to be behind and http:inbound-endpoint. The service provider upon successful authentication and authorization then will call back the connector. The connector will extract information from that call, set its internal state to authorized, and then continue execution. Continuing execution means executing everything that was after the authorize whose execution got interrupted because the connector was not authorized.
<flow name="authorizationAndAuthenticationFlow">
<http:inbound-endpoint host="localhost" port="8080" path="oauth-authorize"/>
<facebook:authorize/>
<http:response-builder status="200">
<set-payload value="You have successfully authorized the connector"/>
</http:response-builder>
</flow>
In the previous example we added the http:response-build (notice that this element is available only in Mule 3.3.0 and later). If the connector is not authorized, the execution of the response builder will be delayed up to the point of the callback execution.
On the other hand if the connector has been authorized and you call authorize again then the flow execution will not stop, it will rather continue and the http:response-builder will get executed right away rather than after the callback.
The following is an example of the authorize message processor, after which it will print the access token identifier to the log:
<flow name="authorizationAndAuthenticationFlow">
<http:inbound-endpoint host="localhost" port="8080" path="oauth-authorize"/>
<facebook:authorize/>
<log level="INFO" message="The connector has been properly authorized. The access token identifier is #[flowVars['OAuthAccessTokenId']]"/>
</flow>
The OAuthAccessTokenId flow variable is a special variable available to all the message processors executing after the authorize call. The following snippet shows how you can save it as a HTTP protocol cookie:
<flow name="authorizationAndAuthenticationFlow">
<http:inbound-endpoint host="localhost" port="8080" path="oauth-authorize"/>
<facebook:authorize/>
<http:response-builder status="200">
<http:set-cookie name="accessTokenId" value="#[flowVars['OAuthAccessTokenId']]"/>
<set-payload value="You have successfully authorized the connector. You access token id is #[flowVars['OAuthAccessTokenId']]"/>
</http:response-builder>
</flow>
The access token identifier is unique per user and therefore the connector can be authorized for many users. If the user authorizes the connector twice it will have the same access token identifier both times.
If for any reason, an errors ocurrs while processing the callback, the exception strategy of the flow containing the authorize will be executed. So, if the callback sent the wrong information you can handle that situation by setting up an exception strategy as follows:
<flow name="authorizationAndAuthenticationFlow">
<http:inbound-endpoint host="localhost" port="8080" path="oauth-authorize"/>
<facebook:authorize/>
<http:response-builder status="200">
<set-payload value="You have successfully authorized the connector"/>
</http:response-builder>
<catch-exception-strategy>
<http:response-builder status="404">
<set-payload value="An error has occurred authorizing the connector"/>
</http:response-builder>
</catch-exception-strategy>
</flow>
Once this connector has been authorized further calls to the authorize message processor will be no-ops. If you wish to reset the state of the connector back to a non-authorized state you can call:
<facebook:unauthorize/>
Keep in mind that after the connector is unauthorized all future calls that attempt to access protected resources will fail until the connector is re-authorized.
As mentioned earlier once authorize gets called and before we redirect the user to the service provider we create a callback endpoint. The callback endpoint will get called automatically by the service provider once the user is authenticated and he grants authorization to the connector to access his private information.
The callback can be customized in the config element of the this connector as follows:
<facebook:config>
<facebook:oauth-callback-config domain="${fullDomain}" localPort="10010" remotePort="80"/>
</facebook:config>
The oauth-callback-config element can be used to customize the endpoint that gets created for the callback. It features the following attributes:
| OAuth Callback Config Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Description | ||||||||||
| Optional. Reference to a user-defined HTTP connector. | |||||||||||
| Optional. The domain portion of the callback URL. This is usually something like xxx.cloudhub.io if you are deploying to CloudHub for example. | |||||||||||
| Optional. The local port number that the endpoint will listen on. Normally 80, in the case of CloudHub you can use the environment variable 10010. | |||||||||||
| Optional. This is the port number that we will tell the service provider we are listening on. It is usually the same as localPort but it is separated in case your deployment features port forwarding or a proxy. | |||||||||||
| Optional. Path under which the callback should be exposed. If not specified a random path will be generated. | |||||||||||
The example shown above is what the configuration would look like if your app would be deployed to CloudHub.
This connector has the capability of automatically saving and restoring access tokens. The connector will store in either the default user object store or a user-defined one the acquired access tokens, refresh tokens, and any other pertinent information using the access token identifier as the key.
The object store can be configured as follows
<facebook:config>
<facebook:oauth-store-config objectStore-ref="my-object-store"/>
</facebook:config>
There is only a single attribute entitled objectStore-ref in the oauth-store-config element that allows the user to specify the name of the object store that he wishes to use to save and restore access tokens.
Attend the given event.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the event to attend | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
Decline the given event.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the id of the event object | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
Delete an object in the graph.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The ID of the object to be deleted | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
Remove a 'like' from a post.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The ID of the post to be disliked | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
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.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The uri of an image resource | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| byte[] | a byte array with the image |
A photo album
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the album object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Album | The album |
The comments made on this album
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the album object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Comment> | response from Facebook |
The photos contained in this album
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the album object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Photo> | response from Facebook |
An application's profile
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Application | The application represented by the given id |
The photo albums this application has created.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Album> | A list containing the given application's albums |
The events this page is managing
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Event> | A list containing the events for the given application |
Usage metrics for this application
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Insight> | A list containing the insights for the given application |
The application's posted links.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list containig the links of the given application |
The application's notes.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Note> | A list containing the notes for the given application |
The photos this application is tagged in.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by shorttime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by shorttime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Photo> | A list with photos |
The application's logo
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| small | Optional. One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| byte[] | The given application picture |
The application's status updates.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<StatusMessage> | A list containing the status messages for the given application |
The photos, videos, and posts in which this application has been tagged.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<GetApplicationTaggedResponseType> | The posts where this application has been tagged |
The videos this application has created
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Video> | A list of videos for the given application |
The application's wall.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the application object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list containing the given application posts |
A check-in that was made through Facebook Places.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the checkin object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Checkin | The checkin represented by the given id |
Specifies information about an event, including the location, event name, and which invitees plan to attend.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the event object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Event | response from Facebook |
All of the users who are attending this event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the event object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<User> | A list of users |
All of the users who declined their invitation to this event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the event object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Event> | A list of events |
All of the users who have been invited to this event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the event object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<User> | A list of users |
All of the users who have been responded "Maybe" to their invitation to this event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the event object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<User> | A list of users |
All of the users who have been not yet responded to their invitation to this event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the event object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<User> | A list of users |
The event's profile picture
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the event object. | String | */* | UTF-8 | ||||||||
| small | Optional. One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| byte[] | The image as a Byte array |
This event's wall
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the event object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | response from Facebook |
A Facebook group
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the group object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Group | The group represented by the given id |
All of the users who are members of this group
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the group object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Member> | response from Facebook |
The profile picture of this group
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the group object. | String | */* | UTF-8 | ||||||||
| small | Optional. One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| byte[] | response from Facebook |
This group's wall
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the group object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts |
A link shared on a user's wall
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the link object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Link | The link from facebook |
All of the comments on this link
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the link object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Comment> | A list of comments |
A Facebook note
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the note object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Note | The note represented by the given id |
All of the comments on this note
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the note object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Comment> | A list of comments from the given note |
People who like the note
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the note object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Post.Likes | The links from the given note |
Retrieves the page with the given ID
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Page | The page represented by the given id |
The photo albums this page has created
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Album> | The list of albums |
Checkins made by the friends of the current session user
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Checkin> | response from Facebook |
The events this page is attending
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Event> | The list of events |
The groups this page is a member of
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Group> | The list of groups |
The page's posted links
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Link> | A list of this page's links |
The page's notes
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Note> | response from Facebook |
The photos this page has uploaded
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Photo> | A list of photos from this page |
The page's profile picture
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| small | Optional. One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| byte[] | A byte array with the page picture |
The page's own posts
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts |
The page's status updates
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<StatusMessage> | The list of status messages |
The photos, videos, and posts in which this page has been tagged
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts |
The videos this page has created
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Video> | The list of videos |
The page's wall
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the page object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts from the given page wall |
An individual photo
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the photo object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Photo | The photo represented by the given id |
All of the comments on this photo
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the photo object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Comment> | The list of comments of the given photo |
People who like the photo
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the photo object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Post.Likes | The likes from the given photo |
An individual entry in a profile's feed
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the post object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Post | The post represented by the given id |
All of the comments on this post
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the post object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Comment> | A list of comments from this post |
A status message on a user's wall
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the status object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| StatusMessage | The status represented by the given id |
All of the comments on this message
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the status object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Comment> | The list of comments |
A user profile.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| User | The user represented by the given id |
The Facebook pages owned by the current user
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<GetUserAccountResponseType> | A list of objects containing account name, access_token, category, id |
The activities listed on the user's profile
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<PageConnection> | A list of objects containing activity id, name, category and create_time fields. |
The photo albums this user has created. Requires the user_photos or friend_photos permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Album> | A list containing the photo albums the given user has created |
The books listed on the user's profile
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<PageConnection> | A list containing the given user's books |
The music listed on the user's profile
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Checkin> | A list with the user checkins |
The events this user is attending. Requires the user_events or friend_events permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Event> | A list containing the events the given user is attending |
The user's friends
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<NamedFacebookType> | A list of objects with the name and id of the given user's friends |
The groups this user is a member of. Requires the user_groups or friend_groups permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Group> | A list containing the Groups that the given user belongs to |
The user's News Feed. Requires the read_stream permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts |
The threads in this user's inbox. Requires the read_mailbox permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Thread> | A list containing the threads in the given user's inbox |
The interests listed on the user's profile
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<PageConnection> | A list with the user interests |
All the pages this user has liked. Requires the user_likes or friend_likes permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<PageConnection> | A list containing all the pages this user has liked |
The user's posted links. Requires the read_stream permission {@sample.xml../../../doc/mule-module-facebook.xml.sample facebook:getUserLinks}
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Link> | A list containing the given user's posted links |
The movies listed on the user's profile
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<PageConnection> | A list containing the given user's movies |
The music listed on the user's profile
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<PageConnection> | A list with the given user's music |
The user's notes. Requires the read_stream permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Note> | A list containing the given user's notes |
The messages in this user's outbox. Requires the read_mailbox permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<OutboxThread> | A list of threads |
The photos this user is tagged in. Requires the user_photos or friend_photos permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Photo> | A list of photos the given user is tagged in |
The user's profile picture
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| small | Optional. One of square (50x50), small (50 pixels wide, variable height), and large (about 200 pixels wide, variable height) | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| byte[] | byte[] with the jpg image |
The user's own posts. Requires the read_stream permission to see non-public posts.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts |
Search an individual user's News Feed, restricted to that user's friends
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| Optional. The text for which to search. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts |
The user's status updates. Requires the read_stream permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<StatusMessage> | A list contining the user's status updates |
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
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | response from Facebook |
The television listed on the user's profile
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<PageConnection> | A list containing the television listed on the given user's profile |
The updates in this user's inbox. Requires the read_mailbox permission
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<OutboxThread> | A list containing the given user updates |
The videos this user has been tagged in. Requires the user_videos or friend_videos permission.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Video> | A list containing the videos the given user has been tagged in |
The user's wall. Requires the read_stream permission to see non-public posts.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the user object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts |
An individual video
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the video object. | String | */* | UTF-8 | ||||||||
| 0 | Optional. 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. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| Video | response from Facebook |
All of the comments on this video
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the video object. | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Comment> | A list containing the given video's comments |
Write to the given profile's feed/wall.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the post object. | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
Gets the user logged details.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| User | response from Facebook the actual user. |
Create an album.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the profile object | String | */* | UTF-8 | ||||||||
| The message | String | */* | UTF-8 | ||||||||
| The name of the album | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
Comment on the given post
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the ID of the post object. | String | */* | UTF-8 | ||||||||
| Comment on the given post | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| String | The id of the published comment |
Post an event in the given profile.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The profile where to publish the event | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
Write a note on the given profile.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The profile where to publish the link | String | */* | UTF-8 | ||||||||
| The message | String | */* | UTF-8 | ||||||||
| The link | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
Write to the given profile's feed/wall.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The profile where to publish the message | String | */* | UTF-8 | ||||||||
| The message | String | */* | UTF-8 | ||||||||
| Optional. If available, a link to the picture included with this post | String | */* | UTF-8 | ||||||||
| Optional. The link attached to this post | String | */* | UTF-8 | ||||||||
| Optional. The caption of the link (appears beneath the link name) | String | */* | UTF-8 | ||||||||
| Optional. The name of the link | String | */* | UTF-8 | ||||||||
| Optional. A description of the link (appears beneath the link caption) | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| String | The id of the published object |
Write a note on the given profile.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The profile where to publish the note | String | */* | UTF-8 | ||||||||
| The message | String | */* | UTF-8 | ||||||||
| The subject of the note | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
Upload a photo to an album.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the album object | String | */* | UTF-8 | ||||||||
| Caption of the photo | String | */* | UTF-8 | ||||||||
| File containing the photo | File | */* | |||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
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.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Checkin> | A list of checkins |
Search over all events in the social graph
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The search string | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Event> | A list of events |
Search over all groups in the social graph
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The search string | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Group> | A list of groups |
Search over all pages in the social graph
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The search string | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Page> | A list of pages |
Search over all public posts in the social graph
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The search string | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<Post> | A list of posts |
Search over all users in the social graph
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The search string | String | */* | UTF-8 | ||||||||
| last week | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| yesterday | Optional. A unix timestamp or any date accepted by strtotime | String | */* | UTF-8 | |||||||
| 100 | Optional. Limit the number of items returned. | String | */* | UTF-8 | |||||||
| 0 | Optional. An offset to the response. Useful for paging. | String | */* | UTF-8 | |||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||
| Return Type | Description |
|---|---|
| List<User> | A list of users |
Maybe attend the given event.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Represents the id of the event object | String | */* | UTF-8 | ||||||||
| OAuth Parameters The following values are always required when using OAuth as the authentication mechanism. | |||||||||||
| Access token identifier used to retrieve an access token from the store | |||||||||||