Prosanto
Prosanto

Reputation: 924

How can I share or upload a image on Google+ without using intents.?

I want to share "status" or "status with image" to Google+ in my (Wall)Streams.It does work fine when i use intents.but i do not want to use it.i want use API same as Facebook.Can any one help to me to give any idea.is it possible??.

Upvotes: 3

Views: 614

Answers (1)

BrettJ
BrettJ

Reputation: 6841

You cannot post directly to a user's stream with the Google+ APIs. The intents approach to launch the share dialog is the preferred approach.

You can use the moments.insert to write app activities to the user's account, where they can choose whether or not to share them.

Upvotes: 1

Related Questions