google-plus

Keep getting a “Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup” when attempting to google plus login on my web app

百般思念 提交于 2020-01-18 04:06:14
问题 I'm trying to implement Google plus sign up on my web app and I followed the google docs to set up the sign up however when I attempt a signup after accepting permissions and using the access token returned to me any api restcall I make returns the Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup error. I have already signed up my app with a ouath 2.0 key, so I don't seem to get what I'm doing wrong. Here is my code. Cient Side: const clientId = "5XXX000XX.apps

How to get the email from https://www.googleapis.com/plus/v1/people/me call using a google+ token?

给你一囗甜甜゛ 提交于 2020-01-15 23:18:59
问题 i want to get also the email from https://www.googleapis.com/plus/v1/people/me call. I receive a lots of informations, but not the email. Can anyone help? HttpGet request = new HttpGet("https://www.googleapis.com/plus/v1/people/me?scope=https://www.googleapis.com/auth/userinfo.email"); request.setHeader("Authorization", "Bearer <access_token>"); HttpResponse response = client.execute(request); 回答1: EDIT: Updated as part of the improved Google+ Sign-In options in December 2013 - you now can

Google Places API - Find a company's CID and LRD

拜拜、爱过 提交于 2020-01-15 05:13:05
问题 Does anybody know how to find a company's CID and/or LRD using the Google Places API? The best solution I've come up with so far is this: Go to https://maps.google.com and search for the business Find the data parameter in the browser's URL and extract the component that matches this pattern: 0x[HEX_CODE1]:0x[HEX_CODE2] The 2-part number we just extracted is the company's LRD. Now, take HEXCODE_2 from that number and convert the hex to decimal. This gives us the company's CID. Obviously this

How To Access a User Circle in Google+ Using Google+ API

六眼飞鱼酱① 提交于 2020-01-14 04:23:12
问题 I am trying to access/or check to see if a user has a certain page in his/her circle. I don't know for sure if there is a way to do that with the current Google+ API. Google has this endpoint for fetching people: GET https://www.googleapis.com/plus/v1/people/userId/people/collection //which you replace with either: GET https://www.googleapis.com/plus/v1/people/me/people/visible or GET https://www.googleapis.com/plus/v1/people/me/people/connected It seems these are the only closest endpoints

Pass parameter to Identity Provider on Azure Ad B2C

久未见 提交于 2020-01-13 20:25:13
问题 I am using Azure AD B2C as an authentication portal. I am trying to guarantee that the Google+ always goes to select account page, by sending the query parameter prompt=select_account. But I am having an hard time reaching this behavior. From google documentation, https://developers.google.com/identity/protocols/OpenIDConnect, it's possible to receive this parameter, which will guarantee that user goes to select account. When following the documentation, https://docs.microsoft.com/en-us/azure

Google Plus API Moment.Insert

谁说胖子不能爱 提交于 2020-01-13 18:14:48
问题 I am trying for moment.insert using google-api-dotnet-client and also included the request_visible_actions and access_type in oauth request but I am always getting exception: The given key was not present in the dictionary. Here is the stack trace: at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Google.Apis.Discovery.BaseService.GetResource(IResource root, String fullResourceName) in c:\code.google.com\google-api-dotnet-client\default\Tools\BuildRelease\bin\Debug\12-20-2012

Can't resolve com.google.android.gms.plus.Plus class

ぃ、小莉子 提交于 2020-01-13 09:08:10
问题 I can't seem to resolve the Plus class from the Google Play services library. I've already imported the Google Play library into the project as an Android Library project through Eclipse. I'm also following the basic example from the getting started page. My onCreate is currently this: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); mGoogleApiClient = new GoogleApiClient.Builder(getActivity()) .addConnectionCallbacks(this)

Can't resolve com.google.android.gms.plus.Plus class

痴心易碎 提交于 2020-01-13 09:05:52
问题 I can't seem to resolve the Plus class from the Google Play services library. I've already imported the Google Play library into the project as an Android Library project through Eclipse. I'm also following the basic example from the getting started page. My onCreate is currently this: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); mGoogleApiClient = new GoogleApiClient.Builder(getActivity()) .addConnectionCallbacks(this)

Can't resolve com.google.android.gms.plus.Plus class

只谈情不闲聊 提交于 2020-01-13 09:05:13
问题 I can't seem to resolve the Plus class from the Google Play services library. I've already imported the Google Play library into the project as an Android Library project through Eclipse. I'm also following the basic example from the getting started page. My onCreate is currently this: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); mGoogleApiClient = new GoogleApiClient.Builder(getActivity()) .addConnectionCallbacks(this)

Unable to sign in to Google from the GooglePlusSample code using GooglePlusPlatform

萝らか妹 提交于 2020-01-13 07:39:13
问题 I am running the GooglePlusPlatform Sample Code provided by Google to learn about its SDk. However, when I run the application and click on the sign-in button it generates an error as: Error Domain=com.google.GooglePlusPlatform Code=-1 "keychain error" UserInfo=0x1100bdd0 {NSLocalizedDescription=keychain error} Same error also occurs in another application I have created which uses the GooglePlus Sign in. I Googled about it, but could not find anything useful. Please help! 回答1: Go to TARGETS