Hi All,
I'm working on Native App.
For my application need to get json from internet with this link.
http://api.flickr.com/services/rest/?method=flickr.photos.getRecent&api_key=fd3e8e3d32dd0534ed29da7f9404bd2e&format=json&nojsoncallback=1&api_sig=8094ee6fb55722bd076f5411fe952262
It does not work.
But when I copy its contents into file (photo.json) at local then it worked fine.
Please help me get json from internet.
Thanks,