Most voted "google-plus" questions
Google Plus is a social network and identity service maintained by Google Inc.. The service was launched on June 28, 2011. If the question is not about "google-plus", do not use this tag, even if you are using "google-plus" in your project.
Learn more…6 questions
Sort by count of
-
17
votes1
answer1818
viewsMeta tags for Social Networks
We know that it is necessary to implement specific meta tags in <head> of our websites to optimize content sharing on social networks such as Twitter, Google+, Pinterest and Facebook. For this…
-
3
votes0
answers366
viewsGoogle 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 the google account is performed perfectly. The problem arose when I…
-
1
votes0
answers33
viewsExactly what it takes to publish to Google plus with your Apis
My question is about the Google + Domains API: From this reply is said: "Currently, there is no public API to publish on Google+". So, look for other questions and answers, I see the possibility of…
-
0
votes2
answers76
viewsGet photo from google plus profile
I have the following method to perform a Silentlogin with google + private void silentLogin() throws MalformedURLException { OptionalPendingResult<GoogleSignInResult> pendingResult =…
-
0
votes0
answers42
viewsShare button with share count
Hello, I would like to put on my website sharing buttons for facebook, twitter and google+. But I would like to use a custom look for the buttons, but as such, I don’t know how to apply the share…
-
0
votes0
answers21
viewsDump html from a private Google Plus community
I’m trying to make a request http from a Google Plus page, from a private domain. I am currently using the lib requests python. import requests content =…