Questions tagged as 'google-plus'

0
answers

Google Login does not work after posting to the Play Store

My code is all right. When I use the application from an emulator, or generating APK and installing on the devices the login with google account is done perfectly. The problem came up when I was posting on the playstore, suddenly my login with g...
asked by 08.12.2016 / 05:29
0
answers

What exactly is needed to publish to Google plus with its APIs

My question is about the Google+ Domains API From this answer is said: "There is currently no public API to publish to Google +." So, look for other questions and answers, I see the possibility of POST with Google + Domains API throug...
asked by 18.11.2017 / 14:35
0
answers

Make dump html from a private Google Plus community

I'm trying to make a request http of a Google Plus page from a private domain. I am currently using lib requests from Python. import requests content = requests.get('https://plus.google.com/communities/107246698599792754395') print content...
asked by 23.08.2017 / 18:17
0
answers

Share Share Share Button

Hello, I would like to put sharing buttons on my site for facebook, twitter and google +. But I would like to use a custom look for the buttons, but being so, I do not know how to apply the share count number each time the page is shared. Is...
asked by 09.03.2017 / 20:13
2
answers

Get google plus profile photo

I have the following method to perform a SilentLogin with google + private void silentLogin() throws MalformedURLException { OptionalPendingResult<GoogleSignInResult> pendingResult = Auth.GoogleSignInApi.silentSignIn(mGoogleApiC...
asked by 06.04.2016 / 14:33