sharekit

ShareKit and TwitPic

Heya has anyone tried out sharekit www.getsharekit.com Im looking for a simple plug n play way to get photos to twitter. Let me know if anyone has achieved this. ...

Terminating app due to uncaught exception 'NSInvalidArgumentException'

Hello, I am using ShareKit to allow the user to share their score on Twitter and Facebook in my iPhone app. However, it seems to crash shortly after sharing on either service. I get an console message which says: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSCFString rangeOfString:options:...

adding ShareKit to my project, won't compile - 4,448 errors

Hi, I can get the ShareKit demo from github to compile using the iOS 4.1 SDK, but when I import it into my project exactly how it's described on the ShareKit site, after compiling I'm getting 4,448 errors. It looks like I'm missing a framework, but I have the required frameworks listed. Maybe there's some kind of framework conflict. Here...

ShareKit for iPhone randomly crashing

I am having some issues with ShareKit for the iPhone. I have everything I need(Twitter, Facebook, and Email mainly) working great for sending a URL. In another portion of my app however, I am trying to implement the ability to share a small bit of text. When I try to open Facebook when sharing this text, it opens the Facebook screen q...

ShareKit Twitter Problem

Hey, I installed ShareKit for Twitter Support in my app. I registered all keys and urls and so on. But my problem is: In my app the user sees sentences. I want that the user can tweet this sentence. What method do I have to write. I've got: -(IBAction)tweetSentence { NSString* message = [[sprueche objectAtIndex: spruecheCount] string...

How to customize ShareKit actionsheet?

I am using ShareKit (www.getsharekit.com) to share my URL's to Twitter and Facebook. I want to be able to remove all of the additional social network it points to, but am not sure where to edit? ...