I am working on an app with integration for facebook, twitter, flicker, and Google plus. I have done all the things besides Google plus.
Has anyone used Google plus API in his own app?
The Google+ Platform for Android is now available.
With the platform, you are able to:
Allow users to sign in with Google+.
Integrate the native +1 button.
Write moments to the user's Google+ history (developer preview)
For more information, see:
https://developers.google.com/+/mobile/android/
Right now there is no official API for Google Plus for Android. Check out the official documentation here.
Quote:
The Google+ platform for Android will soon be available in the coming
weeks — this documentation gives you a quick overview of what to
expect.
Related
I'm currently developing a home automation solution and I want to integrate Google Assistant on it.
I have already developed my conversational bot with API.ai and it's working great in the Google Home Web Simulator but in the future, I want that my bot can be run from any device with Google Assistant (Android 6.0+ devices if I'm not wrong).
I found this on Actions on Google website:
Actions on Google let you build for the Google Assistant. Your integrations can help you engage users through Google Home today, and in the future, through Pixel, Allo, and many other experiences where the Google Assistant will be available.
So, when Actions on Google will be available for other platform that Google Home?
Thanks in advance ;)
Google annonced at the Google I/O'17 that Actions on Google is now available on Android 6.0+ devices in en-US language.
Google Assistant will be available on other countries during summer 2017 (no precision about Actions on Google internationalization).
I'm trying to integrate google+ sign-in in my android app. I want to ask that does it required to have google+ app installed on the host phone for someone to sign in my app through their google+ account ?
The answer is NO.
Google+ app isn't needed at all. Only the latest google play services library is needed for the app to run on a device. And mostly this library is available on most phones.
Yes as per the latest docs:
reference:
https://developers.google.com/+/mobile/android/getting-started
I was trying to integrate Google+ in my phone Gap application, like twitter and facebook. But, I haven't find out any samples and Tutorials. If any one aware about that, please suggest me, how to do that in android Phone Gap.
Thanks in Advance..
You should be able to create a PhoneGap plugin that wraps over the Google+ APIs in Google Play Services.
For more information about the Google+ APIs in Google Play Services, please visit:
https://developers.google.com/+/mobile/android/
Does exist some software for developers that is able to upload applications into Android Market (Google Play)? I want to automate this process, because I have very many apps in Market. Official or unofficial, no matter.
The API (http://code.google.com/p/android-market-api/) here is for emulating the android marketplace to pull data. You'd have to mimick the login onto the android marketplace developer center then use some kind of DOM Crawler like (symphony dom crawler to navigate and use GET/POST to mimick the calls for uploading).
Login to Google with PHP and Curl, Cookie turned off?
I'm not aware of any official API that allows this. I doubt Google would be keen to implement it as it could encourage submission of vast numbers of auto-generated apps.
The nearest I've seen is this unofficial API to read data, but as far as I'm aware there's no facility to submit apps:
http://code.google.com/p/android-market-api/
Google has presented a new API to work with Google Play Developer Console. Here is the link for it's description: https://developers.google.com/android-publisher/
Is there any way to integrate google+ with my app. So that from my app, I can
Read the posts
Post something on my wall
Access different circles
At least post something
Did google provide any Api or SDK for this?
The API has now been announced at: http://googlecode.blogspot.com/2011/09/getting-started-on-google-api.html and the official homepage is: http://developers.google.com/+/
As of 29/07/2011, Google has not provided an SDK yet.
The only thing you can do for now is add a 'plus' button like the 'like' button from facebook in your webpages using javascript - look here.
EDIT:
As #ade said, the API has now been announced. so my answer is no loner relevant.
We definitely plan to involve developers and publishers in the Google+ project, but we don’t have specific details to share just yet. Please stay tuned and sign up to receive more information about Google+ developer opportunities. https://services.google.com/fb/forms/plusdevelopers/
You can only read posts using the newly announced Google plus API but you cannot share or access different circles.
More functionality is yet to be added to the Google plus API.
In order to effectively use the new Google plus API you need to authenticate the new user, so that you can serve large number of people or else you will run out of the API calls which are restricted to 1000 per day.