ShareKitを使って画像をtwitter、タンブラー、メールで共有したいのですが、できません。Twitterの場合、コードを使用します..
SHKItem *item;
item = [SHKItem image:[UIImage imageNamed:@"icon2.png"] title:@"Praveen"];
[SHKTwitter shareItem:item];
しかし、空白の画面しか表示されません。SHKTwitterConsumerKey
、SHKTwitterSecret
、SHKTwitterCallbackUrl
、_SHKTwitterUsername
しかし、結果は空白の画面です