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
21
votes
3 answers

iPhone/iOS - How to use "ShareKit" to post only to Facebook or only to Twitter

In my iPhone app, I have two two buttons, labeled "Facebook" and "Twitter". I want to use the Sharekit framework which makes my sharing very simple. But as shown in the sample code of ShareKit, I can only show many sharing services, which I don't…
Satyam
  • 15,493
  • 31
  • 131
  • 244
15
votes
4 answers

ShareKit modal view controller won't go away

I'm using ShareKit 0.2.1 on Xcode 4.2 (iOS SDK 5) to share text on Twitter. It shares fine, but the modal view controller wont go away after successfully sharing on after clicking on the cancel button (see below): And this is my…
cfischer
  • 24,452
  • 37
  • 131
  • 214
15
votes
3 answers

Enumeration value 'SHKShareTypeUndefined' not handled in switch

I get the warning Enumeration value 'SHKShareTypeUndefined' not handled in switch in the below code. I bolded the relevant line and pointer: + (NSArray *)favoriteSharersForType:(SHKShareType)type { NSArray *favoriteSharers =…
SimplyKiwi
  • 12,376
  • 22
  • 105
  • 191
14
votes
5 answers

iPhone - ShareKit , SHK.m giving the compiler error for FileNot Found

I am facing the issue while compiling my iphone project with ShareKit Integrated .I was working on that , everything was working fine till now , all of a sudden now its giving me the error. In SHK.m file , #import …
Bharat Jagtap
  • 1,692
  • 2
  • 22
  • 35
14
votes
7 answers

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?
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
13
votes
2 answers

Sharekit 2, problems with connecting to Facebook after user authentication?

Sharekit opens up Safari to get authentication from the user which is fine (not sure if it should open up Safari or in it's own window). A page then appears saying you have authenticated app.x click ok to continue, once the continue button is tapped…
Chris
  • 247
  • 1
  • 4
  • 17
13
votes
3 answers

ShareKit like framework for Mac

I am looking for a ShareKit like framework for Mac. Do you know if something similar exists? Thanks !
AP.
  • 5,205
  • 7
  • 50
  • 94
11
votes
4 answers

Stable ShareKit fork recommendation?

ShareKit looks abandoned. And there are so many forks. But major maintainer is undeterminable. Now I'm just going to pick one to use. What fork do you recommend? Or replacement?
eonil
  • 83,476
  • 81
  • 317
  • 516
10
votes
4 answers

ShareKit in Xcode 4 - lots of deprecated

I have just loaded the ShareKit files into my project (which worked nicely otherwise), and went to build and run (with no code additions as yet). I received 11 warnings and 37 errors! Is there something I'm missing here? The warnings are for…
Kolya Miller
  • 185
  • 4
  • 12
10
votes
4 answers

how to post URL with Image on facebook by ShareKit

I am using sharekit in my iPhone app to share url link on facebook. However, it seems to me that it is not possible to share url with image with sharekit. Do you guys know how to do it? Thanks a lot.
justicepenny
  • 2,004
  • 2
  • 24
  • 48
9
votes
1 answer

Difficulties adding ShareKit to project

Okay, so I seem to be having a bit of difficulty in adding ShareKit to my project. I've downloaded the latest version via Git. I'm dragging and dropping the 'ShareKit' folder from Finder because you can't do it drag and drop from the xcode…
user339946
  • 5,961
  • 9
  • 52
  • 97
9
votes
2 answers

linker error with ShareKit ios

i have spent 3 days for searching the solution. I don't know what to do with this... I need the -ObjC flag for SDWebImage library ( and AFNetworking too, i think) . I can remove it, and everything is fine with ShareKit, but not fine with…
mikezs
  • 410
  • 1
  • 8
  • 16
8
votes
3 answers

Share content to Facebook from iOS 5 app

I'm developing a iOs 5 app and I would like that the user could share on Facebook some content from de app like text or images. I've tried to implement Sharekit (native fork and 2.0 modified fork) and Addthis but no one has worked. How can I do it?…
Marti Serra Vivancos
  • 1,195
  • 5
  • 17
  • 33
8
votes
2 answers

ShareKit support iOS 5 now?

ShareKit (https://github.com/ShareKit/ShareKit ) can support iOS 5 now ? For such similar back-compatibility issue, what are the essence for developers to think about? Need think about ARC? or do they need to think about using storyboard to…
Forrest
  • 122,703
  • 20
  • 73
  • 107
8
votes
5 answers

Twitter OAuth Login Page on the iPhone

I have Twitter integrated into my application, with the help of Sharekit. Everything works pretty well except, if the user happens to tap on the "Sign Up" link on the Login/allow page, it goes to a non-sign up error page. Either a "Sorry that page…
TheGeoff
  • 3,860
  • 2
  • 23
  • 23
1
2 3
29 30