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

sharekit/sharekit not displaying link when sharing on facebook and twitter

I'm using sharekit/sharekit API to share via mail,twitter,facebook NSDictionary *table = [[NSDictionary alloc] initWithObjectsAndKeys:@"SHKTwitter", SHKLocalizedString(@"Twitter", nil), @"SHKFacebook", SHKLocalizedString(@"Facebook", nil),…
ahmad
  • 1,212
  • 1
  • 14
  • 28
0
votes
1 answer

Sharekit Facebook - "there was an error while authorizing"

UPDATE: it was a problem with the settings on Facebook. I just deleted the iOS app settings and everything worked. I've implemented ShareKit with my iOS app without any trouble. Followed all the steps of the installation, including the SSO part for…
benklinger
  • 21
  • 3
0
votes
1 answer

How to change sharekit's actionSheetStyle?

I'm using Sharekit 2.0 in my project, and can't for the life of me figure out how to change the actionSheetStyle for sharekit's default actionsheet to UIActionSheetStyleBlackOpaque or UIActionSheetStyleBlackTranslucent. Can anyone point me in the…
Sam J.
  • 685
  • 1
  • 8
  • 22
0
votes
0 answers

ShareKit 2.0: Getting OAuth Exception 368 on Facebook

I'm trying to post to Facebook using ShareKit 2.0. I get the permission dialog, see the message UI pre filled with the default message I set in code - so far, so good. When I click "Send to Facebook", I get an OAuth Exception 368 "The action…
thomers
  • 2,603
  • 4
  • 29
  • 50
0
votes
2 answers

Importing iOS ShareKit into Project Issue

I imported the ShareKit iOS Project 2.0 into my project. The ShareKit iOS Project and My project are residing into different folders. In my project I have for example #import "Facebook.h" which is residing at the ShareKit iOS project's…
jason white
  • 687
  • 4
  • 11
  • 28
0
votes
1 answer

ios ShareKit 2.0 method for getting user friends list from facebook?

Is there a method in ShareKit 2.0 ios sdk that returns the loged in user (facebook) friends? Thanks
user1078065
  • 412
  • 1
  • 5
  • 19
0
votes
1 answer

iOS ShareKit Cancel button is not working with Xcode 4.2

The iOS Sharekit working with previous Xcode but will 4.2 it's not working anymore, When I hit the Cancel button it goes to this routine Inside the SHK.m - (void)hideCurrentViewControllerAnimated:(BOOL)animated { if…
jason white
  • 687
  • 4
  • 11
  • 28
0
votes
1 answer

SVN isn't work properly since adding ShareKit 2.0 (as a subproject)

I've been using SVN for my apps for over a year, never had any problem. When I add/edit/modify files in my projects, they will show the 'A' 'M' to show what you've done since last commit, which is great! I recently added ShareKit to my project..they…
rob1302
  • 1,631
  • 3
  • 15
  • 18
0
votes
1 answer

ShareKit Facebook Error After Integration... Not able to post the message

I have been able to integrate the Facebook API using Sharekit. But currently i am being displayed with the following error. Can someone provide a lead to me on this that what is going wrong here. The screen shot for the error is displayed below:
Akhilesh Sharma
  • 1,580
  • 1
  • 17
  • 29
0
votes
1 answer

Session timeout error with Twitter OAuth flow using ShareKit on iOS

I am using ShareKit to allow the user of an iPad application to Tweet a URL from within the application through their Twitter account. The following OAuth steps work fine: ShareKit uses the Consumer Key and Consumer Secret hard-coded in the app to…
Jack
  • 10,313
  • 15
  • 75
  • 118
0
votes
1 answer

Duplicate symbol error with ReachabilityRef on the iPhone

I am using ShareKit and BCFads sdk in my iPhone app. When I build the app, I've got an duplicate symbol error. ld: duplicate symbol _OBJC_IVAR_$_Reachability.reachabilityRef in /BCFAds/BCFAds.a(Reachability.o) and…
ttotto
  • 826
  • 3
  • 13
  • 31
0
votes
1 answer

ShareKit causing crash in my iOS app?

I've just a crash report appear in iTunes Connect, so I've loaded it into Xcode, which symbolicated it for me. The relevant portion is: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 Last Exception…
houbysoft
  • 32,532
  • 24
  • 103
  • 156
0
votes
1 answer

How to integrate twitter with custom login like opinion lab in iphone sdk?

Hi i want to integrate twitter application with custom login and custom window i have already used twitter+oath kinda Api i want to implement like opinionlab and push a deal here in both application you can see custom twitter integration (respect…
Hrushikesh Betai
  • 2,227
  • 5
  • 33
  • 63
0
votes
1 answer

ShareKit 2.0 crashing

I am using sharekit 2.0 in my iPhone app. I have installed and followed all instruction on https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit. The application builds fine though there is a warning (not an error) as follows ld: warning:…
ila
  • 920
  • 12
  • 35
0
votes
1 answer

Sharekit Facebook in iPhone giving error as Application Error

I am getting the following error page once I logged in to the facebook in iPhone. Actually I am using sharekit for facebook connect. Please Help me in this. Thanks Satya
Satya
  • 3,320
  • 1
  • 20
  • 19