google-plus

Google Plus Login without Google Play Services

有些话、适合烂在心里 提交于 2019-12-11 11:23:16
问题 I'm developing an app for tablets that may or may not have Google Play Services. I've already setup Google+ login for devices that DO have Google Play Services, but I haven't found a relatively easy way to implement non-Google Play Services Google+ login. I've implemented OAuth 2.0 login for a wordpress app I did a while back, and I imagine the process will be very similar for this, but I'm mainly looking for solutions that already exist. Thanks 回答1: You can use the Google+ API Client for

Google+ API 401 Invalid Credentials

99封情书 提交于 2019-12-11 11:22:22
问题 I am trying to use the Google+ API to access Google Drive through a web application using javascript. I always get a 401 Invalid Credentials error, even though I have a valid access token that has not expired, (confirmed at https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=MY_ACCESS_TOKEN), I have also enabled Drive API, and have not revoked access to the token. Also, I have double checked and the access token is definitely sent in the authorization header (I looked at the request

Google Plus integration in Windows Phone 8 and Windows 8 Store app

半城伤御伤魂 提交于 2019-12-11 11:16:05
问题 Is there any sdk available to integrate the google plus in windows phone 8 and windows 8 store app? Like the facebook sdk is available which makes our life easy to integrate the facebook in our app. I want sdk which will make my life easy to integrate the google plus with windows 8. Or any other solution to integrate google plus with my windows 8 apps. Thank You. 回答1: Gus Class on the Google+ Developer Relations team has done some work around Windows 8 and the .NET client library to show how

How to open “Sign-in with your Google account” page like present model View when I press “Sign in with Google”?

与世无争的帅哥 提交于 2019-12-11 11:07:14
问题 In my current app, I am using "Sign-in with Google". I always want to open that "Sign-in with your Google account" page in type present model ViewController even if I installed google apps like "Google+ ". But now what's happening in my app is if I already sign into Google+ app, which is already installed, it is opening that app instead of "Sign-in with Google" page. This means that it's coming from out of my app and opening the Google+ app. I don't want that. Here is my code: GIDSignIn

Google plus for android bad access token

馋奶兔 提交于 2019-12-11 10:35:14
问题 I been following Getting started and sign in to get access_token of user. I do get an access token but when using it i am getting this error: { "error": { "errors": [ { "domain": "global", "reason": "authError", "message": "Invalid Credentials", "locationType": "header", "location": "Authorization" } ], "code": 401, "message": "Invalid Credentials" } } When I am going to apis-explorer and using they token it works just fine. Any ideas what am I missing? This is then URL I am trying. https:/

signin for server-side apps and plus deprecation

天涯浪子 提交于 2019-12-11 10:26:01
问题 I have a server side application that requires that a user sign in using his browser and then the server continues to use that token to do stuff on its own. I'm using the flow described here, pretty much verbatim, but with a few additional scopes: https://developers.google.com/identity/sign-in/web/server-side-flow. In this flow, Google takes over through the login process. I create an auth2 object with gapi.auth2.init(), then I call .grantOfflineAccess() on that object, and later I get a

Login through google plus to native app does not shows login page every time?

笑着哭i 提交于 2019-12-11 09:26:16
问题 in my app have a option for user to login to the app using google +?Here Login page is showing only once for the first time when user taps on google Plus button from next time when i click on google plus button its directly navigation to permissions page instead of going to loginPage My code is //////////////CODE FOR LOGIN GPPSignIn *signIn = [GPPSignIn sharedInstance]; signIn.delegate = self; signIn.shouldFetchGooglePlusUser = YES; signIn.shouldFetchGoogleUserEmail = YES; // Uncomment to get

Google+ integration iOS - EXC_BAD_ACCESS error on signout

无人久伴 提交于 2019-12-11 09:13:15
问题 I've done google+ integration in my app and it works perfectly fine. But I have noticed that occasionally I receive an EXC_BAD_ACCESS error during logout. This is my logout function -(void) logout { [[GPPSignIn sharedInstance]signOut]; [[GPPSignIn sharedInstance] disconnect]; // EXC_BAD_ACCESS Error occurs in this line } I dont always get this error, I think it may have to do something related with session. I've tried searching for it but haven't found any resolution so far. This error occurs

layout issue with different browsers

不想你离开。 提交于 2019-12-11 08:32:51
问题 I have a website, that works totally fine with FireFox (both desktop and android versions). but when I switch to another browser, the problems keep popping. check my homepage: http://pichak-gallery.com the header is well placed in firefox, but when you open the page in chrome,the header is not at its place. so I have to add this: margin-top:-16px but this will break the website in firefox. I don't even say that website is totally broken in IE. another problem belongs to Google+1 button. that

Is Google plus API still read-only?

a 夏天 提交于 2019-12-11 07:39:26
问题 I see everywhere that google plus api is readonly. But i saw this app screenshot. How did they do then? Even the docs say its read only. 回答1: The API is indeed still read-only. We worked directly with SXSW on this year's mobile app to enable sharing... it's not a feature that is generally available at this time. 回答2: The note at the top of the REST API documentation page seems to answer both questions at once: Note: The Google+ API currently provides read-only access to public data. All API