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

SLComposeViewController returning null (ShareKit)

My SLComposeViewController is returning null whenever I try to call composeViewControllerForServiceType:serviceType on it. I can allocate it like: SLComposeViewController *test = [[SLComposeViewController alloc] init]; and I'll get…
oskare
  • 1,061
  • 13
  • 24
2
votes
2 answers

ios - "libtool failed with exit code 1" after a clean

I was working on a project and all were going well until I decide to clean my project. The following errors appears only when I run my app on simulator (working fine on a real device) : Libtool…
Yaman
  • 3,949
  • 4
  • 38
  • 60
2
votes
2 answers

Sharekit2.0: how can I directly share to facebook and twitter, rather than via UIActionSheet?

I'm using the latest Sharekit2.0 on a project. Two buttons are listed ("Get votes on Facebook" and "Share on twitter") as attached, so I don't need a UIActionSheet to prompt. How can I directly share text information to facebook and twitter…
LiangWang
  • 8,038
  • 8
  • 41
  • 54
2
votes
1 answer

error:Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1

I am new to iPhone development and I am implementing a new facebook sharing. After adding sharekit folder it's giving the following error when it runs: ld: duplicate symbol _OBJC_CLASS_$_SBJSON in /Users/anil/Desktop/untitled folder…
user1586510
2
votes
0 answers

post video to facebook/twitter via sharekit

Currently,I am developing an app in which I have to post video to Facebook/twitter via share kit.I am sending text & images via share kit then its easily posted on Facebook/twitter but video is not post. I am searching everywhere but can't…
Vishal
  • 8,246
  • 6
  • 37
  • 52
2
votes
3 answers

Is there any sandbox environment for Twitter app development?

I am developing an iOS application and I am integrating the ShareKit 2.0 project. I want to share content via Facebook and Twitter. Both of them require to create an application on their platform. Everything at this point is ok. The problem is that…
Ricard Pérez del Campo
  • 2,387
  • 1
  • 19
  • 22
2
votes
1 answer

ShareKit plugin not working - Cordova 1.9 & ShareKit 2.0 & ShareKit js plugin & Xcode 4.4

I have upgraded my Xcode 4.4, Phonegap to Cordova 1.9 and installed the Sharekit 2.0 and I cannot get ShareKit to work. Prior to upgrading, ShareKit v.021 worked properly -except the known issues with that old version I installed ShareKit 2.0 as…
2
votes
1 answer

Implementing this "share" action window (ios 6)?

I'm trying to add this action window into my app: https://i.stack.imgur.com/COPqT.png I'm currently using Sharekit and I was thinking about going to Socialize, but this new iOS 6 "share" button would be perfect. a.) Is it even possible? b.) Can't…
hey_suburbia
  • 389
  • 3
  • 16
2
votes
2 answers

incompatible pointer types sending class to parameter of type id fbsessiondelegate

Added Sharekit group to my project and getting so many compiled warnings. In this it is a static instance and passing self parameter in a static method is not right as there is no particular instance of this object in static methods. How i can fix…
user1452248
  • 767
  • 2
  • 11
  • 28
2
votes
1 answer

How to add Sharekit to existing project

How to add sharekit to existing project for sharing on social networks. Following instructions from sharekit wiki. If i add sharekit.xcodeproj to my project i see only one target in share kit but in sharekit wiki it shows four targets. When trying…
user1452248
  • 767
  • 2
  • 11
  • 28
2
votes
1 answer

ShareKit 2.0: Facebook already authenticated

I am using ShareKit 2.0 (installed via cocoapods) to post text and image to facebook from my iOS app. The problem is it gets stuck in an inifite loop of opening the facebook app, there it displays the autorization page for the app but with the…
Cornelius
  • 4,214
  • 3
  • 36
  • 55
2
votes
1 answer

How to share on Tumblr with sharekit

I'm using ShareKit https://github.com/ShareKit to share image on tumblr. But problem is when I register app on tumblr at http://www.tumblr.com/oauth/apps, I get a API key. But there is no place to put this key on ShareKit configurator file. Then I…
Hai Hw
  • 1,397
  • 1
  • 16
  • 24
2
votes
2 answers

Getting Facebook account details

I am using Sharekit for Facebook and Twitter and i would like to get the Facebook account details like User id,Profile Name etc.please give your suggestions and help.I had got the details before but now i am not able to retrieve it. Please find the…
ishhhh
  • 647
  • 2
  • 11
  • 29
2
votes
1 answer

ShareKit text message doesn't align "New Message" bar with status bar

I have an app that hides the status bar. When I trigger the SHKTextMessage SMS controller, I find that, unlike the SHKMail object, it puts a status bar on the screen as it pops up the message display. This would be ok, except that I see the…
Joey
  • 7,537
  • 12
  • 52
  • 104
2
votes
1 answer

Facebook SSO Showing Wrong Language

I implemented ShareKit 2.0 fork for Video Sharing https://github.com/ShareKit/ShareKit/pull/212 When the user first logs in to facebook, it switches to Facebook, pulls the correct app info, and is all in English, but at the top right corner, instead…
user717452
  • 33
  • 14
  • 73
  • 149