google-plus

Google Plus share in a popup

喜夏-厌秋 提交于 2020-01-10 07:10:49
问题 I'm trying to build a Google+ share feature on a website just like the one you see on questions here at stackoverflow. When you click that Google+ button an a question it opens a new window to a URL like this: https://plus.google.com/share?url=http://www.stackoverflow.com I've experimented with this and found that for some reason it only works for a few domains, including stackoverflow.com. For example google.com: https://plus.google.com/share?url=http://www.google.com or eff.org: https:/

Google Plus share in a popup

好久不见. 提交于 2020-01-10 07:10:03
问题 I'm trying to build a Google+ share feature on a website just like the one you see on questions here at stackoverflow. When you click that Google+ button an a question it opens a new window to a URL like this: https://plus.google.com/share?url=http://www.stackoverflow.com I've experimented with this and found that for some reason it only works for a few domains, including stackoverflow.com. For example google.com: https://plus.google.com/share?url=http://www.google.com or eff.org: https:/

Find Google+ avatar for given email address without OAuth

做~自己de王妃 提交于 2020-01-09 19:06:54
问题 In my app I want to show the Google+ profile picture for a user. The only function, I found, in the API to get the profile picture needs a userId. However, I only have their email adress and not their Google+ userID. Moreover the person, whose image I want to get, should not be forced to log in and authorize my app, as this person is mostly not identical to the user of the app. So I think I need to get their userId by email. I read through the Google+ API documentation but can't find a way to

“An internal error occurred” with integration of Google Plus Login

时间秒杀一切 提交于 2020-01-08 12:24:52
问题 I am trying to integrate a Google plus Login in my application as per the instruction provided by following link : https://developers.google.com/+/quickstart/android#install-sdk I am following all the instructions perfectly. And when I run the sample application on a real device provided in the android-sdk and click the signin button, it display a Toast message that An internal error occurred What am I doing wrong? 回答1: This can happen when you haven't set the signature for the client ID in

“An internal error occurred” with integration of Google Plus Login

我只是一个虾纸丫 提交于 2020-01-08 12:24:05
问题 I am trying to integrate a Google plus Login in my application as per the instruction provided by following link : https://developers.google.com/+/quickstart/android#install-sdk I am following all the instructions perfectly. And when I run the sample application on a real device provided in the android-sdk and click the signin button, it display a Toast message that An internal error occurred What am I doing wrong? 回答1: This can happen when you haven't set the signature for the client ID in

Android: google+ login doesn't work in released signed apk [closed]

主宰稳场 提交于 2020-01-07 08:09:07
问题 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 . google+ login code works perfectly for my app in debug mode. but for released apk it doesn't. it goes in onConnectionFailed method. I have SHA1 fingerprint for realease version, but don't know where to put it... 回答1: Use release version of SHA1 fingerprint instead of old SHA1. 来源: https://stackoverflow.com

How to Fetch Google Plus circles in IOS Sdk

微笑、不失礼 提交于 2020-01-07 03:42:05
问题 I am using Google Plus integration where I have to fetch circles of user. I am passing the Url:https://www.googleapis.com/plus/v1/people/Your_User_Id/people/visible?key=APP_Key. I am getting the response as: { error = { code = 403; errors = ( { domain = global; message = Forbidden; reason = forbidden; } ); message = Forbidden; }; } What kind of permission do I need for This request? 回答1: You can only do this for the signed in user - so the "Your_User_Id" should always be "me". It's fine to

Google Plus Creating a Post - Rest API -Forbidden

核能气质少年 提交于 2020-01-07 00:35:30
问题 I got this error message when I try to create a post to user's wall by calling this rest service. Can somebody help me? 回答1: You have to enable the Google+Domain API in the google api console.Then try again with your code. 回答2: To work with google plus domain api you need create account http://apps.google.com/ and then use this user to create post. But!!! They create posts domain restricted. I've not finde way how to create public post for now. 回答3: Share API available only for GSuite

Googlebot vs “Google Plus +1 Share Button bot”?

女生的网名这么多〃 提交于 2020-01-06 15:30:47
问题 Site Setup I have a fully client-side one page webapp that is dynamically updated and routed on the client side. I redirect any #! requests to a headless server that renders the request with javascript executed and returns the final html to the bot. The head of the site also contains: <meta name="fragment" content="!"> Fetch as Google works Using the Fetch as Google webmaster tool, in the Fetch Status page, I can see that the jQuery I used to update the og:title, og:image, and og:description

Google Plus Domains Api HTTP Request - add people fails

那年仲夏 提交于 2020-01-06 15:18:32
问题 Good morning i'm trying to integrate with google+ domains api using HTTP Requests to the service but i'm facing some problems. i'm using oauth 2.0 to authenticate my connection and my get and delete requests work fine but the post and put requests always reply bad request. i've pointed the request to my computer and change to http to catch him here is the catch for a add person to circle put request. PUT /plus/v1domains/circles/16934bff8fa1939apeople?email=fakeuser%40example.com HTTP/1.1