DEPRECATED
This call is deprecated.
About this call
Returns data matching a given keyword. The data returned is from the twitter and backtype APIs. If you need to request this often, please instead use the twitter and backtype APIs directly. This call returns real-time data.
Format
http://chartbeat.com/dashapi/conversation/?q=[search]&host=[host]&apikey=[apikey]
- q - Required. The search term to search for.
- host - Required. The host to search links for.
- apikey - Required. An api key generated here that gives access to this call.
- jsonp - Optional. Give the name of a function to wrap the return data in. Learn more here
Example
http://chartbeat.com/dashapi/conversation/?q=walrus&host=mydomain.com
Example return:
Please refer to the twitter and backtype APIs for information on the variables returned.
Return variables
Returns an associative array with two objects.
{ "twitter": { /* twitter data */ }, "linktweets": { /* backtype data */ }
Comments (0)
You don't have permission to comment on this page.