Using this code (the only relevant code I can find in their documentation)
[AddThisSDK shareURL:self.data.url
withService:@"facebook"
title:@"this is the title text"
description:@"the description"];
Results in a "Post to Wall" dialog with the following problems:
- The "say something about this..." field is empty. Can we pre-populate that?
- Below the "say something about this" field an "available on the android market" icon is displayed. This is iOS and I have no idea why this is showing up.
- "Untitled Document" is displayed as the link header, with the title text and description beneath it. How can I replace "Untitled Document" with something more useful?