google-plus

Google+ Sign-in for Android - Google Permissions Activity Result Codes

浪尽此生 提交于 2019-12-10 10:55:51
问题 I've found out a small issue when working with Google+ Sign for Android and after searching the web (and SO obviously) I'm asking my question out loud to see if anyone has noticed the same. I'm enabling server-side API access for my app as described here. Let me be detailed about what's going on. Take this fragment: Bundle appActivities = new Bundle(); appActivities.putString(GoogleAuthUtil.KEY_REQUEST_VISIBLE_ACTIVITIES, "<APP-ACTIVITY1> <APP-ACTIVITY2>"); String scopes = "oauth2:server

load specific visible people in google plus in android

走远了吗. 提交于 2019-12-10 10:39:37
问题 I have successfully implemented google plus list people activity public class ListPeopleActivity extends Activity implements PlusClient.ConnectionCallbacks, PlusClient.OnPeopleLoadedListener, PlusClient.OnConnectionFailedListener, DialogInterface.OnCancelListener { private static final String TAG = "ListPeopleActivity"; private static final String STATE_RESOLVING_ERROR = "resolving_error"; private static final int DIALOG_GET_GOOGLE_PLAY_SERVICES = 1; private static final int REQUEST_CODE_SIGN

ios google+ api youtube subscribe to a channel

£可爱£侵袭症+ 提交于 2019-12-10 10:34:47
问题 I am trying to subscribe a user to a youtube channel. So the user logs in to an iOS app, hits subscribe, and I would subscribe the user to a predefined channel. So I have an app created with the YouTube Data API v3 service enabled. scope: kGTLAuthScopeYouTube GTLServiceYouTube *service = self.youTubeService; GTLYouTubeSubscriptionSnippet* snippet = [GTLYouTubeSubscriptionSnippet object]; snippet.channelId = @"UCGRjJrpD2bmk9Ilq6nq80qg"; GTLYouTubeSubscription* subscription =

How does scrolling work in the Google+ Android app?

走远了吗. 提交于 2019-12-10 10:31:18
问题 I've noticed, while playing around with it, that if you scroll up and down in the stream from the Google+ Android app, the scroll bar changes size depending on the vertical size(s) of the currently visible post(s). For example, if you scroll into a long posting, the bar shrinks in size, and if you scroll into a short post, it lengthens. How is this implemented? Now, I don't particularly need this feature, but it's just something that has piqued my curiosity. 回答1: It's a side effect of using a

webView:didFailLoadWithError -1004: Could not connect to the server while connecting google plus in Phonegap ios

末鹿安然 提交于 2019-12-10 10:23:18
问题 I am getting "webView:didFailLoadWithError -1004: Could not connect to the server" error while accepting google plus authentication before getting profile data. These code was working properly before. Now i am facing these error. No idea why i am not able to connect.Please help me to get rid of these error.Below is my code for integrating google plus in Phonegap (3.4.0) for ios. var googleapi = { //alert('ready'); authorize: function(options) { var deferred = $.Deferred(); //Build the OAuth

Google Plus Login Integration Error iOS

大城市里の小女人 提交于 2019-12-10 02:33:26
问题 Hi i am trying to integrate google+ login on my iOS app. I've followed the instructions form this link. The examples are working fine but when i tried to implement on my app it is getting this errorTerminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSBundle gpp_registerFonts]: unrecognized selector sent to class 0x16af620' I have added the following frameworks Image Any help Code: in viewdidload of my view GPPSignIn *signIn = [GPPSignIn sharedInstance]; signIn

How to get the Profile image of Participant in RealTimeMultiplayer using Google Play Game Services

此生再无相见时 提交于 2019-12-09 23:11:15
问题 I am building a game using google play game services on RealTimeMultiplayer concept, my questions is how to get access the all participants profile image to display. i am new to the google play game services, not found a solutions or any guidance on API. please guide me, can we access and how to access? 回答1: Using the ImageManager class to load the ImagerUri is how I tackle it. Below, I loop through each Participant in the currentRoom, and request their IconImageUri to be loaded by an

Get user information from Google OAuth PHP API

﹥>﹥吖頭↗ 提交于 2019-12-09 22:05:08
问题 I would like to get user information like name, family name, email address, image and etc. After login to the website by Google account, I've used the following PHP code: <?php ########## Google Settings.. Client ID, Client Secret ############# // I fill these fieds with my keys $google_client_id = '............'; $google_client_secret = '...............'; $google_redirect_url = '.......................'; $google_developer_key = '............'; ########## MySql details (Replace with yours) ##

Is there anyway to have hangouts outside google+?

限于喜欢 提交于 2019-12-09 17:05:00
问题 Is there any way by which we can have a hangout session within our webapp, say in an iframe ? I was about to experiment with hangout api, but going by existing apps on hangout, it seems they can only be viewed and used from within Google+. Is there a work around where I can make the user feel that hangout is a part of my app rather than my app being part of the hangout ? 回答1: There's no way to embed a hangout into your web application, but you can use the hangout button to launch a hangout

Google+ People Search API returns no items

橙三吉。 提交于 2019-12-09 15:37:41
问题 Is google+ people search deprecated? I'm using the Try this API from their page https://developers.google.com/+/web/api/rest/latest/people/search and keep getting no items for different queries { "kind": "plus#peopleFeed", "etag": "\"ucaTEV-ZanNH5M3SCxYRM0QRw2Y/K-_p8YwZl_F9FBOVSt8JEHLSg9Y\"", "selfLink": "https://content.googleapis.com/plus/v1/people? query=jane%20smith&key=[mykey]", "title": "Google+ People Search Results", "nextPageToken": "", "items": [] } 回答1: yes, this broke in the past