google-plus

lexical preprocessor issue GooglePlus/GooglePlus.h not found

烈酒焚心 提交于 2020-01-25 23:47:40
问题 1) I am having google-plus-ios-sdk-1.7.1. 2) I have added all frameworks in project's Build_Settings ->Build_Phases. 3) In my Build Settings i kept YES to Always search user paths. 4) Here are the snapshots of that 5) After going through “GooglePlus/GooglePlus.h file not found” when trying to build my project I did Build->Clean and Restarted Xcode, after removing frameworks and added once again but Xcode still giving GooglePlus/GooglePlus.h not found 回答1: Add this string to the Build Settings

Android App crashes after proguard obfuscation (Google plus people search)

徘徊边缘 提交于 2020-01-25 11:50:36
问题 I added some code to my app to search people on Google Plus. This code works well without Proguard. After running proguard to obfuscate the code, my app crashes when searching for people on google plus. 09-14 10:21:51.346: E/AndroidRuntime(12527): FATAL EXCEPTION: AsyncTask #4 09-14 10:21:51.346: E/AndroidRuntime(12527): Process: com.mapegames.sudokukings, PID: 12527 java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:300

Google Interactive post Button shows blank white screen on Click

自闭症网瘾萝莉.ら 提交于 2020-01-25 10:45:05
问题 After I included this iframe[src^="https://apis.google.com"] { display: none; } to suppress Google+ Sign-in Welcome Back Message, my Google+ Interactive post share button stopped showing when I click on the share button rather it just shows a faded white screen but when I remove or change the iframe display to visible , the interactive post button starts working. Please does anybody know what I can do to make the interactive post start working while still leaving the iframe attribute to

Google + Signin using Google java script client library

空扰寡人 提交于 2020-01-24 13:19:49
问题 I am doing googlre sign in in my app using gapi.auth.authorize({ client_id : clientId, scope : scopes, immediate : true }, handleAuthResult); I am able to authorize the user ,then i gave a link to gign out the user using this api gapi.auth.signOut(); it is also signing out the user, but when i refresh the page then it is not asking to sign in again. it is directly loading user account, i want to make it to ask user to again login. Can any body tell me how to do it. 回答1: If you are running on

Is Google+ API going to shut down?

*爱你&永不变心* 提交于 2020-01-23 01:08:05
问题 According to this article https://www.engadget.com/2018/10/08/google-shutting-down-google-plus/ Google is planning to shut down its social network Google+ for consumers. I was wondering if the Google+'s api is also going to be removed? In my case I am using this endpoint to retrieve user's public profile. https://www.googleapis.com/plus/v1/people/me 回答1: Yes, Google+ APIs are shutting down. Google+ APIs will be shut down on March 7, 2019 . This includes Google+ Sign-in. Learn more. Google+

iOS: Using both Facebook and Google, Google Plus sign in

≡放荡痞女 提交于 2020-01-22 19:49:05
问题 Good morning, I'm trying to implement the Facebook login (which is working fine) and also the google plus login in the same view. I'm following the guides from the official site (Google) but there is an issue between the Facebook button and the google plus button: Facebook tells me to put the following code: -(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation{ return [FBAppCall handleOpenURL:url

Customizing google plus url default comment

风格不统一 提交于 2020-01-21 12:33:23
问题 Is it possible to add a comment by default when using google plus share link? The url is the following https://plusone.google.com/_/+1/confirm?hl=en&url=URL_TO_SHARE I've trieid adding &message=MESSAGE but that didn't help. Also tried &comment and &text 回答1: Just to warn you, this is not an officially supported part of the Google+ platform. I strongly recommend that you use the +1 button to share content to Google+. That being said, there is no paramater that you can set to specify the

“immediate_failed” - Could not automatially log in the user

假如想象 提交于 2020-01-19 13:45:30
问题 I have a problem when I developed my website with Google+ sign-in: I did step by step that the doc told me but I always failed at step4: https://developers.google.com/+/web/signin/ the result was always ""immediate_failed" - Could not automatially log in the user", I just don't kown why, can anyone help me, thanks very much! :-( 回答1: Note that in the sample code you pointed to, the "immediate_failed" check is commented out. This is intentional, since the first time a user encounters the Sign

“immediate_failed” - Could not automatially log in the user

江枫思渺然 提交于 2020-01-19 13:44:31
问题 I have a problem when I developed my website with Google+ sign-in: I did step by step that the doc told me but I always failed at step4: https://developers.google.com/+/web/signin/ the result was always ""immediate_failed" - Could not automatially log in the user", I just don't kown why, can anyone help me, thanks very much! :-( 回答1: Note that in the sample code you pointed to, the "immediate_failed" check is commented out. This is intentional, since the first time a user encounters the Sign

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:07:40
问题 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