/* * Copyright (c) 2014 Dennis Fischer. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0+ * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/gpl.html * * Contributors: Dennis Fischer */ package de.chaosfisch.google; public interface GDATAConfig { String DEVELOPER_KEY = "AI39si6EquMrdMz_oKMFk9rNBHqOQTUEG-kJ4I33xveO-W40U95XjJAL3-Fa9voJ3bPxkMwsT7IQKc39M3tw0o2fHswYRN0Chg"; String GDATA_V2 = "2"; String GDATA_V3 = "3"; String CLIENT_ID = "203948081743.apps.googleusercontent.com"; String CLIENT_SECRET = "UuQ3GrB5VLeAEOt_FiREucPw"; String REDIRECT_URI = "urn:ietf:wg:oauth:2.0:oob"; }