Questions tagged [sharekit]

ShareKit: an iOS open source project to enable sharing of content via Facebook, Twitter, et al.

The project's home page is at http://getsharekit.com/

The project's Git repository is at https://github.com/ideashower/sharekit/

Takes aproximatly 5-10 lines of code to get many sharing services.

Update: ShareKit was once very useful and saved developers a ton of time. It is now obsolete and some sharers no longer work properly. In addition, most of the features ShareKit provided are now incorporated into Objective-C. There is ShareKit 2, which has some new features, is updated and well documented.

449 questions
3
votes
1 answer

ShareKit - How to access the Twitter username

Currently I have set up my application to take advantage of the XAuth implementation of Twitter services via ShareKit. Those that are aware of ShareKit and have implemented it into your own application either for testing purposes or for adding the…
3
votes
1 answer

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

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…
taber
  • 3,166
  • 4
  • 46
  • 72
3
votes
1 answer

Does ShareKit still work - 2015? And if it does, can be implemented in Swift?

ShareKit... Loved it the past! I can see there's "movements" currently in the GitHub repo, but tutorials, implementation and captures seems pretty old to me. Also the website and videos. Does it still works? More importantly... And if so, can I…
Helen Wood
  • 1,872
  • 2
  • 26
  • 41
3
votes
1 answer

get twitter user info

I am using Sharekit for Twitter and Facebook integration. After authentication I am getting use did, screen name and keys. Now I also need to fetch user info like image, name etc. But didn't find any way to fetch user info. I am using this API, but…
Minkle Garg
  • 1,397
  • 3
  • 13
  • 27
3
votes
1 answer

Sharing text with twitter

I am using sharekit SDK for twitter and facebook sharing. It seemed to be working fine, so we delivered the product. Now, we found a problem like There was a problem to accessing Twitter while the Facebook sharing works fine. I have searched and…
Anand
  • 254
  • 2
  • 12
3
votes
1 answer

ShareKit assert: "ShareKit has been refactored to be used as Xcode subproject."

I'm having trouble getting ShareKit 2.0 to work in my app. I've followed the latest installation instructions, creating a submodule for ShareKit, and tried cleaning and rebuilding, deleting and replacing the submodule, and so on. But when I try to…
Luke
  • 7,110
  • 6
  • 45
  • 74
3
votes
0 answers

SHKFacebook handleDidBecomeActive - no knows class method for selector

I'm trying to get Sharekit Facebook sharing to work. Step 7 in the manual states that these methods should be implemented: - (void)applicationDidBecomeActive:(UIApplication *)application { [SHKFacebook handleDidBecomeActive]; } -…
brainray
  • 12,512
  • 11
  • 67
  • 116
3
votes
1 answer

error the operation could'nt be completed. (com.facebook.sdk error 2.)

My app is working fine in both simulator and the device with ios6. But when i use the app in the ios5, i am able to login into facebook and go to the facebook app. However, when the app is about to post, it is not able to do but pops up " error the…
lakshmen
  • 28,346
  • 66
  • 178
  • 276
3
votes
2 answers

FacebookSDK.h' file cannot be found

I am trying to link the Facebook to my project via Sharekit. I followed the steps on the install wiki but still face issues. It gives me this error now: 'FacebookSDK.h' file cannot be found
laksh
  • 2,209
  • 6
  • 21
  • 25
3
votes
1 answer

Linker error: CFHTTP request methods in libShareKit.a on Xcode 4.5 and ShareKit 2.0

I try to intergrate the sharekit 2.0 into my app and installed the new ShareKit 2.0 as a Submodule in my local Git repository. I think I've followed the install instructions properly, but I'm getting 18 linker errors on the 'smoke test'. Here some…
Justintas
  • 69
  • 6
3
votes
2 answers

Sharekit not showing Twitter, Email, TextMessage Options

I'm using ShareKit 2 on an iOS app for version 5 or later. I've got the app configured to use Facebook correctly, and when the action sheet is activated, that's the only option that appears. I want to use the built-in Twitter sharing system, but the…
Aaron Vegh
  • 5,217
  • 7
  • 48
  • 75
3
votes
1 answer

ShareKit email form not always displaying

I'm using ShareKit to share objects to Twitter, Facebook, and Email. Twitter and Facebook works fine, but email doesn't. And I don't really know why. It seems like it works quite randomly. I set it up like this: [self.customView.shareButton…
Anders
  • 2,903
  • 7
  • 58
  • 114
3
votes
0 answers

ShareKit facebook, view disappear after loggin, dont display link in dialog window

I am trying to add ShareKit 2.0 in my app (with ARC), Xcode 3.2 and device 4.x or 5.0, I have followed ALL configuration steps from https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit In the app when I click on "Facebook" button to…
mcalleja
  • 51
  • 4
3
votes
1 answer

ShareKit2.0 opens Facebook mobile but fails to redirect. Safari says page is invalid

I'm using ShareKit2.0 (not to be confused with the original ShareKit which is defunct) in a PhoneGap project. I'm successfully sending tweets but Facebook sharing is not working. When the window opens and I choose the "Facebook" button, the browser…
emersonthis
  • 32,822
  • 59
  • 210
  • 375
2
votes
2 answers

ShareKit method swizzling in Lion / Xcode 4.3.1?

I recently upgraded to Lion and Xcode 4.3.1 with the iOS 5 SDK, and the sharing library ShareKit is broken - it used method swizzling for its email handler. Apparently Apple has banned or at least attempted to phase out method swizzling. ShareKit…
Luke
  • 7,110
  • 6
  • 45
  • 74