Google plus: Share links, video, picture to google plus. Not working? - android

I'm currently trying to create an app to share links, pictures or video to Google Plus. I've seen the documentation on sharing from Google Plus developer here: Sharing to G+ from your app
And realised that the part of the code:
Intent shareIntent = new PlusShare.Builder(this)
where my IDE could not resolve PlusShare as it was deprecated as described here: Plus API deprecation notes.
Could anyone post a way around as I could not find any example codes on how to share to G+ without using the deprecated code.
Thanks!

There is no way to programmatically post to the google+ wall/stream. You can only make a GET request for google data.

Related

Google Photos URI API

I don't know if there is an API or an URI scheme for the Android and iOS version for the Google Photos app for the search engine.
I want to send a search query to the Google Photos app, which shows me all the pictures with that query. Do you know if there is something?
Thanks for any response.
Edit:
I don't want to upload the photos. I just want to query it via the search engine.
Finally I found a solution, which solves my problem.
Google Photos is also providing his photo service in the web. When you search in the search bar on the top, it will generate a link like this:
https://photos.google.com/search/<query>
Now replace the <query> with the search you want to request. The results are still the same like on android and iOS.
When you open that link on an android device, the Google Photos app will open automatically.
Here's a sample for a request:
https://photos.google.com/search/black%20cat

How does flipboard fetch Google plus stream in Android?

As per title: how does flipboard fetch the google plus timeline/stream? I tried with the plus v1 api and PlusClient provided by Google play library but seems like I'm only allowed to fetch my posts, also, there isn't anything useful on github... I can only find samples on how to post content and fetch single users timeline
Anyone can point me? Thanks
Flipboard uses a private API they have licensed access to from Google. It sounded like it was going to be made available to all but it has not.

How to create a plugin for google maps' "share via" list

I have tried to search for example for creating a plugin for the google maps such that it appears in the share via list that appears when one clicks share after selecting a location in google maps for android. since I don't know the exact terminology used for the plugin, probably thats why could't search for it on google search. Any kind of help is appreciated !
I have uploaded an image on flickr to explain the question clearly.(not enough credits yet)
http://www.flickr.com/photos/120188532#N04/13108649615/
It seems you are looking for Intent filters. This is described in the following guide from Android.
See:
http://developer.android.com/training/basics/intents/filters.html

Android Youtube video upload

I followed this link and I successfully created an oauth access to youtube, in my Android APP.
Then I am asking, how do I upload a video on my account?
After accessing my account I have the token, but I saw that I have to do an http request to upload the video. I saw many sites but I still cannot resolve this problem...
How to do it?
Here is probably what you are looking for, particularly slide 30. It comes with nice code examples. But it will only upload into their own account.

How to integrate my app with google+

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.

Categories

Resources