I m trying to use the example Social Mention RESTful API described here http://code.google.com/p/socialmention-api/wiki/APIDocumentation
只需在我的Drupal 7模块中使用以下线条:
$response = drupal_http_request( http://socialmention.com/search?q=iphone+apps&f=json&t=microblogs&lang=fr );
The request then times out. I ve tried a variety of options, but can t seem to get a response from this API. Any pointers are greatly appreciated. Thanks!