XDTwitterGetHomeTimeline Service (com.ibi.agents.XDTwitterGetHomeTimeline)

Syntax:

com.ibi.agents.XDTwitterGetHomeTimeline

iIT Service Object:

format: XDTwitterGetHomeTimeline

Description: Returns the recent statuses, including retweets, posted by the authenticating user and that user's friends.

Parameters:

Parameter

Description

Page *

Specifies the page of results to retrieve.

Count *

Specifies the number of records to retrieve. Must be less than or equal to 200.

Since Id *

Returns results with an ID greater than (that is, more recent than) the specified ID.

Max Id *

Returns results with under an Max ID.

Consumer Key *

Is your Twitter Application Consumer Key. If you don't have this information, please go to http://dev.twitter.com. Sign in with your Twitter account, Choose My Applications and click Create a New Application then follow the prompts to get Consumer Key, Consumer Secret, Access Token, and Access Token Secret.

Consumer Secret *

Is your Twitter Application Consumer Secret. If you don't have this information, please go to http://dev.twitter.com. Sign in with your Twitter account, Choose My Applications and click Create a New Application then follow the prompts to get Consumer Key, Consumer Secret, Access Token, and Access Token Secret.

Access Token *

Is your Twitter Application Access Token. If you don't have this information, please go to http://dev.twitter.com. Sign in with your Twitter account, Choose My Applications and click Create a New Application then follow the prompts to get Consumer Key, Consumer Secret, Access Token, and Access Token Secret.

Access Token Secret *

Is your Twitter Application Access Token Secret. If you don't have this information, please go to http://dev.twitter.com. Sign in with your Twitter account, Choose My Applications and click Create a New Application then follow the prompts to get Consumer Key, Consumer Secret, Access Token, and Access Token Secret.

Enabled *

If on, emit through the proxy server.

Host

The HTTP proxy server host name.

Port

The HTTP proxy server port.

User

The HTTP proxy server user name.

Password

The HTTP proxy server password.

Connection Timeout

The HTTP connection timeout in milliseconds.

Read Timeout

The HTTP read timeout in milliseconds.

Streaming Read Timeout

The streaming API's HTTP Read timeout in milliseconds.

Retry Count

The number of HTTP retries.

Retry Interval *

The HTTP retry interval in seconds.

Pretty Debug

Prettifies JSON debug output if set to true.

Stream Base URL

The streaming API base URL.

Site Stream Base URL

The Site Streams API base URL.

Edges:

The following table lists the available Line Edges for the XDTwitterGetHomeTimeline Service (com.ibi.agents.XDTwitterGetHomeTimeline).

Line Edge

Description

OnError

An exception occurred during execution.

OnSuccess

The operation was successful.

OnFailure

A fail condition occurred during execution.

onFailConnect

Could not connect to Twitter.

onFailParse

Could not parse a document.

OnFailTwitterException

Twitter threw an exception.

OnFailTwitterOperation

Could not perform the Twitter operation requested.