How to get Google Analytics data using OAuth?

后端 未结 4 943
Happy的楠姐
Happy的楠姐 2020-12-05 06:09

Hy guys, we are developing a system which will provide users with access to Google Analytics. I\'m trying to implement it in the way so user don\'t need to enter their Googl

4条回答
  •  臣服心动
    2020-12-05 06:28

    Basics of working with OAuth are here: http://code.google.com/apis/accounts/docs/OpenID.html#working

    Authenticating with OAuth: http://code.google.com/apis/accounts/docs/OAuth.html

    After you authenticate a user with OAuth, you will have the request token that works like the one you get back from Google's login API. From there, it should be the same as username/password.

提交回复
热议问题