Apple's doco says: "Although you may perform Twitter requests on behalf of the user, *you cannot append text, images, or URLs to tweets without the user’s knowledge*. Hence, you can set the initial text and other content before presenting the tweet to the user but cannot change the tweet after the user views it. All of the methods used to set the content of the tweet return a Boolean value. The methods return NO if the content doesn’t fit in the tweet or the view was already presented to the user and the tweet can no longer be changed."
https://developer.apple.com/library/ios/#documentation/Twitter/Reference/TWTweetSheetViewControllerClassRef/Reference/Reference.html#//apple_ref/doc/uid/TP40010943 Sorry! On Sat, Oct 15, 2011 at 11:15 AM, ric3kg <[email protected]> wrote: > I'm able to send Facebook posts in code, send email with SMTP classes... If > the user enters their Twitter credentials, why shouldn't I be able to use > that to post from within my app. Given they agree to the EULA... > > My app is for disabled folks who have enough trouble with simple tasks. We > are trying to make the process more accessible to those who have difficulty > with day-to-day tasks. > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Twitter-without-UI-only-code-tp3906383p3906577.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
