Stream

 
How Can i emtpy the cache that handels snippets for websites to Google plus?
 ·  Traduire
2
Photo du profil de Christopher HackettPhoto du profil de Robert Saffer
5 commentaires
 
The door closed and She faced me, flicking ash on the floor.
 ·  Traduire
Ajoutez un commentaire...
 
Is there any way to send messages from my application to google Hangouts account? I need jar or lib (java) , which I can use in my application for sending messages to Hangouts account. Does anybody know how? 
If there is no any lib, how I can write client application which will support messaging from application to hangouts account,?
 ·  Traduire
2
Photo du profil de Abraham Williams
 
There are no Hangouts chat APIs. Although there are a number of feature requests: https://code.google.com/p/google-plus-platform/issues/detail?id=796
 ·  Traduire
Ajoutez un commentaire...

Leo Lee

Discussion  - 
 
Does anyone know how I can get all the activities on my home page with Google+ API?
 ·  Traduire
5
Photo du profil de Leo Lee
3 commentaires
Leo Lee
 
+Abraham Williams Thank you
 ·  Traduire
Ajoutez un commentaire...

Abraham Williams
modérateur

Discussion  - 
 
 
617 Google I/O Extended events in 95 countries, in all corners of the world #io14extended   #io14  

From Brazil (http://goo.gl/8mFUCw) to Sri Lanka (http://goo.gl/XEEas0), Kenya (http://goo.gl/XnQOTz), Egypt (http://goo.gl/luHYSY) and Japan (http://goo.gl/aCN6Kl), developers around the world gathered to experience Google I/O and we saw some wonderful events.

Congratulations to all the developers around the world who celebrated Google I/O! Check out more photos on our I/O Extended 2014 Organizers Community (http://goo.gl/IF3nSg) and on +Google Developers  (http://goo.gl/1o9N0F).

Learn how you can get involved with Google Developer Groups and the devs behind these great events at developers.google.com/groups.

Miss the action? Catch up on the keynote and all of the sessions at google.com/events/io.
 ·  Traduire
12
2
Photo du profil de YmcmB ResowidjojoPhoto du profil de Ogida Comfort
Ajoutez un commentaire...
 
Has anyone managed to get a #custom  #Google+ #login button on #iOS??
 ·  Traduire
3
Photo du profil de Ronak Shah
 
I want to use the Google+ sign in functionality, with my own custom button and not use the standard provided in the GooglePlus SDK.
 ·  Traduire
Ajoutez un commentaire...
 
Hi.. I have added G+ Signin button on my website. but there are twi tyoe of issues. My button shows up in my login div which shows up as a dropsown on clicking a button on my page. So,
1. If i load Gplus on page load, then on opening login div, "SignIn with Google" shows up only in chrome but not in IE and firefox.
2. If I call gplus script client:plusone.js on opening my div, it clearly shows up on all browsers but shows up as a delay on my login div.
I need a solution that gives me a clear "signin with google" button without showing any delay. Can anyone please help ! Thanks in advance. 
 ·  Traduire
5
Photo du profil de Stéphane Van NeromPhoto du profil de neha singh
3 commentaires
 
Thanks Stephan for the help !! your example worked for me and I am able to get a customized gplus button. 
Once I receive auth token at my client side, I take the same to my server and want to validate. Is there any direct way to validate and get a long lived token. My requirement is exactly same as https://github.com/googleplus/gplus-verifytoken-java but I need a clear Url or some servcie which can return me long lived token + validation result. Do you have anything like this with you ..
 ·  Traduire
Ajoutez un commentaire...
 
HI Team,

Posting 3rd time and still waiting for an expert's response.

I've a concern with my G+ Page.

My page URL is https://plus.google.com/+TransactRx

When I use G+ widget on my website, it's showing 723 followers but has only 300.

I checked with the tool : https://developers.google.com/+/web/follow/.

Please suggest. It's really an urgent for me.

Thanks in AdVance.

Yogesh.
 ·  Traduire
4
Photo du profil de Ade OshineyePhoto du profil de Abraham Williams
2 commentaires
 
As I commented on your other post, 723 is the +1 count for the page.
 ·  Traduire
Ajoutez un commentaire...
 
HI Team,

I've a concern with my G+ Page.

My page URL is https://plus.google.com/+TransactRx

When I use G+ widget on my website, it's showing 723 followers but has only 300.

I checked with the tool : https://developers.google.com/+/web/follow/.

Please suggest. It's really an urgent for me.

Thanks in AdVance.

Yogesh.
 ·  Traduire
19
2
Photo du profil de Ogida ComfortPhoto du profil de Davide FazioPhoto du profil de Abraham WilliamsPhoto du profil de Christopher Dixon
4 commentaires
 
Thanks, Abraham!
 ·  Traduire
Ajoutez un commentaire...

Amit Gupta

Discussion  - 
 
Guys, in a bit of a mess. I've added a G+ login button on my website, but I keep seeing this issue. In most cases this comes first time and if you try to connect after refreshing the page, it works. Can you guys please help me. I'm just not able to find anything relevant on the web. Here's the error --

Uncaught SecurityError: Blocked a frame with origin "http://www.<mywebsite>.com" from accessing a frame with origin "https://accounts.google.com".  The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match. 

I'm using gapi.auth.signIn(callback) to throw the account selection window which hits the callback once it has finished authorisation. Weirdly, this issue is happening only on Chrome.
 ·  Traduire
2
Photo du profil de Michael StillwellPhoto du profil de Abraham Williams
7 commentaires
 
+Amit Gupta Nothing springs to mind, I'm afraid. It doesn't seem like you're doing anything unusual. Can you come up with a reduced test case?
 ·  Traduire
Ajoutez un commentaire...

À propos de cette communauté

Do you develop mobile or web apps? Interested in the Google+ APIs? This community is a place for you to meet other developers, share your development tips and tricks and challenges, and to stay up-to-date on the Google+ platform. If you are interested in the Google+ product from a non-developer perspective, check out the "Google+ Discuss" community. Posts that are not about developing with the Google+ platform will be removed.
 
Hello,
Today I found a bug in latest version of appcompat support library. Where I can rise code change?
 ·  Traduire
3
Photo du profil de Samuel Villamonte
Ajoutez un commentaire...
 
I am using the Google+ API on my very unpopular and not exciting Google+ account. I got only 7 activities there. The API is very straight forward. Get a list of all activities using:

GET https://www.googleapis.com/plus/v1/people/{userId}/activities/{collection}

So after authenticating with OAuth I run:

GET https://www.googleapis.com/plus/v1/people/113029537270239730166/activities/public

That actually returns a list of my activities. But often enough the list of items contains less then 7 articles. How can that be? Funny thing is that if I run the same queries on popular accounts that have more than hundreds of activities, the API is always (or so it looks like) consistent.

Any clues on why the Google+ API behaves inconsistent?
 ·  Traduire
13
5
Photo du profil de Albert J. ScipionePhoto du profil de Kaeleigh SutherlandPhoto du profil de Jennifer McCraryPhoto du profil de Alexander Behrens
7 commentaires
 
That is so weird. I tried it 10 times today and it also worked everytime. Then I published another activity and it worked again, every time. What happened in the last 24 hours? It was not working yesterday that is for sure. Me and my coworkers tested it on https://developers.google.com/+/api/latest/activities/list . The form at the bottom was also returning inconsistent data when using my account. For anyone interested you can use my userId to test it '113029537270239730166'. Use 'public' for collection and 'items/title' for fields so you only see the title for reference.
 ·  Traduire
Ajoutez un commentaire...
 
Hi,
Does anyone knows how to realise the same function of the button "hangouts video call"(leftmost in the picture) in a customised website? 
I tried to analyse those source codes by Chrome, but for me, it's not so simple.
 ·  Traduire
9
1
Photo du profil de YmcmB ResowidjojoPhoto du profil de cesare casadontePhoto du profil de Allen Firstenberg
4 commentaires
Ajoutez un commentaire...
 
I am trying to get the #Google+ #login flow for #iOS to work, along with server-side integration. I have installed the latest GooglePlus SDK 1.7. 

I have followed the instructions https://developers.google.com/+/mobile/ios/sign-in#enable_server-side_api_access_for_your_app

I also set the signIn.homeServerClientID =@"<SERVER-CLIENT-ID>”; as mentioned in the documentation. After which we expect the one-time server code available in the callback through the [GPPSignIn sharedInstance].homeServerAuthorizationCode property. But when the callback (finishedWithAuth:error:) happens the homeServerAuthorizationCode property comes out to be null. 

Can anyone help me out here if I am doing anything wrong or missing something?
 ·  Traduire
The Google+ Sign-In button manages the OAuth 2.0 flow and token lifecycle, simplifying your integration with the Google APIs. Furthermore, if the user has the native Google+ mobile app installed, the Google+ SDK also automatically integrates with it, so users will not have to re-enter their Google credentials to authorize your app.
9
Photo du profil de Iqun Wu
Iqun Wu
 
I'm also running into a problem when I try to get the one-time code on Android.  I'm following the process outlined in https://developers.google.com/+/mobile/android/sign-in , and get an error:

com.google.process.gapps I/GLSUser﹕ GLS error: INVALID_VALUE <EMAIL ADDRESS> oauth2:server:client_id:<NUMBER>-<STRING>.apps.googleusercontent.com:api_scope:https://www.googleapis.com/auth/plus.login
 ·  Traduire
Ajoutez un commentaire...
 
Hello, I've been working with the Google+ APIs and the Google+ Domain APIs.  I'm attempting to build a mobile application that will display a user's activities (not just their activities but all the activities that they currently see on their home screen in Google+.)  I would like to do this without the mobile user requiring a domain account and just a regular Google+ account.  Is that possible? If not could you explain why since it would seem to add tremendous value to social / online presence type apps?   Thanks.
 ·  Traduire
7
Photo du profil de Eric LarsonPhoto du profil de Steve Giller
6 commentaires
 
I think you are probably right but most other social streams now have this capability.  I can see that G+ is allowing this within their G+ Domain APIs so they do see it has value.  I think allowing this read access to all activities will open the doors to a lot of creative ways that google plus can be used by third parties.
 ·  Traduire
Ajoutez un commentaire...
 
Hello, is there any way to mirror a google+ page feed and all the +1 and comments to an android app using Google+ API, or any other API??
Thanks
 ·  Traduire
3
Photo du profil de Issima CaldwellPhoto du profil de Safouane Boudakkou
10 commentaires
Ajoutez un commentaire...

Matthew Shuey

Discussion  - 
 
Is there any good way to change the widths of Embedded posts? I tried to use CSS and had no luck. Has anyone had success with changing the widths of embedded posts?
 ·  Traduire
7
Photo du profil de Abraham WilliamsPhoto du profil de Matthew Shuey
4 commentaires
 
Thank you!
 ·  Traduire
Ajoutez un commentaire...
 
Merging Google+ Brand Pages with verified Local Pages

Only recently (in the last month) has this been a possibility, but now it seems even the flurry of blog posts that explain how to do it are outdated. Even google's own help section on the feature needs to be updated here: https://support.google.com/business/answer/6010825?hl=en&ref_topic=4596687

The main fault seems to lie in the restructure brought about by addition of the "My Business" and "Stream" in the LH Google+ menu.

The Problem: Now the [Connect a different page] button is not found in the verified local page (or existing google+ brand page) profile section where it should be to start the process off.

I have looked everywhere for the ability to link the Local Page to another page but cannot find the link.

Are other people seeing this?
 ·  Traduire
8
1
Photo du profil de Sparjan RajPhoto du profil de Andreas BartelsPhoto du profil de Ben Carew
3 commentaires
 
Yes, +Ben Carew, exactly as described in the help page.
 ·  Traduire
Ajoutez un commentaire...

Wayne L.

Discussion  - 
 
Why the hell was my post removed asking for HELP!! Thanks mods!  If I could have found the original post I would have continued it but since it is extremely difficult to find anything that you have previously written on Google+ there isn't a chance of that.  Why was it removed.  I was asking for assistance with an issue happening ONLY with Google plus.
 ·  Traduire
3
Photo du profil de Gus ClassPhoto du profil de Wayne L.
2 commentaires
 
Instead of just removing the post they could be nice enough just like this and provide a link and say hey we are removing your post for X please post here. Thanks for the link.
 ·  Traduire
Ajoutez un commentaire...