Web Design Tutorials: Photoshop, HTML, Flash, PHP

Flash Tutorial – How to connect to Google Analytics Data API in Flash

How the process works is that first you login to Google Analytics, Google will then send you a token that you must use when asking for data. So we will have two simple PHP files; one to login in and one to ask for data. The first one looks like this: <?php //this file is called get_token.php $user = $_REQUEST[user]; $pass = $_REQUEST[pass] require_once 'curl.php'; $curl = new Curl; $response =...

Powered by WordPress | Designed by Elegant Themes