Reputation: 284
Is there any url or technique available in google+ in order to share posts on the one specific friend's stream?
I found this url: https://plus.google.com/share?url={your url} but the problem with this url is that we can't pass the friends id or name of the friend in parameter of the url in order to get the prefilled friends name written on that field (where we mention with whom we want to share the post) when the link is opened in the browser.
When I am using the above found url, I have to select the name of the friend manually on the browser after the link has been opened. I want to prefil that field in which we write the name of the friend with whom we want to share.
Can any one please help me out. It is one of my requirement. I am developing application in xcode
Upvotes: 0
Views: 586
Reputation: 19970
For native iOS there is no way to prefill the recipients. You can on Android and via the Javascript share rendering on the web, but not using the iOS SDK. It's definitely worth requesting the feature on the issue tracker if it's something you're interested in though! https://code.google.com/p/google-plus-platform/issues/list
Upvotes: 1
Reputation: 6841
Google+ does not allow for programmatic writing to anyone's stream. Users in Google+ always retain control over what to share and who to share it to. You can use the Google+ SDK for iOS to prompt users to share, but they have ultimate control to choose who to share to.
Upvotes: 1