I have written a simple php program to fetch google analytics data. I did this to test how to authenticate and how to get data feeds. it is working well.
Actually my plan is to display a small window which will update with analytics data at certain time intervals. I will use .net to do so.
Currently i am using clientlogin method. authsub is meant for web apps and oauth seems to be tedious i guess.
Shall i be with clientlogin method or do i have to switch on to another.
With other methods we dont have to mention usename and passwords where as in clientlogin method we have to mention username and password.
Expecting suggestins, comments and answers.