The Connection Updates Table only supports read statements. Use SELECT to get the updates of the Yahoo! user's connections.
social.connections.updates
SELECT| Key Name | Data Type | Allowed in Statements | Required in Statements | Default Value | Description |
|---|---|---|---|---|---|
guid
|
string |
SELECT
|
SELECT
|
None | The GUID that identifies a Yahoo! user. |
filter
|
string |
SELECT
|
None | None | TBD |
transform
|
string |
SELECT
|
None |
(sort "pubDate" numeric descending (all))
|
The transform statement used to filter a set of updates. See Transform for details. |
The example statement gets the updates for the signed-in user's connections. Run the query in the YQL Console.
select * from social.connections.updates where guid=me
See the Elements of the Updates Object.