Tagged Questions
A Google Account is a user account that provides access to Google-owned services.
11
votes
3answers
7k views
Accessing Google Account Id /username via Android
How do you access the user's Google Account Id / username in code? I am building an application that will call a web service to store data and I want to identify the identity of the person submitting ...
6
votes
2answers
442 views
Get main gmail account status
I am developing an Android application and I need to know status of the Google account used on the phone. I want to do this for the C2DM, but I don't want to ask the user to login again in his/her ...
5
votes
2answers
127 views
Google Account Required Syncability Feature
I was looking at the code for JumpNotes and there was one thing I just could not figure out.
JumpNotes: AccountList.java
public static final String[] GOOGLE_ACCOUNT_REQUIRED_SYNCABILITY_FEATURES ...
5
votes
1answer
457 views
How do I NOT require user's email when using Rails Omniauth gem and Google OpenID
My current /config/initializers/omniauth.rb file contains:
Rails.application.config.middleware.use OmniAuth::Builder do
provider :open_id, nil, :name => 'google', :identifier => ...
4
votes
1answer
521 views
Howto use Google Accounts as login
I'm thinking about using Google Accounts as a user verification for a service I'm developing. This will be a client and server. I'm hoping to be able to use the already signed-in Google Account on ...
3
votes
3answers
341 views
PHP OpenID doesn't work with Google/Yahoo and 'hacks' fix it… are they safe?
I've been experimenting with OpenID, and have set up a sample web page to access using my OpenID account. I'm using the Php OpenID Library by Janrain and it wasn't working with my Google Account. A ...
2
votes
1answer
35 views
Read the inbox of a user in rails
Is it possible to read the inbox of a user provided he/she gets authenticated via google oauth api?
2
votes
1answer
179 views
Google accounts on Ice Cream Sandwich emulator
I am trying to test an app that relies on Google accounts using the new ICS emulator, but I do no seem to have the option to add one (only email and business accounts.) Is that a bug or is it ...
2
votes
3answers
112 views
Using Google-Account to log in
i develop a php-site with user-accounts. to register easier i want to offer the user to (alternativly) log in via they´re google-account (like here on stackoverflow).
how to connect the ...
2
votes
0answers
119 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
425 views
Sign in using Google account in Android
Is there beautiful way to let user to sign in with it's GMail account?
without typing his email, password and so on
2
votes
1answer
52 views
Do the User Id properties of email aliases remain the same in Google Apps / App Engine?
It's possible to have nicknames / aliases for your email accounts in Google Apps - so if I have email ID a1@domain.com with nicknames a2 and a3, will the user_id property on App Engine differ when I ...
2
votes
1answer
80 views
Does GAE/Java offer any brute force protection if you don't use Google Accounts for authentication?
I'm making a Java web app on Google App Engine.
Do I need to roll my own brute force protection for my login system - since I'm not using Google Accounts for the user accounts in my system?
Or are ...
2
votes
2answers
320 views
Multiple Problems with Django SocialAuth - logging in with facebook, yahoo, google
I am having some problems with the app django socialauth.
I am receiving the following errors:
no such table: openid_consumer_association
I got the above error whenever I click on the google or ...
2
votes
1answer
207 views
Google Apps Account to be used instead of Google Account for GAE application with a UserProperty
I would like to ask how to use the Google Apps Account instead of a Google Account if I use the
users.create_login_url()
function to generate the login page.
Google automatically ask me to login ...
1
vote
1answer
135 views
What features are supported by Android's Google accounts authenticator?
The API documentation for the hasFeatures method of Android's AccountManager has the following to say about which features are supported by each authenticator:
Account features are ...
1
vote
2answers
204 views
Use the Google account sign in authentication for apps in Android
I am creating an app which needs sign-in. On the desktop (full) website, he can sign-in with the existing Google account. On mobiles, how can I make the user sign-in with the Google account using on ...
1
vote
1answer
87 views
Best practice for allowing user to login with google and facebook on android
I am working on building out an api that should allow a user login using either their google account or their facebook account, from android.
I would love some pointers about the best way to go about ...
1
vote
1answer
510 views
Handling the C2DM error ACCOUNT_MISSING in Android
The registration for C2DM may result in an error ACCOUNT_MISSING. This error must be handled, according to the documentation, in this way "The application should ask the user to open the account ...
1
vote
2answers
105 views
Mimicking Google Account on the server-side
I recently bought an Android device. Now I'm wondering if can I mimic protocols it uses to communicate with Google servers?
I basically want to setup some kind of "Google account", which wouldn't be ...
1
vote
1answer
87 views
Storing data on a user's Google's account
Is there any way in which a PHP powered web app can store data in a user's Google account? (after requesting permission from the user)
Basically I want to stay away from storing private user data on ...
1
vote
0answers
109 views
Access Google Gadgets preferences from Android app
I'm going to create an iGoogle Gadget, and an Android version as well. User data will be saved in the gadget like this (javascript):
var prefs = new gadgets.Prefs();
prefs.set("foo","bar");
In ...
1
vote
1answer
132 views
Which App Engine Authentication Method should I choose? (Pros/Cons)
I am experimenting with Google App Engine and as I went to create an app it asked me to choose an authentication method. Options are 'Google Account' or 'OpenID', the 'Google Apps Domain' option ...
1
vote
2answers
475 views
Java based user account management system
I want to implement user account system for my site just like this, http://getsatisfaction.com/login allowing the user to login using Facebook, Twitter, Google, Yahoo and the like. The site is built ...
1
vote
2answers
1k views
SecurityException in getPassword of accountManager in android
I'm trying to retrieve the password of google account, but getting
security exception at String pwd = AccountManager.get(mContext).getPassword(account).
Also i have given permissions in ...
1
vote
2answers
613 views
Google Auth using Token
I've an android application that needs to navigate to a google service webpage (say calendar). Because I already have a Auth Token (using Android Accounts manager), I want to skip user being ...
1
vote
1answer
472 views
Problem upgrading YouTube session token with the YouTube Python API
I am having trouble upgrading my session token in google app engine if my user is not logged into my application using the google accounts user api, if the user is currently logged in then it ...
1
vote
1answer
92 views
Emailed key validation for user registration
I have a web app.
I do not wish to maintain login information so I employ the gradually getting popular method of logging in thro openid, google, yahoo, etc.
The user chooses which avenue of login ...
1
vote
1answer
1k views
sign in with google account in asp.net
i am trying to use the API for "sign in with Google account" with my asp.net vb website just like StackOverflow or FriendFeed sign in with google. Please let me know if any one implemented it.
0
votes
1answer
20 views
List emails of clients accounts on Google Apps
You will have to excuse my confusion here...
Basically, we have clients with hosted accounts and I need to somehow get a list of emails per domain name.
Say, test.com is a Google hosted account and ...
0
votes
0answers
17 views
Error in registering domain for OAuth1.0
I am making a rails(3.0.10) application using youtube_it api that uses OAuth-1.0. When i go to https://accounts.google.com/ManageDomains to register my domain (http://localhost:3000), i get an error ...
0
votes
0answers
27 views
Google Maps API + Google account / delete all markers
after logging into my google account, I've imported approx. 700 markers ("waypoints") to "my" google maps. Now I have 700 markers saved in my account.
I'd like to delete them all at once. Using the ...
0
votes
1answer
62 views
Cannot find the “GoogleAccountManager” in the google plus example
While trying the google plus API example from the project site I'm completely stuck with one import:
import com.google.api.client.googleapis.extensions.android2.auth.GoogleAccountManager;
This ...
0
votes
2answers
29 views
How to get credibility of a messages author in a local p2p network without the use of accounts stored on external servers?
Hello I am developing an application that will exchange unique groups and messages belonging to them between peers within a local network without any servers. Each of the peers should be able to ...
0
votes
0answers
19 views
C2DM Logout from Google Accounts
I set up a simple Servlet for interacting with my Android app using C2DM.
From the Servlet I just log in to Google Accounts by doing a post to https://www.google.com/accounts/ClientLogin and sending ...
0
votes
1answer
266 views
Creating Calendar Service with Android's user Google AccountManager
I want to get authorization from Android's Google AccountManager, and then in some way I want to create a Google API service to use Google Calendar. I can run the account manager, but my question is ...
0
votes
1answer
22 views
Tying a users google account to a phone which relies on a WebService
Sorry in advanced if anyone thinks this is a duplicate but I can't seem to find my answer. (I might not be searching for the right terms) I'm currently working on an Android App / Web Service / ...
0
votes
1answer
105 views
Custom domain app requesting permission to access Google Account
I refer here to that page you are redirected after you login to GAE app with your google account, which asks your permission to access your google account.
Put this toghether with custom domain and ...
0
votes
0answers
27 views
Android Map Problem
Hy
I've got a question about the Map in Android. When the user hasn't a Google-Account it isn't possible to get the location and the map. How can I catch this problem and ask the user for login a ...
0
votes
1answer
285 views
How to use Google account to log in to own website with openid?
I don't How to start.
please tell me.
I was try google-api-php-client https://code.google.com/p/google-api-php-client/
Got this error
<!doctype html>
<html>
<head>
...
0
votes
0answers
18 views
Save settings in Google Account
OpenID is a nice thing, but i still have to store the users settings on my own servers. I´m creating a little App that has only has a few settings which can be stored in a JSON file.
Is there a way to ...
0
votes
0answers
43 views
How should I manage Google Places (and other google services) for different clients
for the first time I need o set up a Google Places account for a client and I read the Google warning to pay attention to the account I was going to use to register the activity. At the moment I'm ...
0
votes
1answer
83 views
Verify ownership web master central problem with authentication google account redirect
I'm trying to verify my site with a domain in appspot.com but i use
the authentication whit google account when the web master central try
to verify appears an error
"We weren't able to verify ...
0
votes
1answer
164 views
Using paired Google accounts as your Android app login
We are planning to build an Android app which interacts with a web service. To save the users from the pain of the registration process we were thinking if we could just use the paired Google account ...
0
votes
1answer
127 views
“do you want to allow this request” screen in Android, google accounts
Once allowed, the android built-in "Access request" screen never shows up again. Development is hard this way. How can I make it show again (same account same appliccation - I want it to ask for ...
0
votes
0answers
73 views
Finding out google account id (other than email)
I use Janrain RPX to authenticate my users in Rails.
Letting anybody logon I find out that my profiles ID at google is the following:
https://www.google.com/profiles/11437...
There are 15 more ...
0
votes
3answers
400 views
Google Oauth crossdomain.xml problem with Flex
I am trying to get the RequestToken with flex from https://www.google.com/accounts/OAuthGetRequestToken. It works fine in the Flash Builder, but not in the localhost. I think it is the ...
0
votes
2answers
175 views
Connect a webapp to Google account
There are numerous sites that connect to Google account services:
For example:
StackExchange network uses Google as an OpenID provider, and
FindBigMail Connects to a GMail account and finds the ...
0
votes
1answer
241 views
How to publish Android application with different accounts
I register and buy an android market account and publish the application. But now I want to publish it using another account. Is there any easy way to transfer my published application from A account ...
0
votes
1answer
406 views
Google account: Can retrieve the picture from openid? Can I get it with OAuth to google?
I need to retrieve the name, email and picture from a google account.
I am already using the openid to make the user login with it's google acc.
Can I have the picture URL from the openid proccess?
...