Problem using Twitter Json API in LiveCode
Posted: Sat Sep 10, 2011 4:56 pm
I'm strugling with a little problem fetching data from Twitter API.
When I called from firefox browser the below url it works (returning a JSON file):
When I try to fetch the data using LiveCode,
it returns
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