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

Sharekit testflight and pods

I have a sharekit installed with cocoa pods , when I run using xcode and build on my iPhone sharekit works, but when I archive and put to testflight sharekit doesn't work. What can cause the problem??
user1013369
  • 239
  • 1
  • 4
  • 9
3
votes
2 answers

ShareKit + Facebook authentication not working

I'm using ShareKit to post to Facebook from a PhoneGap app which I'm working on. I created the app in Facebook and installed the plugin in my project. Twitter works fine, but I get the following error when I try to share on Facebook: " Error: Sorry…
emersonthis
  • 32,822
  • 59
  • 210
  • 375
3
votes
1 answer

Setup Sharekit's share button with UIButton, not UIBarButton

In ShareKit's install instructions here: http://getsharekit.com/install/ they say to create a share button by putting this in the .m [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self …
3
votes
1 answer

ShareKit twitter 403 (unknown error)

I'm using ShareKit to share through FB and twitter. I'm using this code to share to twitter: - (IBAction)twitterShare:(id)sender { // Create the item to share (in this example, a url) NSURL *url = [NSURL URLWithString:[flexViewController…
Basel
  • 2,368
  • 1
  • 16
  • 21
3
votes
1 answer

Issue with sharing on facebook using sharekit

I am using sharekit for facebook and twitter integration.My problem is when i log in using facebook credentials i am not able to post any text,image or url.I have configured the SHKFacebookKey & SHKFacebookSecret in the configuration file. I get a…
Aditya
  • 4,414
  • 5
  • 29
  • 40
3
votes
3 answers

How can I improve my TWTweetComposeViewController code in iOS?

I have implemented the following code to do a Twitter Share. In my code I try to test for iOS 5 and if that does not work, I go back to the old way of sharing using ShareKit's Twitter code. I showed the code to a co worker and he suggested that my…
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169
3
votes
1 answer

How can i change credentials for twitter and Facebook using share kit

I use sharekit(http://getsharekit.com/) and i managed to share informations to twitter, my problem is that when the user give his credentials i can't change them later, is there a way for the user to delete his credentials?
ddarellis
  • 3,912
  • 3
  • 25
  • 53
3
votes
4 answers

ShareKit - posting linked image to facebook wall

( this is really the same as this question, but the answer given was not relevant add image and description on facebook with sharekit ) How do I send a link to an image with ShareKit, so that when shared, it appears like so: Or, alternatively, can…
cannyboy
  • 24,180
  • 40
  • 146
  • 252
3
votes
1 answer

Incompatible pointer types assigning to 'NSHTTPURLResponse *' from 'NSURLResponse *'

I get the warning Incompatible pointer types assigning to 'NSHTTPURLResponse *' from 'NSURLResponse *' in the code below. This method is part of Sharekit. The line with the warning is the bolded/italicized one: -…
SimplyKiwi
  • 12,376
  • 22
  • 105
  • 191
3
votes
6 answers

iOS >> ShareKit >> Selecting the Required Sharing Services

I've implemented ShareKit in my app. I'm OK with the default way that it works, but I wish to control the services available to the user to select from; to be more specific, I don't want to deal with all the service embedded by default and just have…
Ohad Regev
  • 5,641
  • 12
  • 60
  • 84
3
votes
3 answers

iOS: ShareKit >> Twitter Settings >> Callback URL --- What is it?

I'm trying to implement ShareKit in my app; in the SHKConfig.h file, in the section where the Twitter applications settings are required, there is a line where I'm supposed to set the Callback URL: I have opened a Twitter application on Twitter and…
Ohad Regev
  • 5,641
  • 12
  • 60
  • 84
3
votes
3 answers

How do I dynamically set a static "#define" variable in a header (.h) file?

I am using an open source component in my iOS project (sharekit), and they defined static variables in the header file. For example, in SHKConfig.h they define the App Name as: #define SHKMyAppName @"My App Name" What I would like to do…
AngeloS
  • 5,536
  • 7
  • 40
  • 58
3
votes
1 answer

could not authenticate OAuth while using twitter from sharekit in iphone app

I m implementing facebook & twitter share using sharekit in iphone app. Facebook share is working fine but twitter share gives error "could not authenticate OAuth".
shivraj
  • 39
  • 1
  • 4
3
votes
2 answers

Not able to share link using Sharekit in iphone

I am using the sharekit to use facebook Now here.. I want to "share link" in the facebook for this I have found this way in the sharekit documentation // Create the item to share (in this example, a url) NSURL *url = [NSURL…
Jean-Luc Godard
  • 1,873
  • 3
  • 28
  • 53
3
votes
1 answer

Is ShareKit ready for a real world app?

I just discovered ShareKit, and it looks great. I have one doubt, though: since the "Apps Using ShareKit" page on the site is empty and the latest blog entry is dated August 2010, I'm wondering if the project is still alive and it is ready for use…
ySgPjx
  • 10,165
  • 7
  • 61
  • 78