iphone - Google iOS API thumbnailURL: is not working iOS -
i'm using google api ios app, , have code
[sharebuilder seturltoshare:[nsurl urlwithstring:@"https://facebook.com/uncollectible"]];
that works , embeds url post on google+ expected.
but method deep-link set doesn't:
[sharebuilder settitle:@"uncollectible" description:@"stay cool. stay debtless." thumbnailurl:[nsurl urlwithstring:@"http://facebook.com/uncollectible"]];
my code same google example
id<gppnativesharebuilder> sharebuilder = [[gppshare sharedinstance] nativesharedialog]; // line manually fill out title, description, , thumbnail of // item you're sharing. [sharebuilder settitle:@"new 5k record!" description:@"i ran 5000 meters in 26:16! that's new record!" thumbnailurl:[nsurl urlwithstring:@"https://mozorg.cdn.mozilla.net/media/img/contribute/person-faye.1bfdab1ab5c0.jpg"]]; [sharebuilder setcontentdeeplinkid:@"/races/sf/1234567"]; [sharebuilder open];
please advise. thanks!
Comments
Post a Comment