Integrate applications or websites with the Google+ platform. Google+ is a social networking site operated by Google Inc.
4
votes
0answers
180 views
Instant upload and Google+ images in my app
I am currently running into the following problem:
When I want to retrieve an image from the gallery I use the following code to start the intent for the gallery.
public void useGallery() {
...
3
votes
0answers
66 views
google plus activities search query format
Do you know what is a format of query in activities:search api method. Can I use more some kind of disjunction, conjunction or phrases?
2
votes
0answers
136 views
Override Google+ (Google Plus) mobile website redirect
Is there a way to force the desktop version of a Google+ page, using URL parameters (or something else)?
For example, this URL is to a Google+ Local page, which is fine on desktop:
...
2
votes
0answers
135 views
Google + throwing Javascript error on IE8 while using back button
I get Javascript error due to Google + icon on IE 8 when re-visiting the page using back button. Any ideas / help is greatly appreciated.
Here is my code:
<div class="googleplus1">
...
2
votes
0answers
97 views
Getting 404 Error when trying to share from my custom iOS app with Google+
I installed the google+ SDK for iOS and implemented the share function:
- (void)customUIASView:(CustomUIASView *)customUIASView didClickGoogle:(UIButton *)sender{
static NSString * const ...
2
votes
0answers
81 views
Android: Google plus Button loading never stop
I been following this tutorial to implement Google +1 button.
I verified that I am getting ConnectionCallbacks.onConnected from my PlusClient listener.
It shows me how many people +1 this, but when ...
2
votes
0answers
70 views
Calling activity on the G+ app
I would like to call directly an activity from the Google Plus Android app. More specifically, an activity opening a Chat+ conversation already existing. The final goal is to have a widget with a ...
2
votes
0answers
850 views
Google plus button is not working using “ addthis ”
I recently use this code.
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4ef86ce41df36324"></script>
<div class="addthis_toolbox ...
1
vote
0answers
26 views
dc:creator in xml feed
I have found that some CMS plugins for Google+ authorship add to the rss file dc:creator, which is not valid unless it is defined.Should I keep dc:creator in the XML feed? Is it used for anything?
1
vote
0answers
81 views
iOS - How can I share on Google+ without the intermediate share screen that the SDK shows?
I have a simple iOS app which I'd like to share Urls on Google+ from.
I have implemented their SDK (which basically calls https://plus.google.com/share?url=http://stackoverflow.com), (note: this is ...
1
vote
0answers
147 views
Google plus share link response issue
I am using below code to share link on google plus.
<html>
<head>
<script type="text/javascript">
window.onPlusStart = function(x) {
console.log('ops', x)
...
1
vote
0answers
95 views
URI scheme of Google+ iOS app?
I'm working on something cool and I want to link to my Google+ profile in the iOS app.
Has anyone found out how to use the mgc:// URI scheme that the Google+ app on iOS provides to open a specific ...
1
vote
0answers
165 views
google plus login api cookie
I am using google app engine python. I followed the example code to let user login. After this step am I supposed to create my own cookie or session to remember the user? Because when i refresh the ...
1
vote
0answers
132 views
Invalid_scope error while login with GooglePlus sdk iOS sdk
I have downloaded latest google plus sdk for iOS and also have created the Client ID for for my application.
I have just replaced the Client ID provided by the google sdk to the my Application's Id. ...
1
vote
0answers
171 views
Grabbing Lists of Members of Google+ Communities
The Google+ Communities service appears to have launched without an API. Has anyone managed to come up with a Python script that can pull down a list of members of a Google+ Community?
The calling ...
1
vote
0answers
88 views
Can't verify new email addresses for Google+ business pages
When I add a new e-mail address to the "Notification delivery" setting in my Google+ business page, I get a verification e-mail message.
When I click on the link there, Google+ requests a new login.
...
1
vote
0answers
544 views
Google Plus Vertical Sidebar Menu
I really like current vertical menu/icons on Google+ (where it says Home, Profile, Explore...). It's there all the time and easy to navigate.
Does anyone know if there's any JQuery plugin that does ...
1
vote
0answers
245 views
logout from google plus with gwt
I am developing an aplication with gwt for login and logout from google plus but I don't found info,I also tried to return the mail when you connect but I get null.
This is the code I use:
public ...
1
vote
0answers
398 views
How to get the number of google plus likes of a website?
How to get the number of google plus likes of a website from special domain (for example: http://www.stackoverflow.com/questions/9314534) and to store it in a global javascript variable, so I can ...
1
vote
0answers
103 views
Google+ API and Data visualization
I am trying to understand the data visualization concept used for google+ api. Was going through the this link http://www.visualcomplexity.com/vc/project.cfm?id=769 and it just gives a very brief idea ...
0
votes
0answers
23 views
Google Plus not working with secure URL
Will you have any idea why google plus counter not working with Secure URL? Will i have to set any attributes in google plus code to make it workable for secure url!
i put this code in my page
...
0
votes
0answers
16 views
Get the subject / topic of a string
Does anyone know of a service that can be given a string as input and then it outputs the subject / topic or subjects / topics for that string.
By subject / topic, I mean what that string is ...
0
votes
0answers
14 views
Google+ shares article URL not article title
When I try to share this article for example:
http://www.selfemployeduk.org.uk/guide/naming-your-self-employed-business/
It comes up with the page URL instead of the page title.
I have checked all ...
0
votes
0answers
11 views
How to count Individual page with Google plus
I am facing one problem in magento,I want to count individual products with Google plus counter button.
i used following things in my Google plus button as follow
<g:plusone width="30" ...
0
votes
0answers
25 views
Share a picture on Google+ with Android
I can easily share a text in Google+ but when i want to add a picture with the text, i got this message ;
You can only post media items stored in your device.
Here is my code:
Uri uri = ...
0
votes
0answers
30 views
Android: Sharing to Google+ when Google+ app is not installed?
I am working on a sharing feature where the user can share stuff on to social networks.
Particularly, when I share something to google plus, if G+ app is installed on my Android device, it shares ...
0
votes
0answers
15 views
android - google+ how to show different options for signin
I am newbie to google+. In my app i have one button(i.e., Post). I want to implement the functionality like following.
If you click on it, first it checks if any user is logged-in
If No, it ask him ...
0
votes
0answers
13 views
Google iOS API thumbnailURL: is not working
I'm using Google API for my iOS app, and I have this code
[shareBuilder setURLToShare:[NSURL URLWithString:@"https://facebook.com/Uncollectible"]];
that works well and embeds the url to my post ...
0
votes
0answers
34 views
Google+ sign in giving blank page iOS web app
I have an issue with using the interactive post from the Google+ api when using the iOS web app view. In safari or any other browser on iOS or Android there's no problem logging into Google+ and ...
0
votes
0answers
21 views
How to get the google+ user's people list using .Net code?
I've tried the code as of the documentation in the https://developers.google.com/. But i cannot get the people list using .Net code. Can anyone please help me.
Edit:
private static PlusService ...
0
votes
0answers
77 views
How to share a facebook page tab app, through google plus
I have developed a small page tab app to run contests in facebook for different clients. I wanted to add three icons (facebook, twitter, g+) to share the contest respectively.
I successfully ...
0
votes
0answers
47 views
How to upload/share image on google+ wall in titanium
I am developing an application in titanium android. I have to upload image to google+ wall using there api calls. I have seen many documentation of google api. but I am not getting, How to implement ...
0
votes
0answers
35 views
Customising Google+ Comment Count
Google+ offer a comments option for websites. They also offer a comments counter like so:
When implementing this, it simply outputs "xx comments". This outputs as an iframe with styling stripped ...
0
votes
0answers
22 views
Get reviews from google map api
I have to get reviews from google map api. details are on this page.
https://developers.google.com/places/documentation/details#PlaceDetailsResults
the details will fetch from this page
...
0
votes
0answers
81 views
Google plus sharing
I want to share some text on Google+ from my Phonegap App compatible on iOS and Android platforms. I have followed the link ...
0
votes
0answers
100 views
Get User Info From Google plus using ASP.Net
When get the user profile from Google plus got the error "Google.Apis.Requests.RequestError Not Found [404]" on ASP.net
Sample code:
string ProfileID = "45354354543543543543543";
...
0
votes
0answers
20 views
G+ share bookmarklet for business pages
We need a bookmarklet for easy sharing URLs on specific G+ business pages.
I've found an approach from Martin Stobbs here: http://goo.gl/xCvbL but this didn't work anymore.
So i was looking in the ...
0
votes
0answers
46 views
Google+ chat window on google+ mobile website
My question is whenever I open the google plus website on my iphone i did not see any chat window or chat option in the menu from where I can chat with my friends. I am not talking about the google+ ...
0
votes
0answers
22 views
PHP Google + Profile ID query
I already have the email address of the users, how can I be able to get the userId of the user by just querying it to Google? Thanks.
0
votes
0answers
104 views
Google plus signin error on Firefox “Permission denied to access property 'href' ”
google plus sign in button works perfect on chrome, but looks like static picture on firefox.
Firebug says "Permission denied to access property 'href'". Some posts here suggest it's a firebug ...
0
votes
0answers
37 views
Google+ for A3M CodeIgniter
I'm currently running A3M for CodeIgniter which can be found here: https://github.com/donjakobo/A3M
For those who don't know, A3M is an account authentication system which utilises Facebook, OpenID, ...
0
votes
0answers
62 views
Get Number of +1s for Google Plus Local Business Page
Okay so I know I can get the number of +1s for a Google Plus page based on its website URL, however I would like to get the number of +1s for my Google Plus Local Business page, preferably using ...
0
votes
0answers
276 views
Enable multiple login(Facebook/twitter/Google+) in iphone app(xcode)
I am developing iphone application which has multiple login options ex. Facebook,Twitter and Google+. Now i want to enable multiple login for same user.So i have a doubt that what can i do after user ...
0
votes
0answers
85 views
google plus / facebook like meta data read
There is a problem im encountering with g+/fb like,
I have this html structure on the top of my page:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
...
0
votes
0answers
72 views
Unable to send intent to Google+ app
I have installed Google+ on two of my phones and I'm using the following code to send an intent from my app to Google+:
try {
Intent shareIntent = ShareCompat.IntentBuilder
...
0
votes
0answers
33 views
Why request to google+ activity list returns https:?sz=50 for Actor image url
I am working on google+ integration to my site and I have found some strange behabiour. If you make request from https://developers.google.com/+/api/latest/activities/list from try it section several ...
0
votes
0answers
88 views
iOS. How open URL with Google + official App Google+?
Can I open the application from your application Google+ with URL?
Thanks.
http://wiki.akosma.com/IPhone_URL_Schemes
Looked on the link above, but there is not Google+.
0
votes
0answers
71 views
About google places reviews?
i have a website for a car repair bussiness here in the us and you can find it if you type
"albuquerque auto repair and collision"
its the one with the link to albuquerqueautomotiveservice.com
well ...
0
votes
0answers
95 views
Tagging Google+ pictures as belonging to my Android app
I am trying to develop an Android app which will deal with images, and then upload them to Google+.
I would like for the app to be able to automatically discern which images have been uploaded ...
0
votes
0answers
73 views
How to solve the conflict in integrating google plus and youtube in iOS
I have got a problem in integrating google plus and youtube in my iOS application.First I have integrated Google plus framework and it worked well.But When I tried to integrate Youtube files with my ...




