Cropper
Cropper

Reputation: 1177

Google Plus API for android

My need is to upload image/video file to Facebook, Picasa, Google+ etc And I have done all Except Google+. And I Have read This Link. And I have tried with this but its getting activitynotfoundexception. This exception is coming because there no Google+ Application My Device. But My Application requirement is it should be in-depended from Google+. So I tried with another method But There is another exception. So please help me. Any help will be appreciated.

Upvotes: 0

Views: 751

Answers (2)

danny117
danny117

Reputation: 5651

I'm unlocking this content for you to upload photos to google +.

https://developers.google.com/+/domains/api/activities/insert

Upvotes: 1

ianhanniballake
ianhanniballake

Reputation: 199805

Google+ does not have an independent write API available to general developers - the only way to post to Google+ via an app is to open the Google+ app (preferably using the Intent returned by PlusShare.Builder as you mentioned).

Upvotes: 2

Related Questions