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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -