[+] MO : new module Gapi for Google Analytics API

This commit is contained in:
Damien Metzger
2013-09-02 17:07:19 +02:00
parent 121554026c
commit c1cdc90343
16 changed files with 459 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
include(dirname(__FILE__).'/../../config/config.inc.php');
include(dirname(__FILE__).'/gapi.php');
$gapi = new Gapi();
$gapi->api_3_0_oauth2callback();