Top "Sharekit" questions

ShareKit: an iOS open source project to enable sharing of content via Facebook, Twitter, et al.

iPhone/iOS - How to use "ShareKit" to post only to Facebook or only to Twitter

In my iPhone app, I have two two buttons, labeled "Facebook" and "Twitter". I want to use the Sharekit framework …

iphone facebook twitter sharekit
Share content to Facebook from iOS 5 app

I'm developing a iOs 5 app and I would like that the user could share on Facebook some content from de …

iphone facebook ios5 share sharekit
Error running Simulator: duplicate symbol for architecture i386

I added ShareKit framework to try and here is the error running it in Simulator: duplicate symbol _LFHRReadStreamClientCallBack in .../Xcode/…

iphone objective-c architecture ios-simulator sharekit
linker error with ShareKit ios

i have spent 3 days for searching the solution. I don't know what to do with this... I need the -ObjC …

ios objective-c linker sharekit sdwebimage
Creating a custom sharing view similar to new iOS 6 button sharing

With the new iOS 6, Apple added the new UIActivityViewController (image A) sharing menu which has little icon buttons to share …

iphone objective-c ios sharekit uiactivityviewcontroller
how to post URL with Image on facebook by ShareKit

I am using sharekit in my iPhone app to share url link on facebook. However, it seems to me that …

iphone image url facebook sharekit
"symbol(s) not found for architecture i386" problem using ShareKit

I want to use the http://getsharekit.com framework for future iOS projects. Hence I started testing out the framework. …

ios sharekit undefined-symbol
Enumeration value 'SHKShareTypeUndefined' not handled in switch

I get the warning Enumeration value 'SHKShareTypeUndefined' not handled in switch in the below code. I bolded the relevant line …

objective-c ios enumeration sharekit
How to customize ShareKit actionsheet?

I am using ShareKit (www.getsharekit.com) to share my URL's to Twitter and Facebook. I want to be able …

iphone objective-c cocoa-touch sharekit
Sharekit - Facebook configuration

I am trying to integrate sharekit in an ios app. Everything works properly but I have problem with Facebook. What …

ios facebook sharekit