Questions tagged [google-account]

A Google Account is a user account that provides access to Google-owned services.

443 questions
0
votes
1 answer

Get main account photo

I am creating an app and I have a photo for the user and I would like to automatically pull it. I am not really sure how to do this or what would even be the best way to do this. Is there a way to pull the google account photo? This might not even…
BionicSheep
  • 444
  • 5
  • 14
0
votes
1 answer

How to include google login to my website

I searched a lot, read many blogs, articles, tutorials, but until now did not get a working example that I could use google account to log into my application. I know that i have to use OAuth, get tokens, autorizations, etc... Anyone can share a…
0
votes
3 answers

Web-based Multiplayer Board/Card game toolkit

As a personal hobby, I would like to program a web-based card game with a few tokens and write an AI for it. I do not want to spend time and effort on standard elements such as maintaining a list of games and coordinating who's playing who, or even…
0
votes
2 answers

Check login data for Google with Android?

I would like to link the app account to Google. Almost every Android user would have an GMail Account. So I read out the accounts: private String[] getAccountNames(){ mAccountManager = AccountManager.get(this); Account[] accounts =…
JavaForAndroid
  • 1,111
  • 2
  • 20
  • 42
0
votes
1 answer

Do all my future users need a google account to access my web app hostet via GAE?

Total GAE beginner here. Maybe total obvious answer. Maybe so obvious that I was not able to get a clear information via search because nobody spend even a single thought on it. I just uploaded my first test app into GAE and in order to access it I…
MarMun
  • 91
  • 7
0
votes
1 answer

how to add google appengine app to non admin users in my domain?

I am the admin of the google account, say, mycompany.com. Employees have their email and a google account like joe@mycompany.com which give them access to docs, ... under this id. I would like to add AppEngine as one of the apps they could use, so…
Thomas
  • 8,306
  • 8
  • 53
  • 92
0
votes
1 answer

Google cookies or sessions

Is possible to detect Google cookies and sessions from browser to warn user that logout from his account? I need detect it by my site.(PHP or JavaScript)
user2511140
  • 1,658
  • 3
  • 26
  • 32
0
votes
1 answer

Need help in creating login/logout feature using GWT

i am trying to add a login/logout feature to my web-app using UserService. Here is the relevant code : 1) the Entry Point class :- public class MarkerSimple implements EntryPoint { static LoginInfo loginInfo = null; @Override public void…
Dexter
  • 1,710
  • 2
  • 17
  • 34
0
votes
1 answer

App Specific Google Account

I am looking at utilizing a Google api for some functionality in an Android app and as such, users will require a Google account. I will need to create a new account within the app as other users should not be aware of the user's info for privacy…
Jaz
  • 371
  • 1
  • 6
  • 20
0
votes
1 answer

Login Google with Android and App Engine (GAE)

I have a project on Google App Engine and an Android project. I need to do login on GAE using Android. On GAE, I have this code: (redirect user to google login page, it's exactly I want!) UserService userService =…
0
votes
1 answer

Sync android database over multiple devices through Google or Facebook

i'm going to develop a sort of cloud based application. Since I develop for hobby, I don't want to pay a server. I'm wondering if Google or Facebook allow user to sync sqlite OR json databases through their server. For example: I'd like to sync -…
user2579249
0
votes
1 answer

Android retrieve google play account with which the app was downloaded

When my application is launched, I would like to retrieve the google play account of user which was used to download the app. With that e-mail id, I would bind the user to the device. Can anyone pls let me know how to retrieve the e-mail which was…
Riny
  • 159
  • 1
  • 6
  • 17
0
votes
1 answer

What is the Mirror API endpoint for account information so I can get a user's account timezone?

When a user authorizes with my Glassware they provide these permissions to my software: Although it isn't lining up in the image, the more info is from the top "basic information about your account" permission. It mentions timezone which I would…
Mark Scheel
  • 2,963
  • 1
  • 20
  • 23
0
votes
1 answer

Is there a way to dynamically retrieve a website visitor's email address (via them being logged into facebook/google)

I've seen this happen before... I've been working inside of a web application that has no explicit affiliation with Google/Facebook, and yet they can get my email address (since I am logged into Google/Facebook). Perhaps this is via G+ or…
Trevor
  • 1,137
  • 1
  • 19
  • 33
0
votes
1 answer

Custom login page in Java for GAE accounts

I have a Java application, and GAE application. Here is what I want to do: I want GAE account users to authorize in my Java application, and I don't want to use "Sign In with..." solution. Instead I want the users to login from my Java application…
tuazku
  • 129
  • 1
  • 3
  • 17