In previous iOS version开发者_Python百科s, using the Twitter functionality (with bit.ly)Works perfect.However, when I click submit to twitter, it posts, but doesn\'t remove the dialog.It sounds simila
I am using Sharekit for Facebook sharing with the Facebook Graph API. I have tried to find the latest, most up to date code (troppoli on github seems pretty up-to-date).
I successfully integrate sharekit into my app. At first, I was able to have the facebook up and running, able to login, and publish it but problem was with the twitter was unable to post \"could not a
I am trying to migrate my app which was initially developed in iOS 4.3 to iOS 5. All the third party code is being migrated with开发者_如何学Python Xcode\'s refactor tool. But it doesn\'t convert the
So, I\'开发者_StackOverflow中文版m using sharekit to share some text.I need to be able to send the email to a pre-defined recipient.How can I set the mail recipient to the sharekit item?Sharekit has n
I have been playing with Facebook Connect for iPhone, as well as ShareKit. Seems like Facebook Connect will work best for me for now (in case you were going to suggest Sharekit - just beating you to t
I sharing message in Facebook by integrating sharekit in my iPh开发者_运维百科one application.I have written the method facebookButtonPressed which I am calling on tapping one button.
I have a problem with ShareKit. I\'m trying to post image and text to facebook, without using the share actionsheet; I use a bar button item; the associated action is
Using the latest version of ShareKit to post URLs like so: [SHKFacebook shareURL:[NSURL URLWithString:@\"http://www.google.com\"]];
I know there is a lot of these questions here, but Facebook seem to change their system now and then.