api - Post images on Google+ through url -
i want post images , videos on google+ through titanium application. here url using:
var webview = ti.ui.createwebview({ url: 'https://plus.google.com/share?client_id=1234567889.apps.googleusercontent.com&continue='+ti.app.id+'%3a%2f%2fshare%2f&text='+texttoshare+'&url='+urltoshare+'&bundle_id='+ti.app.id+'&gpsdk=1.0.0' }); win.add(webview); can tell, how pass image parameter in above url?
any appreciated.
thanks
sharing of images not available through url, buttons, or sdks @ time.
in fact sharing urls, you'll notice in google+ stream's share box can't both link preview image upload, 1 or other, basis why sharing options such 1 you're looking don't offer ability.
Comments
Post a Comment