google-plus

How to check if custom URL is +1'ed with Google Plus API?

耗尽温柔 提交于 2019-12-11 19:56:37
问题 How can I check if user has +1'ed external page from my own page if I know his credentials? 回答1: There is no way to do this with the current APIs. There is, however, an active feature request. If you star the issue, you will be notified when it is updated. 来源: https://stackoverflow.com/questions/11761486/how-to-check-if-custom-url-is-1ed-with-google-plus-api

How to integrate google plus Oauth API in Phonegap for android app

浪尽此生 提交于 2019-12-11 19:38:51
问题 I want to do authentication of my Phonegap Android application using google plus. I have used Oauth Google API. I have used client ID and client secret from google plus Oauth API but i don't know what to write in Redirection URI. What to write in Redirection URI ? i have used this http://phonegap-tips.com/articles/google-api-oauth-with-phonegaps-inappbrowser.html for making my Phonegap app. 回答1: nice question i had also same issue and resolved it by use " localhost " as Redirection uri. i

specify custom url to gplus one button

♀尐吖头ヾ 提交于 2019-12-11 19:09:07
问题 I have this code <div class="google_button"> <g:plusone size="medium" annotation="none"></g:plusone> <% case I18n.locale.to_s %> <% when 'en' %> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <% when 'es'%> <script type="text/javascript"> window.___gcfg =

ConnectionResult=SERVICE_MISSING for google play services in android Kitkat real device

自闭症网瘾萝莉.ら 提交于 2019-12-11 18:32:45
问题 The google play services work fine for lollipop, but when it comes to kitkat and lower version it gives an ConnectionResult error=1, even though the google-play-services is installed on the device. Here is my code. The top-level Build.gradle: buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.3.0' classpath 'com.google.gms:google-services:1.5.0-beta2' // NOTE: Do not place your application dependencies here; they belong // in the individual

Azure not redirecting after login

半城伤御伤魂 提交于 2019-12-11 14:33:06
问题 I have been following the https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-android-get-started-users for configuring my app for logging into Google using Azure authentication services, I'm getting a login screen where I click on a account and log in. but, I'm routed to the following successfully logged in screen with no redirect to my app : I have quadrupled checked my redirect URLs and other URLs and done the following: 1) Google credentials ID & key for web

Google+ does not return user's friend's email address

落花浮王杯 提交于 2019-12-11 12:33:04
问题 I am trying to access friendslist of user's google+ account. I have used this code for this purpose... -(void)getGooglePlusAccounts:(NSString *)notificationNameStr { GTLServicePlus* plusService = [[GTLServicePlus alloc] init]; plusService.retryEnabled = YES; [plusService setAuthorizer:[[GPPSignIn sharedInstance] authentication]]; GTLQueryPlus *query = [GTLQueryPlus queryForPeopleListWithUserId:@"me" collection:kGTLPlusCollectionVisible]; [plusService executeQuery:query completionHandler:^

Google Plus Android API: “The method setActions(String[]) is undefined for the type PlusClient.Builder”

孤者浪人 提交于 2019-12-11 12:17:48
问题 I am trying to make the sample Android Google+ app working... (sample app provided by Google here: https://developers.google.com/+/quickstart/android ) I am getting a compiling error on the "setAction" methods: mPlusClient = new PlusClient.Builder(this, this, this) .setActions(MomentUtil.ACTIONS) // Compiling error here ! .build(); I get "The method setActions(String[]) is undefined for the type PlusClient.Builder" Anybody knows why I get this error ??? Thanks !! 回答1: 1) Go to SDK Manager and

Start new Activity with Google+ sign in button

£可爱£侵袭症+ 提交于 2019-12-11 12:12:50
问题 How do you start a new activity with the Google plus sign in button? I have this in my activity_main.xml file: <com.google.android.gms.common.SignInButton android:id="@+id/btn_sign_in" android:onClick="launchGooglePlusSignIn" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" > </com.google.android.gms.common.SignInButton> <Button android:id="@+id/button1" android:onClick="launchGooglePlusSignIn

Spring MVC : Sign-in with google+ by using API

北慕城南 提交于 2019-12-11 12:05:26
问题 I am working on a Spring-MVC application in which I would like to integrate Google+ signin functionality. Before this, with some help form nice people on SO, I managed to implement Google Calendar functionality. Now, when I am trying to use Google+ sign in, I have 2 options, either use PHP code, or Javascript coupled with some other backend options. My point is, Google Calendar implementation also required authorization by the user, but I was able to do that purely in Java, while I am having

Google + API's Deprecated

大憨熊 提交于 2019-12-11 11:49:42
问题 Are these list of following API's also are deprecated ? https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/contacts https://www.googleapis.com/auth/contacts.readonly https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/profile.agerange.read https://www.googleapis.com/auth/profile.language.read https://www.googleapis.com/auth/user.addresses.read https://www.googleapis.com/auth/user.birthday.read https://www.googleapis.com/auth/user