google-plus

How to get email address along with people list in google plus API

戏子无情 提交于 2020-01-04 04:07:07
问题 I'm using google plus API in my web app. I could pull out all people from google plus My code is $this->client = new Google_Client(); $this->client->setApplicationName($CI->config->item('application_name', 'googleplus')); $this->client->setClientId($CI->config->item('client_id', 'googleplus')); $this->client->setClientSecret($CI->config->item('client_secret', 'googleplus')); $this->client->setRedirectUri($CI->config->item('redirect_uri', 'googleplus')); $this->client->setDeveloperKey($CI-

Google Sign In not working after published in playstore

浪尽此生 提交于 2020-01-03 14:17:33
问题 Before publishing in the play store my google sign was working fine. I saw some questions here in stackoverflow, but none of them answered my question. I don't know why the login is not working anymore. (I'm not using firebase). I did all the steps to make the google sign work, and it was working before I published. Anyone knows what is happening? What can I do? 回答1: This is due to different SHA1 keys for debug and release version. The thing is that for google sign in you must add SHA1 key in

Google plus ane air native extension failed resolving interface

这一生的挚爱 提交于 2020-01-03 03:00:29
问题 I am attempting to add Google Plus support to an Air mobile app by creating a native extension. The code works in a standalone project however attempting to use it as a native extension produces the following error: Failed resolving Lcom/myname/ane/sharingextensions/googleplus/GooglePlusConnect; interface 479 'Lcom/google/android/gms/common/api/GoogleApiClient$ConnectionCallbacks;' 04-08 15:51:29.573: W/dalvikvm(19956): Link of class 'Lcom/myname/ane/sharingextensions/googleplus

What API is used by Google+ Android app?

▼魔方 西西 提交于 2020-01-02 07:32:29
问题 There is a Google+ mobile application for Android. To receive all the information it must be using some API. How I can retrieve this information from my phone and see from where this app is getting data? I'd love to access it myself and see how it works. 回答1: You are talking about "reverse engineering" a network protocol. Full sniffing Get a market enabled emulator: How to install Android Market App on the emulator? Get a network sniffer: tcpdump, wireshark, ... Start to sniff what's going

Replace Google Plus login button with custom image in android

China☆狼群 提交于 2020-01-02 07:30:18
问题 I'm integrating Google Plus login in my application. I want to change my login button image with my custom icon. How to do that? 回答1: Its simple, using guideline from Google+ Sign In, you can use simple Button <Button android:id="@+id/button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:text="@string/common_signin_button_text_long" /> By setting onClickListener if (mGoogleApiClient.isConnected()) { Plus.AccountApi

Google plus sign-in for xcode share extension

谁说我不能喝 提交于 2020-01-02 07:05:17
问题 I’m writing an iOS app to share web page links by email, and as part of it I want users to be able to sign in to google plus. I’ve got the containing app working fine using the instructions from here: https://developers.google.com/+/mobile/ios/sign-in and now I’m trying to add a share extension that can also access the user’s google+ profile. I started off by trying to add the sign in button in to the share extension, but I don’t think that’s going to work because after clicking the button

Will people.get method be affected by Google+ API deprecation?

别来无恙 提交于 2020-01-02 05:21:12
问题 I'm using the Google People API to get user account info (only for the user who authorized via gmail sign in using the Gmail API) from a Node JS client. I want to make sure that the people.get method I use won't be affected by the shutdown of Google+ and it's APIs. This is an excerpt from the email that Google sent on 12/20/18 notifying developers of the shutdown: "Note: If you see calls to people.get, these can be the result of using the Google+ Sign-In feature in your application, which is

Specify image when sharing from Google +1 button

匆匆过客 提交于 2020-01-01 09:19:53
问题 In this link, I have learned to specify a URL for the Google +1 button. specify custom url to gplus one button. Can I also specify a specific image? Edited I don't need to change the Google plus button gif or the background of the Google plus button. I need specify the image that a user want to share in social network. Is possible? 回答1: Yes this is possible. What you mean is that you want to specify an image that will show up in the snippet that is generated by sharing on Google+. The +1

Android Google+ unable to get auth code

落爺英雄遲暮 提交于 2020-01-01 09:17:09
问题 I'm trying to get a Google+ auth code based on this article: Server-side access for your app. However, whenever I run my app and try to get the code I get the following in LogCat: 07-23 23:42:31.760: E/getAccessToken()(11114): [ERROR] GoogleAuthException: com.google.android.gms.auth.GoogleAuthException: Unknown I browsed a lot of stuff and from what I can tell I have everything setup correctly in the code below. Any ideas why it's not getting an auth token? FYI, I have one project setup in

How to make bubbles like those in the Google+ app? [closed]

不打扰是莪最后的温柔 提交于 2020-01-01 07:01:29
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . Does anyone know how to make a bubble with buttons like those in the Google+ Android app? 回答1: Check here. Scroll down to the Gallery3D-like QuickActions. 回答2: Use the GreenDroid library. More here: http:/