Tagged Questions
Google AuthSub authentication for google endpoints.
8
votes
1answer
823 views
Programmatically change gmail status via OAuth or Authsub
I would like my application to programmatically update my user's gmail/google talk status on their behalf but I dont want to store their password because of the privacy risk
Does anyone know if/how ...
6
votes
4answers
2k views
How to get Google Analytics data using OAuth?
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 Google login credentials on our ...
4
votes
1answer
325 views
Pulling Gmail's 'Other Contacts' group via the Google Contacts API
I'm trying to pull my Gmail contacts, so I can auto-complete on the 3,000 or so contacts I have within Gmail. Using the Google Contacts Data API, I'm able to get a list of (1) default contacts and ...
4
votes
4answers
534 views
Gdata JavaScript Authsub continues redirect
I am using the JavaScript Google Data API and having issues getting the AuthSub script to work correctly. This is my script currently:
google.load('gdata', '1');
function getCookie(c_name){
...
4
votes
2answers
1k views
How does one retrieve the email address of a user with GData?
I'm trying to use GData to retrieve the email address, real name, and profile URL of the user that just authorized my site using Google OAuth.
We know how to request it using Google's OpenID flow, ...
4
votes
4answers
4k views
Google Authentication API: How to get the user's gmail address
I've been studying the Google authentication API (AuthSub)...My question is, how do I get the user's account information (at least his Gmail address) after the authentication has passed?
Because ...
3
votes
1answer
477 views
Permanent access token with YouTube api?
I have gone through the google documentations for Oauth and AuthSub methods for authenticating and I've tried to google this without results.
For Facebook, you can request an access token which is of ...
3
votes
1answer
640 views
AuthSub session token never expires; security problem?
I'm using GData's AuthSub so that my administrative application doesn't need to store user/password information. I just came to the point in the documentation where I learned how to exchange the ...
2
votes
1answer
96 views
YouTube Direct AuthSub malformed request
I'm using the YouTube Direct for Google App Engine. I go into the Admin section to authenticate my account, but when I do that, instead of logging me in, it redirects me to a page saying:
"The ...
2
votes
0answers
117 views
Programmatically Revoke OAuth token for google account
So here at the end of the page says a way to be able to revoke this token via the AuthSub api (the old api).
I manage the whole authentication system with the new api OAuth and when I try to revoke ...
2
votes
1answer
290 views
AuthSub problems
I've been combing through google's authentication documentation, and am having trouble with Auth Sub.
The following code is main.py of the beginning of a Google AppEngine app.
#!/usr/bin/env python
...
2
votes
1answer
573 views
Google Contacts API - No Redirection
I am currently working on Contact Importer web app (in PHP) so I will be able to grab email address from a user's account on Gmail, Yahoo, etc and use them for my own evil purposes. Just kidding, my ...
2
votes
1answer
595 views
1
vote
0answers
53 views
Getting No Linked You Tube account while implementing the API
I have been trying to upload video to you tube using AuthSub.I cant use Zend here so the client library is out of the question.I am following following steps:
1.Redirecting the user to the ...
1
vote
1answer
266 views
Creating google oauth X.509 certificate in PEM format within Mac OS X
I am currently in the process of setting up the Google oauth for my site and I was wondering if it is possible to generate a X.509 certificate in PEM format within MAC OS X via terminal?
Google ...
1
vote
2answers
172 views
Google Authsub for a Google apps domain
My primary domain name is registered with Google Apps as I use their email services.
I have some web tools which allow users to authenticate themselves with Google Analytics using Authsub and then ...
1
vote
1answer
81 views
'The Scope Was bad or missing' error trying to use AuthSub with google health?
I'm trying to use AuthSub to request a token from google health. It says the scope was bad or missing. I've double checked, and the scope looks good to me. I've tried replacing the scope with ...
1
vote
0answers
397 views
Google Calendar Insertion using Auth Token Failed
Issue summary:
1. CalendarService myService = new CalendarService("Giventa-Adwiise-1.0.0");
2. myService.setUserToken(authSubToken);
3. //myService.setUserCredentials("xxxxx", "xxxxx");
When using ...
1
vote
1answer
201 views
What scope do I use to grant imap access to gmail with oauth?
I've not worked with oAuth before but now I'm building a web app which need to fetch all mail from a specific label in gmail and using IMAP with oAuth seems like the right way to go. I've only just ...
1
vote
1answer
322 views
Using the AuthSub token to make requests for private data
I'm experimenting with some basic AuthSub authorization to test out the Google Data API (I'm interested in using the Picasa API). I'm having trouble getting my head around the steps involved in going ...
1
vote
1answer
274 views
Is it possible to use OAuth/Google AuthSub with just JavaScript?
It seems very hard or downright impossible to take advantage of them purely in JavaScript, without a server side script (like one in PHP) helping (like masking the secret key.) However, I can only use ...
1
vote
2answers
478 views
Get AuthSub current user in Zend GData
I'm using Zend Gdata to connect users to a shared Google Docs spreadsheet that serves as a backend to a custom interface.
I need to track which user most recently changed the value in a particular ...
1
vote
2answers
91 views
How do I seamlessly authenticate users to use services associated with a Google Apps account?
Hi guys I'm building a Google Apps based solution. Basically I'm setting it up such that:
When a Google Apps account holder installs it he/she enters the authentication details for a single Googles ...
1
vote
2answers
1k views
How do I get secure AuthSub session tokens in PHP?
I am using the Google/YouTube APIs to develop web application which needs access to a users YouTube account.
Normal unsecure requests work fine and I can upgrade one time tokens to session tokens ...
1
vote
1answer
329 views
Syncing google calendar with custom calendar
I am using google calendar API to sync google calendar with our custom calendar. Right now I am trying it with a crude way by asking user if he/she wants to sync their calendar with google or not. If ...
1
vote
2answers
2k views
AuthSub with PHP
Can I use AuthSub with PHP ? I want to use Google API with PHP but don't want to install Zend Framework.I'm goolging and not found with AuthSub class for PHP.
1
vote
2answers
3k views
HTTP/1.1 401 Token invalid - AuthSub token has wrong scope
I get this error when trying to get a feed from Google Analytics API. However, using the same token I get successful feeds from Google Calendar. The code between the two is exactly the same except ...
0
votes
1answer
28 views
GWT & GDATA: given a single use token, trying to retrieve a list of documents
I'm following this guide:
http://code.google.com/intl/it-IT/apis/documents/docs/2.0/developers_guide_java.html
I just need to retrieve a token and use it to get a list of documents, so i used AuthSub ...
0
votes
0answers
38 views
Maintaining authentication with YouTube (gdata)
I asked a somewhat similar question yesterday when I thought I was having trouble authenticating. This does actually authenticate, my problem is that it doesn't maintain that authentication through ...
0
votes
0answers
63 views
Authenticating to YouTube with AuthSub
I am finding two conflicting accounts from Google. I think because the developer guide hasn't been updated. I have received my httpClient (I think) and I am now to this point in the developer guide:
...
0
votes
1answer
72 views
AuthSub target path prefix does not match the provided “next” URL
Here is my call: AuthSubUtil.getRequestUrl(next, scope, secure, session), where
next = "https://mydomain.com/googleData";
scope = "http://www.google.com/calendar/feeds/";
secure = true;
session = ...
0
votes
0answers
44 views
Obtain youtube user id, using youtube api with authsub
I am using the youtube api to let users in my site search/upload videos to youtube. I would like to be able to retrieve the user's youtube account for storage so that people can view the videos of ...
0
votes
2answers
57 views
AuthSub: (404, 'Not Found', 'Unknown user.')
I try to use Picasa API with AuthSub. My code:
GD_CLIENT = gdata.photos.service.PhotosService()
def login(request):
def GetAuthSubUrl():
callback = 'http://127.0.0.1:8000/callback'
...
0
votes
0answers
66 views
how to get loggedin user from authsub token?
in my appspot application i use authsub for contact api
i need current user whose login token i am using
means if my application user a/c is ---@myapp.com.user login with this in my application.
and ...
0
votes
3answers
593 views
AuthSub target path prefix does not match the provided “next” URL
We have this web app where every customer hook up their own domain/use a sub domain to our domain, for their account. This account can be integrated with Google Analytics for statistics.
Our problem ...
0
votes
1answer
154 views
Rails Google Data List API AuthSub Token Invalid
I created an authentication using the Documents List API. I have successfully authenticated and can get a token that allows me to see all the documents the user has, but I cannot upload a new ...
0
votes
2answers
83 views
Problem with AuthSubSessionToken PHP
if I try to get a Session Token from google the server doesn't respond..
The code that I use is this:
$ch = curl_init("https://www.google.com/accounts/AuthSubSessionToken");
curl_setopt($ch, ...
0
votes
1answer
364 views
Authsub authentication with the GAPI code for Google Analytics API
I'm building an application that needs to authenticate users using Authsub. I have the authsub token already stored as $sessiontoken
I want to use this with the Google Analytics PHP interface (GAPI) ...
0
votes
2answers
321 views
Get Google contacts via AuthSub c#
Does any one have a working example of getting google contact via AuthSub in c#
I have tried this url , but i was not able to complete it.
0
votes
1answer
89 views
AuthSub nextURL on GAE
I am looking at
http://code.google.com/intl/sv-SE/apis/gdata/docs/auth/authsub.html
and
http://code.google.com/intl/sv-SE/appengine/articles/java/retrieving_gdata_feeds.html.
My code looks like this ...
0
votes
1answer
117 views
Remove AuthSub token from URL after redirect
When using AuthSub authentication, after the user logs into a Google service they are redirected back to the original page with a authentication token in the URL:
...
0
votes
1answer
176 views
How do I retrieve the email address associated with a session token from the Google Data / Google Contacts API? [closed]
Possible Duplicate:
How does one retrieve the email address of a user with GData?
Using the GData Java client (http://code.google.com/p/gdata-java-client/), I create an authsub request URL ...
0
votes
1answer
365 views
Secure API AuthSub in Java (Google Calendar API)
I would like to authenticate my Google AuthSub requests. Basically I need to generate a private key and respective certificate, upload this certificate to Google, and sign with the key on subsequent ...
0
votes
2answers
442 views
403 error when trying to access Google Authsub from FLash Application (Authsub for Actionscript)
I am trying to get my Flex application to authenticate with google using the instructions here:
http://code.google.com/apis/gdata/docs/as-authsub.html
I have copied the example there and am trying ...
0
votes
1answer
141 views
Managing users data in app engine
I'm writing some Google App Egnine + Android service for self and my friends.
For each user this service will ask AuthSub token for another Google services.
And by cron will retrieve information ...
0
votes
1answer
198 views
Fetching google contact data using AuthSub
Can anyone there please point me where did i go wrong with this?
<?php
if(!empty($_GET))
{
if(isset($_GET['token']))
{
$token = $_GET['token'];
$ch = ...
0
votes
1answer
396 views
Getting Invalid Authsub Token Error 403
I am trying to authenticate my application using Blogger API but when user grant access to the application and blogger api return the token and the token i use to exchange the by sending the request ...
0
votes
1answer
157 views
AuthSub and Blogger
I'm trying to retrieve a list of blogs of a given user.
I think I've successivelly authorizated myself with all the token stuff, but when I ask for the list blog, I recieve a 302 moved temporarily.
...
0
votes
1answer
372 views
Does the token generated by Googls AuthSub change when a user logs into your application for the 2nd or 3rd time and how would you store information (mySQl) against for that token if it changes?
Im trying to build and automated log in using Googles authSub, but I need to store data for the users the log in.
... and basically I don't get it. Should the token from Google change the 2nd time a ...
0
votes
1answer
597 views
Invalid Authsub token in Google sites for apps
I do not get any error while trying to access feed content for google sites from application hosted on gmail authenticated account. But I get
Token invalid - Invalid AuthSub token.
when I try to ...