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
2
votes
1 answer

Strange compiler error during ShareKit integration

I tried integrate ShareKit in my project and I face a problem. By the time I include the ShareKit classes in my classes project folder the compiler gets errors like "Parse Issue. Unknown type name 'NSUInteger'" or "Parse Issue. Unknown type name…
2
votes
5 answers

getting file not found error in ios

Hi I am new to iOS development. Here is my problem. I am given a mac machine with 10.6.X and Xcode for the same. I am given a pre-written project for iPhone. I wanted to run the project on my iPhone so I had to upgrade my mac and Xcode to 10.7.x and…
Nik
  • 2,913
  • 7
  • 40
  • 66
2
votes
3 answers

Error running Simulator: duplicate symbol for architecture i386

I added ShareKit framework to try and here is the error running it in Simulator: duplicate symbol _LFHRReadStreamClientCallBack in .../Xcode/DerivedData/....build/Objects-normal/i386/LFHTTPRequest-8C6F35228BA446B9.o and…
Vad
  • 3,658
  • 8
  • 46
  • 81
2
votes
1 answer

iPad UIActionSheet tap outside to dismiss - state of UIActionSheet?

I am using the ShareKit SHKActionSheet (based on UIActionSheet) for an app on the iPad: SHKItem *item = [SHKItem URL:url title:@""]; actionSheet = [SHKActionSheet actionSheetForItem:item]; [actionSheet…
camden_kid
  • 12,591
  • 11
  • 52
  • 88
2
votes
2 answers

issue for the share a text on Linkedin.com

I created an application in which I integrate the LinkedIn social site for that some problem aries which describe below. Specification In project I use the sharekit for the facebook, twitter and linkedIn integration while the most of the working…
Nimit Parekh
  • 16,776
  • 8
  • 50
  • 72
2
votes
2 answers

Using ShareKit without ActionSheet

Anybody know to use the ShareKit framework without ActionSheet? I don't want to use the buttons in ActionSheet. I'd like to use of way customizable.
2
votes
1 answer

duplicate error in xcode with sharekit on phonegap (but not with phonegap-plugin)

I have a xcode/phonegap project where I want to use the sharekit - not as phonegap-plugin but from inside the objective-c code, so no need to implement the phonegap plugin version of the sharekit. I import the sharekit classes and want to compile…
headkit
  • 3,307
  • 4
  • 53
  • 99
2
votes
1 answer

Share Post With Image Text And url To facebook

I am using share kit in my app and trying to post to facebook pose that include small photo, when clicked on facebook it will be opened to larger size like any other photo. Link to the app on the app store and text about this post. I am using this…
OAZ
  • 121
  • 1
  • 11
2
votes
0 answers

iOS: using ShareKit 2.0 to access Facebook. Need to set restriction for alcohol for the app

I am developing an iOS app for an alcohol related company. The app is a sort of treasure hunt, kind of. They want the app user to be able to upload to Facebook when they find one of the virtual objects that they have scattered around. I am using…
chadbag
  • 1,837
  • 2
  • 20
  • 34
2
votes
1 answer

App crashes on ios 4.X for framework Twitter.framework

I am using twitter using Sharekit and for IOS5, I am using its class TWTweetComposeViewControllerClass as, Class TWTweetComposeViewControllerClass = NSClassFromString(@"TWTweetComposeViewController"); if (TWTweetComposeViewControllerClass !=…
Heena
  • 2,348
  • 3
  • 32
  • 58
2
votes
1 answer

How to setup iOS with ShareKit and OAuth

I have setup my config for twitter as described in the documentation. I setup bitly and all other things. I even made a change to ShareKit to use https and api.twitter.com.. But I am still getting "Could not authenticate with OAuth" error. Any idea…
Arcadian
  • 4,312
  • 12
  • 64
  • 107
2
votes
1 answer

Add a print option to ShareKit

I am planning on using ShareKit in my App. I would also like to have printing (AirPrint). I was thinking to have all options( Facebook & Twitter & Printer ) in the same actionsheet. Is there any reason why I shouldn't do that? I have been looking…
Alan
  • 796
  • 9
  • 26
2
votes
4 answers

iOS - ShareKit and Facebook

i usually use ShareKit to add share featuring into my apps, but since with iOS 5 SDK and ARC ShareKit doesn't compile anything, even i set the -fno-objc-arc flag. I need essentially the share on Facebook, how can i do without ShareKit? I found…
Andrea Mario Lufino
  • 7,921
  • 12
  • 47
  • 78
2
votes
2 answers

Sharekit Twitter Integration Broke in iOS 5

In previous iOS versions, 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 similar to this bug (in fact the cancel button doesn't work…
Graeme
  • 1,107
  • 2
  • 12
  • 30
2
votes
2 answers

Sharekit for Facebook (Graph API version) logout method not fully logging out or deauthorizing user

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). Using sharekit to log out of Twitter works fine with the line: [SHK…
SAHM
  • 4,078
  • 7
  • 41
  • 77