我在使用php设置Google API时遇到问题。请参见下面的代码:
$client = new Google_Client(); $client->setApplicationName("MY_APP_NAME");
我必须对“ MY_APP_NAME”使用什么,是像“ com.mycompany.myapp”这样的appId,还是像“我的游戏名”这样的Playstore中应用程序的标题?
php google-api google-api-php-client
google-api ×1
google-api-php-client ×1
php ×1