google-account

Is there a PHP plugin for allowing login via major OpenIds and login APIs?

Is there a PHP plugin or an open project offering a simple login/connection system to most of the major sign in providers simply by providing an API key then storing the linked account information in MySQL? Or is there a system that can be extended to include various other login providers as they become available? Google Account / gmai...

Google Apps Account to be used instead of Google Account for GAE application with a UserProperty

Hi all, 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 with a Google Account. If I am running my application with a Google Apps for a specific domain, I have created users within that d...

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. ...

Accessing Google Account Id /username via Android

How do you access the user's Google Account Id / username in code? I building am application that will call a web service to store data and I want to identify the identity of the person sumitting the data. ...

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 little research led me to this question, which suggests the problem is that Google uses https and... ... it's likely the setup for making...

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 redirected to web login. Would auto-login be possible using authtoken ? If yes, what is the exact Url with params ...

How would Google Multiple Accounts Sign-in be implemented ?

Google published that they are testing a feature that allows you to sign in simultaneously to multiple Google accounts in the same browser. Any idea how would that be implemented ? ...

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 androidManifest.xml to account_manager, aunthenticator, get_account, manage account. code : android.accounts.Account[] gaccounts = AccountManager.get(...

How to obtain ALL e-mail addresses for a Google Account?

Hi there, I'm building a web application using DotNetOpenAuth to do the authentication with OpenId and Google Accounts. My web application should not allow just any Google Account; instead I will have a table storing some allowed e-mail addresses, and if the user logs in with an e-mail contained in this table the login will succeed. My...