I am trying to display reviews of properties listed in trip advisor on my website. For example:
This vacation rental is one of our property listed in trip advisor and I want to display all the review on our website.
But when I make API call to url = '
http://api.tripadvisor.com/api/partner/2.0/location/1872073?key=MY_API_KEY'
1872073 is the location ID.
I get following error:
{u'error': {u'code': u'101',
u'message': u'The location was not found.',
u'type': u'NotFoundException'}}
Any help will be highly appreciated.
-Rohit