Context Voice is the new name for uberVU’s web API, they recently released a new version (1.1) and I’ve updated my PHP library accordingly and written a spiffy new demo.
New features
- New method getUrlReactions
returns the indexed reactions (tweets, diggs etc.) it includes a number of optional parameters:- since – retrieve all the reactions that are newer than this timestamp
- include – include only the reactions from the specified platforms: twitter, friendfeed, digg, wordpress, blogger, typepad, disqus, flickr, picasa, youtube, vimeo, delicious, reddit, hackernews, mixx, stumbleupon, nytimes, slashdot
- exclude – exclude the reactions from the specified platforms: twitter, friendfeed, digg, wordpress, blogger, typepad, disqus, flickr, picasa, youtube, vimeo, delicious, reddit, hackernews, mixx, stumbleupon, nytimes, slashdot
- filter – exclude the reactions from Twitter that repeat/quote someone’s tweet regarding the current conversation
- order – asc, desc – order the reactions asc/desc using the ‘created_at’ field
- page – start from the specific page in the result set
- perpage – how many reactions will be included per page (default: 25; max: 100)
- Anonymous API calls
These are limited to only calling the getUrlReactions method and rate limited to 500 calls per day.
For further details of the Context Voice API and it’s features, see the API documentation.
Tweet This
Digg This






