0

I am trying to create a location-based services Android application. I had successfully getting the user reviews from Google Places API by following the guidance from this link.

https://developers.google.com/places/documentation/details

I also found many posts regarding how to get user reviews from Google Places. But Now I want to create a function which user can insert reviews from my application. Is there anyway to do that?

Thanks.

  • 1
    a bit old, but seems like exactly the same question - http://stackoverflow.com/questions/8329048/google-places-api-submitting-reviews – ılǝ Apr 08 '14 at 02:42
  • @ılǝ: Ya. I read this before I post. But it is 2 years ago. So I thought there will be some new updates after that. – user3205874 Apr 08 '14 at 02:49

1 Answers1

1

No. There is no API for writing review. Also the Google+ mobile URL doesn't have the write review option from last year. Its a bug , but Google is not fixing this.

There is only one way to write review is through desktop URL. I have a similar location base app in play store where I have done some workaround to show desktop site to write review.

Libin
  • 16,967
  • 7
  • 61
  • 83