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

sharekit ios5 shows linker error with existing code

I am working on sharekit in ios5. I changed sharekit package from 3.2 to ios 5 but when I build it shows following error. Undefined symbols for architecture i386: "_OBJC_CLASS_$_SHKFacebook", referenced from: objc-class-ref in…
sathish kumar
  • 1,061
  • 6
  • 16
  • 31
0
votes
1 answer

errors while using shareKit on iPhone application?

recently i used shareKIt to develop share property on my iPhone app, and have added the required frameworks as they instructed, but while running their is no errors but number or compiler warnings. also when i click Facebook/ twitter from action…
Neeraj Neeru
  • 570
  • 8
  • 28
0
votes
1 answer

Fbconnect gives white blank screen at ios

i need facebook share component for ios app. i use fbcoonect but it doesn't work properly. After the login screen it gives white screen when i use fbdialog. Also sharekit example gives same error. Photo share works but text, link share doesn't work…
mturhan55
  • 211
  • 3
  • 9
0
votes
1 answer

iPad - Showing a custom UIViewController from a ShareKit sharer

I have a custom sharer with ShareKit that redirects to an UIViewController of my application to do some actions. Normally I use this code to do that task on the iPhone //Create a new snippet with the item to be shared Snippet * selectedSnippet =…
David Conde
  • 4,631
  • 2
  • 35
  • 48
0
votes
3 answers

Sharekit API : Could not post on Facebook wall

In my iPad app, I have configured the Facebook with newest Share Kit SDK code. from GIT Hub Git Hub Latest Sharekit But it has got an error after login. **AN error occurred with App. Please try again later. API Error Code: 100 API Error…
Arpit B Parekh
  • 1,932
  • 5
  • 36
  • 57
-1
votes
1 answer

sharekit:OAuth authentication failed for twitter

Some time I am getting the error message OAuth Authentication faileed while I am trying to login/share the date to Twitter using sharekit.Can any one help why I am getting this error? #define SHKTwitterUseXAuth 0 is set in SHKConfig.h file
User97693321
  • 3,336
  • 7
  • 45
  • 69
-1
votes
1 answer

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

could not authenticate OAuth while using twitter from sharekit in iphone app I did all this 'Application Type' should be set to BROWSER (not client) 'Callback URL' should match whatever you enter in SHKTwitterCallbackUrl. The callback url doesn't…
shivraj
  • 39
  • 1
  • 4
-1
votes
1 answer

Facebook - how to get

I am looking to implement the ShareSdk for an iOS app. And it needs these parameters: #define SHKFacebookUseSessionProxy NO #define SHKFacebookKey @"" #define SHKFacebookSecret @"" #define SHKFacebookSessionProxyURL …
Genadinik
  • 18,153
  • 63
  • 185
  • 284
-1
votes
1 answer

Linker error when compiling ShareKit

I am trying to compile ShareKit for my project, but I'm getting a linker error: Undefined symbols for architecture i386: "_OBJC_CLASS_$_TWTweetComposeViewController", referenced from: objc-class-ref in SHKiOS5Twitter.o ld: symbol(s) not…
Ali Majeed
  • 219
  • 1
  • 3
  • 16
-1
votes
1 answer

Error : Can not find protocol declaration for OFFlickrAPIRequestDelegate

I am working on an application in which I implement ShareKit for sharing. It was working fine on Xcode 4.2. After I updated Xcode to 4.5.1, it gives me the error : Can not find protocol declaration for OFFlickrAPIRequestDelegate
Play cool
  • 158
  • 4
  • 12
-2
votes
1 answer

ShareKit Alternatives for iOS (Objective-C)

I'm trying to upgrade an old app that was using ShareKit to share video links on Facebook, Twitter, Google Plus and YouTube. The app uses CocoaPods for dependencies and ShareKit doesn't seem to work anymore. Can anyone guide me here if there are…
hasanniz
  • 3
  • 1
-2
votes
1 answer

iOS- sharekit - settings facebook

I have a sharekit implementation where everything works fine, but if there is no account set for facebook, upon pressing the settings button, the actionsheet is just dismissed and the user is returned to the app, not to the settings page in system…
stackOverFlew
  • 1,479
  • 2
  • 31
  • 58
-2
votes
1 answer

How to publish directly on facebook or on twitter using Sharekit in IOS

I have used sharekit in my iPhone project to publish on facebook and on twitter. But at every time when I share on facebook or twitter there is one popup coming and on that send button click content will be share. The issue is that I don't want this…
Hardik Shah
  • 183
  • 1
  • 1
  • 8
-3
votes
2 answers

ShareKit linker failed

I am having a linker problem when importing the ShareKit sdk: I have no idea what the problem is.
Alessandro
  • 4,000
  • 12
  • 63
  • 131
1 2 3
29
30