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
0 answers

Is Facebook secret key important to be included?

I am adding the sharing capability to my client's app using Sharekit. I know his appID but not sure of the Facebook Secret Key. My question is whether it is necessary to include the Facebook Secret Key. Can i do without it? If so, all i need to do…
laksh
  • 2,209
  • 6
  • 21
  • 25
0
votes
1 answer

Posting to Facebook from Sharekit

I am newbie to sharekit. I am trying to post a simple text: @"Hello" to Facebook, but facing problems in doing so.. It leads me to the login page. I login and then it closes and comes back to the main screen. But when i check my timeline, it is not…
laksh
  • 2,209
  • 6
  • 21
  • 25
0
votes
2 answers

Implementing Sharekit from a button instead of a toolbar

I am new to both sharekit and ios development. Would like to have some help in implementing sharekit from a button instead of a toolbar.. For example, I sharing an link: - (IBAction) btnShareClicked :(id)sender; { SHKItem *item = [SHKItem…
lakshmen
  • 28,346
  • 66
  • 178
  • 276
0
votes
2 answers

Enabling just email and facebook in sharekit

I am a newbie to sharekit. Need some help. I would like to enable just the email and facebook options when I click the share button.. I do not want the options delicious and twitter so on... How do I that? Need some guidance...
lakshmen
  • 28,346
  • 66
  • 178
  • 276
0
votes
1 answer

Sharekit + Facebook OpenGraph

I have been searching around for a while a tutorial to use Facebook OpenGraph with ShareKit 2.0 , but I never found one, and i can't get it working. I have successfully installed Sharekit as mentioned here :…
Seb83
  • 226
  • 1
  • 3
  • 10
0
votes
1 answer

App crashes when tries to connect twitter in ios

In my iPhone app i am implementing the twitter share feature using ShareKit. When I tried to share via twitter in device, the app is crashing at - (void)connectionDidFinishLoading:(NSURLConnection *)aConnection And I got the error…
Mithuzz
  • 1,091
  • 14
  • 43
0
votes
2 answers

Pop to root view controller after sharing from sharekit

I am using sharekit in my app for posting text to twitter. The thing is i need to pop to the root view controller (main controller) when the user clicks the send to twitter button in modal view.how to do this?
Gowtham
  • 327
  • 8
  • 17
0
votes
1 answer

ShareKit -facebook error - links must have 'href' and 'text' attributes

I get the following error in a WebView: Title: Post to Wall Body: action links must have string 'href' and 'text' attributes" Other buttons(navigation): Okay Context: ShareKit build 134529c, FBConnect plugged in. I'm trying to post a url…
codrut
  • 810
  • 10
  • 19
0
votes
1 answer

Sharekit+Cocos2d Facebook Image share screen not positioned correctly in landscape mode

I am using sharekit with a cocos2d application (app is throughout landscape), I am getting no error, but the share screen that comes up, is in portrait mode, covering roughly 1/3 of the screen. Keyboard which pops up is in Landscape mode (as…
ishan
  • 301
  • 2
  • 9
0
votes
2 answers

iPhone follow a user on twitter programmatically

I want to follow a twitter user on a button click. I used the share kit follow me method using oauth. But always I am getting this error. {"error":"Could not authenticate with OAuth.","request":"/1/friendships/create/priyankav89.json"} Then I…
Priyanka V
  • 834
  • 2
  • 12
  • 34
0
votes
1 answer

ShareKit 2.0 facebook share URL

I have the following code for sharing with facebook using ShareKit: -(void)buttonAction:(id)sender { [SHK setRootViewController:self]; SHKItem *facebookItem = [[SHKItem alloc] init]; facebookItem = [SHKItem URL:[NSURL…
Andrei Filip
  • 1,145
  • 15
  • 33
0
votes
1 answer

sharekit facebook not showing login page

hi I am trying to integrate fb image sharing on my app. So I decided to go with sharekit. I downloaded the latest version. I've created a facebook app and added appkey and secretkey into shkconfig.h as guided by the sharekit document. The issues no…
Vikas
  • 83
  • 1
  • 12
0
votes
1 answer

ShareKit 2.0 facebook authorize

I'm trying to sign in with facebook in my application. I have tried this: - (IBAction)connectWithFacebook:(id)sender { Facebook *facebook = [[Facebook alloc] initWithAppId:SHKCONFIG(facebookAppId) urlSchemeSuffix:SHKCONFIG(facebookLocalAppId)…
Andrei Filip
  • 1,145
  • 15
  • 33
0
votes
1 answer

Assertion failure in -[SHKActionSheet _presentSheetFromView:above:]

i am trying to implement an app which uses sharekit framework,i am getting 2 exceptions when i use the code provided by the sharekit,basically my program just shares an image on facebook i have a button on which performs the following action …
sin
  • 726
  • 7
  • 16
0
votes
1 answer

ShareKit Unable to Share Message or image to the Facebook

I am using share kit to publish image or message to Facebook.After the login page appears The following error was occurring .The error show in image.