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

Request Error for Linkedin in Sharekit

I have integrated LinkedIn in my IOS application using ShareKit. Whenever i try to share any images from the application it gives an alert saying "REQUEST ERROR - There was a problem requesting Authorization from LinkedIn".
i70ro
  • 111
  • 8
0
votes
1 answer

ShareKit customize SHKSharer appearance

Can i, and if i can how to customize appearance of SHKSharer? I need to change it size because it appears for portrait orientation, and background color, navBar etc. screenshot from my app…
user3511326
0
votes
0 answers

Remove services in Sharekit

I used Sharekit in my application. During implementation I included all services in Sharekit. Now I use only Facebook & Twitter share, I managed to show my action sheet visible only for Facebook & Twitter. Now I want to remove all unused services…
kart
  • 45
  • 11
0
votes
3 answers

Pods sharekit with xcode 6.1

I have used the pod sharekit with my app and it was working fine, until I updated the XCode to 6.1 I started get errors a lot of errors and I have tried to solve them one by one. Now my problem When I try to run the app under the simulator I get the…
0
votes
1 answer

Share video to youtube with ShareKit on iOS7

I want to implement "sharing" on iOS 7 to share video file to facebook and youtube (the others are options). Spending lots of time to survey and try, I found UIActivityViewController can not share to youtube in default, and the iPhone users must set…
Arton
  • 443
  • 1
  • 6
  • 15
0
votes
2 answers

ShareKit PKMultipartInputStream linker error

Recently I've updated ShareKit in my app via the git submodule method. However, now it won't build anymore. I've gone through the installation Wiki again, seeing if I've missed any frameworks to include or something, but I can't find any I've…
pkoning
  • 387
  • 1
  • 3
  • 12
0
votes
1 answer

IOS shareKit ARC

Please I downloaded the ShareKit libraries but I have the problem with ARC so I have 400 errors from the ARC. What I have to do to resolve this problem? Thank you,
Houssam
  • 125
  • 1
  • 12
0
votes
1 answer

Updating iOS project with ShareKit, lots of warnings

I'm trying to update an iOS project from last year. When I load it into Xcode 5.1.1, I get about 40 of the following warning messages: warning: /Applications/Xcode 5.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: …
Jon Schlossberg
  • 329
  • 2
  • 11
0
votes
0 answers

ShareKit Crash on Facebook direct sharing

I'm using ShareKit to share an item to Facebook and Twitter using this code SHKItem *item = [SHKItem image:imageToShare title:textToShare]; NSLog(@"Sharing to facebook..."); SHKFacebook *fbSharer = [SHKFacebook…
sibest
  • 123
  • 1
  • 1
  • 6
0
votes
1 answer

Sharekit Base Sharer gets deallocated

I have integrated Sharekit 2.5.7. It works without errors. It shows the UI for the same. But after selecting any particular option I get an error. For eg. If I select Email as the Sharing medium I get a message called "Email sharer deallocated!!!"…
Vishal Shah
  • 1,069
  • 1
  • 10
  • 11
0
votes
1 answer

Implementing sharekit methods e.g. sendDidStart

I have added the SHKSharer Delegate delegate to my .h and the methods to my .m but not seeing any evidence of the method being called during my share. Am I missing something? .h interface ShareViewController : UIViewController
0
votes
1 answer

Using sharekit to check for a successful facebook post

I have implemented sharekit so I can post using facebook on my iPad. I would like to set a flag upon a successful facebook post...what is the best way of doing this using sharekit and any examples of what Code I should put in my files would be…
0
votes
1 answer

Disabled Arc now loads of bugs

I have been trying to use ShareKit in my project, but it came up ARC restrictions so I've disable ARC in all the share kit files using the-fno-objc-arccompiler flag. But now I've turned off arc theres loads of errors and issues. Does anyone know…
GJH385
  • 25
  • 1
  • 4
0
votes
1 answer

Sharekit installed via cocoapods isnt sharing facebook and twitter now

I have an iphone app which used sharekit and i installed using submodules according to this documentation: https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit Twitter and Facebook sharing worked fine using this method. Now i want to move…
Marty
  • 2,965
  • 4
  • 30
  • 45
0
votes
1 answer

upload video on twitter with share kit or oauth

I need to add the uploading video concept on twitter through my app. I have tried every possible solution i.e. oath, share kit but didn't get any success. I am able to post image with oauth as well as share kit. But when I tried share kit for…
Sudha Tiwari
  • 2,499
  • 26
  • 50