13
votes
2answers
16k views

Get user info via Google API

Is it possible to get information from user's profile via Google API? If it is possible, which API should I use? I'm interesting in such information: Url to the user profile (e.g. ...
9
votes
3answers
6k views

Google Calendar API v3 hardcoded credentials

I am writing a PHP application that's supposed to allow users to add certain events to a private Google Calendar. The calendar is owned by me, and I need a way for PHP to communicate with the calendar ...
1
vote
1answer
4k views

C# Google Calendar V3 2 Legged authentication fails

I'm trying to create web page that access the (business) private calendar of the company and insert events if the time slot is available. Still I'm facing an authentication problem. The API manual ...
23
votes
2answers
4k views

OAuth2 - Why do access tokens expire?

I am just getting started working with googles API and Oauth2. When the client authorizes my app I am given a "refresh token" and a short lived "access token". Now every time the access token expires, ...
0
votes
1answer
3k views

PHP Oauth signature_invalid

I can't wrap my brain around why this isn't work... I really think it should be. Please help. Here is the error I get: signature_invalid ...
8
votes
3answers
5k views

OAuth 2.0 with Google Analytics API v3

I used to be able to query the Google Analytics API with my account's login & password. Google is now using OAuth for authentication which is great... The only issue is that I only need ONE access ...
0
votes
1answer
798 views

php zend gdata - Get list of google docs using oauth

I've got my session with the valid token that i set up this way : $session_token = Zend_Gdata_AuthSub::getAuthSubSessionToken($_GET['token']); // Store the session token in our session. ...
13
votes
4answers
683 views

Performing Google Federated Login/oAuth2 after initial Authentication

I am trying to support "Hybrid" Federated Login and oAuth2 (using logic from this document) for a webservice which will: support Sign in using your Google account on my site. That is, from the ...
0
votes
1answer
2k views

UserService.getCurrentUser() returns null !

I have implemented 3-legged OAuth using Google OAuth API in Java. My application is registered on GAE. And, I am successfully getting the access token as well. But, now when I am creating the object ...
4
votes
1answer
3k views

Multiple Scope Values to oauth2

I try to post sereval scope values to allow my application for some google service... I tried with two input field <input type="hidden" name="scope" ...
24
votes
6answers
10k views

Oauth for Google API example using Python / Django

I am trying to get Oauth working with the Google API using Python. I have tried different oauth libraries such as oauth, oauth2 and djanog-oauth but I cannot get it to work (including the provided ...
9
votes
4answers
9k views

Which Google api to use for getting user's first name, last name, picture, etc?

I have the oauth authorization with google working correctly and am getting data from the contacts api. Now, I want to programmatically get a gmail user's first name, last name and picture. Which ...
4
votes
2answers
6k views

How do I connect to the Google Calendar API without the oAuth authentication?

I have been studying the Google Calendar API and the docs on authentication (http://code.google.com/apis/calendar/v3/using.html#auth). It seems that the use case mentioned here is writing an ...
4
votes
2answers
4k views

Google API : How to authenticate without redirection?

We want to use Google Doc API to generate Document (In our own business account) when our end users do some actions on our site. The problem is that we've tried to implement the OAuth 2.0 protocol, ...
6
votes
2answers
3k views

Using Google experimental implementation of OAuth 2.0 to access existing API endpoints

According to this documentation, process of receiving OAuth access token is straightforward. I would like to see a list of all available API endpoints that is ready to accept OAuth 2.0 access token. ...

1 2
15 30 50 per page