google-plus

Google Plus api for iOS get friend list

こ雲淡風輕ζ 提交于 2019-12-06 11:50:32
问题 I want to get friends(People) list from Google+ in iOS app. I am using Google+ api tutorial given in link https://developers.google.com/+/mobile/ios/getting-started I am created new project on Google+ Developer Console the link is https://console.developers.google.com/project Getting following error in -(void)getPeopleInfo. [lvl=3] __31-[ViewController getPeopleInfo]_block_invoke() Error: Error Domain=com.google.GTLJSONRPCErrorDomain Code=401 "The operation couldn’t be completed. (Invalid

Google+ Domains API v1. Error 403 “Access not configured”

非 Y 不嫁゛ 提交于 2019-12-06 11:24:35
I am starting to use the google+ API, but I am getting problems authenticating, even in the Google Playground. I want to do a very easy thing, which is get the circled people of my user, so, I use the scopes: /auth/plus.circles.read /auth/plus.me And I request with: https://www.googleapis.com/plusDomains/v1/people/me/circles In both Google PlayGround, and in the API page https://developers.google.com/+/domains/api/circles/list which allows you to test it, both of them give me the response: { "error": { "errors": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access

In codeigniter - google login callback url containing special characters (.) and throwing 403 error. how to fix?

自闭症网瘾萝莉.ら 提交于 2019-12-06 11:22:59
http://techmarga.com/admin/login?code=4/fgDeyBqu0sgp4_FMWLm3TQCGgI54vUGKNCiW9g00TG4uOfd5Z_R_-uv4-25hoB-GsfrsPsFoBsxn0UwiLNcQZ78&scope=https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile In codeigniter google login callback url containing special characters and it is throwing 403 error. *if i remove https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile it is working** . In local xampp everything is working fine but in server it is not working(403 error) my config permitted_uri_chars are as below $config[

How can I login to google-plus using google-plus-ios-sdk-1.7.1 sdk?

混江龙づ霸主 提交于 2019-12-06 10:03:22
问题 I am developing an iPhone application using Google Plus. When I try to login, I get a 401 error. I used google-plus-ios-sdk-1.7.1 sdk. -(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. [GPPSignIn sharedInstance].clientID = kClientID; // Read Google+ deep-link data. [GPPDeepLink setDelegate:self]; [GPPDeepLink readDeepLinkAfterInstall]; return YES; } In the

Open Google+ Application in Xcode 4.5

不羁岁月 提交于 2019-12-06 08:48:37
I making a social application which requires Google+. I know that I can open Google+ as a link to Safari (Which isn't really user Friendly having to switch apps just to post something). This code opens the link to Safari: -(IBAction)Google+:(id)sender { NSLog(@"Google+"); //The link will go to Stack Overflow Google+ Page NSURL *GooglePlus = [NSURL URLWithString:@"https://plus.google.com/+StackExchange/posts"]; [[UIApplication sharedApplication] openURL:GooglePlus]; } But is there a way to detect if Google+ Application is installed and open the application there (And if it isn't then open the

How do I post to Google Plus via PHP? [closed]

狂风中的少年 提交于 2019-12-06 08:47:43
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I was wondering if there's already a floating unofficial PHP library or class that I can use to be able to post to user's Google Plus stream? I'm not talking about the new option on the +1 buttons. I only want it to publish to their stream and not with the +1 button method. Sorry if this has been asked already

Google Plus Single Sign On Server Flow - Google_AuthException Error fetching OAuth2 access token, message: 'invalid_grant'

廉价感情. 提交于 2019-12-06 08:42:35
问题 UPDATE 27th January 2013 I have now resolved this, Please check the accepted answer. I am having trouble to get my refresh token and my access token when using the server side flow between my Android Application and my PHP server. So I have managed to get my One Time Code by using the below: AsyncTask<Void, Void, String> task = new AsyncTask<Void, Void, String>() { @Override protected String doInBackground(Void... params) { Bundle appActivities = new Bundle(); appActivities.putString

How to logout from Google+ Account?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-06 08:30:51
After signin up with Google plus on an Android app. How can I logout, so I can sign in with another account. Don't know if GoogleAuthUtil.invalidateToken is the answer or not... Thanks If you are using Google+ sign in (and you should - the work flow is much better, both for developers and users), then you can sign out the user by following the guide's example : @Override public void onClick(View view) { if (view.getId() == R.id.sign_out_button) { if (mPlusClient.isConnected()) { mPlusClient.clearDefaultAccount(); mPlusClient.disconnect(); mPlusClient.connect(); } } } 来源: https://stackoverflow

+1 click is not working in Android integration with Google+

懵懂的女人 提交于 2019-12-06 07:26:02
I followed this link to use the +1 button in my Android application to +1 a link or a website, but unfortunately it didn't work as expected and it didn't respond when I click on it. I tried to use the following: mPlusOneButton.setOnPlusOneClickListener(new OnPlusOneClickListener() { @Override public void onPlusOneClick(Intent arg0) { // TODO Auto-generated method stub startActivityForResult(arg0, 0); } }); But also no response. As an example I tried to use the following line of code: mPlusOneButton.initialize(plusClient, "http://www.googleplustoday.net", PLUS_ONE_REQUEST_CODE); And there is no

invite participant in hangout

自闭症网瘾萝莉.ら 提交于 2019-12-06 07:19:43
问题 I am creating a basic hangout API. Is it possible to send invitation to specific emails I have through API itself. I can invite more if I want from hangout page though. Any suggestion? 回答1: There is no invitation component of either the Hangout or REST APIs, however this does not stop you from sending out emails using other means and providing the URL to the hangout. 回答2: Another trick I've done is to get the URL with gapi.hangout.getHangoutUrl() and post these back to your server (or over