I want to retrieve data from website to mobile application.I want the data to be display in my own page

I want to retrieve data from website to mobile application.I want the data to be display in my own page

BY 20 Oct 2015 Web Application Development

Hi,

    I want to retrieve data from online site and display it in my own page.I have done this but not working.

$(‘#sp1’).click(function() {
    $.getJSON(‘http://apibeta.yourstory.com/v1/site/YOURSTORY/articles’, function(jd) {
        window.location = jd[0].permalink;
    });
      
    });

 

Please help me

Thanks and regards

Mohit Kumar

 

Written by