Google iOS API thumbnailURL: is not working -


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"]]; 

please advise. thanks!


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -