I am wondering how to get all reviews for specific place, from Trip Advisor Api. For now my call is
http://api.tripadvisor.com/api/partner/2.0/location/SOMEPLACEID?key=MYAPIKEY
But in location response I have only latest 3 reviews. How can I get them all?
"reviews": [{1},{2},{3}],
"num_reviews": "227",