~ken-vandine/account-plugins/0.8-0ubuntu2.2

« back to all changes in this revision

Viewing changes to tools/google-login.sh

  • Committer: Ken VanDine
  • Date: 2012-08-02 18:41:39 UTC
  • mfrom: (12.1.47)
  • Revision ID: ken.vandine@canonical.com-20120802184139-dz2yjdak2iegaa47
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/bash
2
 
 
3
 
./account-console signon_login "$1" oauth2 user_agent \
4
 
        -p Host=accounts.google.com \
5
 
        -p AuthPath=o/oauth2/auth \
6
 
        -p RedirectUri=http://www.mardy.it/oauth2callback \
7
 
        -p ClientId=1041829795610-htf69c529db58qcq8jvf58bijn1ie3oi.apps.googleusercontent.com \
8
 
        -p "as:ResponseType=['token']" \
9
 
        -p Scope=https://picasaweb.google.com/data/
10