Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

How to get app comments

splitfeed edited this page Aug 24, 2011 · 1 revision
$commentsRequest = new CommentsRequest();
$commentsRequest->setAppId("7274788888064689970"); //Google Maps App ID
$commentsRequest->setEntriesCount(3);

$reqGroup = new Request_RequestGroup();
$reqGroup->setCommentsRequest($commentsRequest);

$response = $session->execute($reqGroup);
Clone this wiki locally