I am using shareKit to share something on twitter. I successfully send tweet (only) text by using
SHKItem *item = [SHKItem text:@"sample tweet"];
[SHKTwitter shareItem:item];
I try to attach UIImage with tweet using
SHKItem *item = [SHKItem image:[UIImage imageNamed:@"testImage.png"] title:@"posting test image"];
[SHKTwitter shareItem:item];
Although it posts successfully on twitter but instead of actual image shown within tweet it attaches a shorten URL. i.e. posting test image http://img.ly/sMx0
Please tell what i am doing wrong. Is there any other way to attach image within tweet. I want to give iOS compatibility 4.0 to 6.1