google-plus

Android Development - Any Google + SDK Or code example? [duplicate]

荒凉一梦 提交于 2019-12-23 07:38:29
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Is there already a Google+ API? Im looking for Android Google+ code example or sdk (posting on stream is the most importent thing i need). I want some SDK Or example like facebook has (on https://github.com/facebook/facebook-android-sdk for example). I thought of that since many sites now has the '+1' button near the facebooks 'like' button (on articles etc.) I thought why not to publish on google+ if my program

Google+ Domains API 404 Not Found error

谁都会走 提交于 2019-12-23 05:17:34
问题 I'm trying to run the Quick start for Java with the Google+ Domains API and retrieving a 404 Not found error and I can't figure out why this happens. I need this api for pre-populate circles for a customer. Link to quick start guide: https://developers.google.com/+/domains/quickstart/java I followed the instructions and I am able to authorize, but when I want to do something with the API I immediately get 404 Not Found. Because the authorization is already complete, I expect that the API

Google plus ( Get picture url )

若如初见. 提交于 2019-12-23 04:53:23
问题 I am stuck with a problem for getting picture URL as a response from Google Plus. Undermentioned is exactly I need .. { "id": "ID", "name": "NAME", "given_name": "GiVEN NAME", "family_name": "FAMILY_NAME", "link": "https://plus.google.com/ID", "picture": "https://PHOTO.jpg", "gender": "GENDER", "locale": "LOCALE" } Till time I am using undermentioned in order to get same. please have a look .. Using undermentioned in onConnected(); try { URL url = new URL("https://www.googleapis.com/oauth2/v1

Google plus ( Get picture url )

风流意气都作罢 提交于 2019-12-23 04:53:09
问题 I am stuck with a problem for getting picture URL as a response from Google Plus. Undermentioned is exactly I need .. { "id": "ID", "name": "NAME", "given_name": "GiVEN NAME", "family_name": "FAMILY_NAME", "link": "https://plus.google.com/ID", "picture": "https://PHOTO.jpg", "gender": "GENDER", "locale": "LOCALE" } Till time I am using undermentioned in order to get same. please have a look .. Using undermentioned in onConnected(); try { URL url = new URL("https://www.googleapis.com/oauth2/v1

Google Plus Android App UI Design - ListView swipe up into view

白昼怎懂夜的黑 提交于 2019-12-23 04:42:31
问题 Could someone please explain how Google implemented the "detail" page of their Google + app? The detail page features an image at the top (which can be tapped) and a ListView that is positioned roughly 50% down the screen. Like so: Example When you swipe up the ListView moves up to fill the entire screen: Example After this, additional swipes control the listView up/down: Example I've done my research but very little is available to suggest how they implemented this. Thanks 回答1: The short

Google Plus Android App UI Design - ListView swipe up into view

蹲街弑〆低调 提交于 2019-12-23 04:41:02
问题 Could someone please explain how Google implemented the "detail" page of their Google + app? The detail page features an image at the top (which can be tapped) and a ListView that is positioned roughly 50% down the screen. Like so: Example When you swipe up the ListView moves up to fill the entire screen: Example After this, additional swipes control the listView up/down: Example I've done my research but very little is available to suggest how they implemented this. Thanks 回答1: The short

What scope do I need to add for getting user email when using google+ sign in?

两盒软妹~` 提交于 2019-12-23 04:40:54
问题 I am trying to get a access token from the google plus api. I run the following piece of code: private class RetrieveTokenTask extends AsyncTask<String, Void, String> { @Override protected String doInBackground(String... params) { String accountName = params[0]; Log.e("accountName", accountName); String scopes = "oauth2:" + Scopes.PLUS_ME; // String token = null; try { token = GoogleAuthUtil.getToken(getApplicationContext(), accountName, scopes); } catch (IOException e) { Log.e("GOOGLE+", e

Ask requestVisibleActions permission using Passport.js for moment insertion in Google+ API

谁都会走 提交于 2019-12-23 04:12:18
问题 I'm working on a Node.js application that uses Passport.js for authenticating with Google Plus. In a later stage now, we have introduced of adding activities using Google+'s moment.insert to the user's Google+ feed when they leave reviews at our site. Posting using moment.insert needs a special permission called requestvisibleactions . The passport.js documentation doesn't say how I can ask for such permissions while logging in. My current auth handler setup is like this: app.get('/auth

Google OAuth Developer Verification form submitted but no response from google

笑着哭i 提交于 2019-12-23 03:09:52
问题 I need google oauth for google+ login on my opencart store. My app is requesting the following scopes only and app is public. https://googleapis.com/auth/plus.me https://googleapis.com/auth/userinfo.profile https://googleapis.com/auth/userinfo.email These are not sensitive scopes and on my oauth consent screen I see the submit verification button is disabled and it says Your changes don't require verification Still customers see Unverified app screen (This app isn't verified) I have also