google-plus

Google+ SignIn Button with PhoneGap

老子叫甜甜 提交于 2019-12-19 06:46:21
问题 How can we use the JS Google+ Signin button with Phonegap? Specifically for iOS? I have found this article on doing oauth with phonegap and the childbrowser plugin however I'm not sure that approach will work with the Google+ signin button. Any Ideas? 回答1: The Google+ Sign-In button won't work for you in PhoneGap because of how Phonegap serves content (basically its treated as file://) and that leads to a few problems that relate to either the button itself or to the API Console config. What

Google+ SignIn Button with PhoneGap

自闭症网瘾萝莉.ら 提交于 2019-12-19 06:44:03
问题 How can we use the JS Google+ Signin button with Phonegap? Specifically for iOS? I have found this article on doing oauth with phonegap and the childbrowser plugin however I'm not sure that approach will work with the Google+ signin button. Any Ideas? 回答1: The Google+ Sign-In button won't work for you in PhoneGap because of how Phonegap serves content (basically its treated as file://) and that leads to a few problems that relate to either the button itself or to the API Console config. What

Google+ Sign-in for server-side apps, exchanging auth code for access token

自闭症网瘾萝莉.ら 提交于 2019-12-19 04:15:49
问题 I'm trying to follow this flow to sign-in a user on an android app using a python server backend: https://developers.google.com/+/web/signin/server-side-flow I'm successful in getting the authorization code from the Android app, but when I try to exchange this code for an access token from the server, I'm getting an "invalid_request" error. From the Android app, I'm using the same client_id as the one on the server which is listed under "Client ID for web application" in my console. I've

what other params can I pass to the google hangout uri?

*爱你&永不变心* 提交于 2019-12-19 03:59:16
问题 I recently discovered a parameter to pass to a google hangout uri to make it "on air": reference I'm also wondering if I can pass any other parameters. I know that we have app_id, but I'm more interested to know if there are other parameters, such as being able to set the title or the hangout in advance, e.g. https://plus.google.com/hangouts/_?hso=0&title=EdX%20SaaS%20Pairing Because then I could direct people to https://plus.google.com/u/0/s/%23hangoutsonair%20EdX/hangouts and they could see

Google+ SDK for iOS Add Signin button programmatically

半世苍凉 提交于 2019-12-19 02:43:06
问题 As for G+ docs here: https://developers.google.com/+/mobile/ios/sign-in The sign in button can be added using a XIB or programmatically in a UIViewController. I have a TableViewController and I'm going to add the G+ Signin button as the accessory view of a table row: subtitleCell.accessoryView = self.googlePlusSignInButton; where the signin button is going to be initialized as follows: -(void) setGooglePlusButtons { self.googlePlusSignInButton = [[UIButton buttonWithType:UIButtonTypeCustom]

import com.google.android.gms.common.api.GoogleApiClient; cannot be resolved

旧城冷巷雨未停 提交于 2019-12-18 19:19:33
问题 I want to make a login with Google+ login button like this Tutorial I have copied the codes, set google_play_services libraries, added package name and SHA1 key in google api console, but there are some import errors : This import is not an error : import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.GooglePlayServicesUtil; import com.google.android.gms.common.SignInButton; import com.google.android.gms.plus.model.people.Person; But this import an error

Failed to find provider info for com.google.plus.platform

女生的网名这么多〃 提交于 2019-12-18 18:56:25
问题 I have integrated an app with Google+ platform as well as a Google+ button so far. Things seem to be working ok, but I keep on getting this message appears in the logs quite often.. 06-30 15:14:58.296: E/ActivityThread(2308): Failed to find provider info for com.google.plus.platform Has anyone seen this before. Can anyone explain to me what it is as I cannot find any explanation for it yet? 回答1: Well I think i have found the reason for this message after adding admob to one of my new projects

error 12500 in google sign in 8.3.0 when requesting “.requestServerAuthCode”

為{幸葍}努か 提交于 2019-12-18 17:22:51
问题 With the new google sign 8.3.0 the login works until requesting ".requestServerAuthCode("client id from web application under Oauth 2.0 client ids") . Looks something like "10381xxxxx183-u8g0o9lig1qli29jxyytrrrewe5lhckfp.apps.googleusercontent.com" If I ask for this server auth code I get in onActivityResult status 12500. Without it the login works and you get succes. 回答1: I also struggled with the same problem. If I added requestServerAuthCode method, I was not able to sign in. Make sure you

error 12500 in google sign in 8.3.0 when requesting “.requestServerAuthCode”

感情迁移 提交于 2019-12-18 17:22:47
问题 With the new google sign 8.3.0 the login works until requesting ".requestServerAuthCode("client id from web application under Oauth 2.0 client ids") . Looks something like "10381xxxxx183-u8g0o9lig1qli29jxyytrrrewe5lhckfp.apps.googleusercontent.com" If I ask for this server auth code I get in onActivityResult status 12500. Without it the login works and you get succes. 回答1: I also struggled with the same problem. If I added requestServerAuthCode method, I was not able to sign in. Make sure you

Android integrate google+ in app

我只是一个虾纸丫 提交于 2019-12-18 17:13:50
问题 Can anyone used Google+ in android app? I searched about the same thing but I found nothing. If anyone have any idea or related code then please post here. Thanks. 回答1: There is no public API yet, but you can sign up for updates here: https://services.google.com/fb/forms/plusdevelopers/ A basic Java library is available here: http://code.google.com/p/javaplus/ And a basic PHP library here: https://github.com/jmstriegel/php.googleplusapi 回答2: Here is the link to the Google APIs. https:/