stickypens
stickypens

Reputation: 103

post to specific people in google+ and retrieve these posts from google plus in android

I am creating an android app, i would like to know how to post to specific people in google plus. I would also like to know how to parse google + posts? Especially the ones that is shared only to you. Is there any way of reading these posts and getting the data? I would also like to delete this post from google + after i get the data. Is it possible? The app is basically used to post a particular information such as co-ordinates etc. to google+ and then retrieve the data from the other end and display their location in the map. I would also like to parse the post as soon as i get a notification on google+. can we do this?

Upvotes: 0

Views: 124

Answers (1)

Woda
Woda

Reputation: 153

I recently watched a presentation from the Google I/O about Google+ Sign-In. It may could be a nice solution for your App to use Google+ features. The user can easily use it's stored account on the device. It's very comfy to use and also easy to implement. I recommend to take a look at the presentation. Here I have two useful links:

The First one ist the Google I/O talk, the second one refers to the Google Developers overview

Upvotes: 1

Related Questions