When I called from firefox browser the below url it works (returning a JSON file):
Code: Select all
http://search.twitter.com/search.json?rpp=100&result_type=recent&page=1&q=love
Code: Select all
put ("http://search.twitter.com/search.json?rpp=100&result_type=recent&page=1&q=" & URLEncode("love")) into TwitterSearch
put URL TwitterSearch into Logs
RAD Delphi XE can get the data, but LiveCode not.The request url was not found in the server