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

Facebook share kit ios

I have implemented Facebook share kit to my app and it works as intended, but if the user installed Facebook official iPhone app it messes up my app because it logins through Facebook iPhone app instead of share kit default login. Is there way to…
Falcon Hawk
  • 49
  • 1
  • 5
0
votes
1 answer

Sharekit is authorizing but not sharing

I know there are a lot of topics on this issue, but I just can't figure out what is wrong. I want to implement sharekit for Facebook and Twitter, so I followed the install instructions on the github: Appid is set, got my entry in the cfurlschemes…
Myth1c
  • 639
  • 1
  • 7
  • 23
0
votes
1 answer

Sharekit Error on login face

While trying with Sharekit in my application after login it is showing the following Msg "ERROR:this point has been deprecated." Can anyone help me solve this issue?
MohanRaj S
  • 1,958
  • 4
  • 30
  • 54
0
votes
2 answers

how get data from installed facebook app on iphone?

I want to get data like user information from installed Facebook app (I dont need to login screen again on app, like it does in FBGraph or ShareKit) on iPhone. I should be able to get data directly from installed Facebook app (if its installed). …
Surjit Joshi
  • 3,287
  • 2
  • 18
  • 20
0
votes
2 answers

ShareKit: Customizing text for different sharers (SHKActionSheet)

According to the official FAQ from ver.2 to customize your text/content depending on what sharer was selected by the user, you need: subclass from SHKActionSheet and override dismissWithClickedButtonIndex set your new subclass name in configurator…
Arseniy
  • 487
  • 4
  • 14
0
votes
1 answer

Memory Leaks in third party frameworks

I am using sharekit in my application where while building and analyzing the application is showing some potential memory leaks and errors with sharekit. I googled but could not get the accurate answers. I know how to resolve a few but i am sure…
Sekhar
  • 341
  • 2
  • 13
0
votes
1 answer

Using ShareKit 2.0 in a HTML5 app

I'm developing a HTML5-based iOS app with PhoneGap. I'm using the latest version of PhoneGap 2.2.0. I want to include a share button, so users can share a message on Facebook and Twitter. I did some research and found my way to ShareKit 2.0. I…
Geert
  • 13
  • 1
0
votes
2 answers

Posting an image, url link, text to facebook using Sharekit 2.0 at the same time

I would like to post an url, image and text at the same time to facebook using Sharekit in iOS. Is it possible? If so, how do I do it? Any guidance. I would like to acheive something like this. Need some help. I have tried something like…
lakshmen
  • 28,346
  • 66
  • 178
  • 276
0
votes
1 answer

SHKFacebook shareItem:item execution exception

When I put the following codes into "didSelectRowAtIndexPath" of TabelViewController, it comes out an exception. How can I resolve this? SHKItem *item = [SHKItem text:@"I need your fashion advice. I am using my iPhone app iFrockUp to help me decide…
LiangWang
  • 8,038
  • 8
  • 41
  • 54
0
votes
2 answers

sharekit for cordova 2.2.0

I am new to iOS development with phonegap, im trying to use the sharekit plugin, i followed all the steps mentioned in the Readme (sharekit 2.0), but it is still not working, I have receive following 3…
T.Baba
  • 649
  • 7
  • 17
0
votes
1 answer

Sharekit2.0 share crash in iOS4: NSAssert(vc.presentingViewController == nil, @"vc must not be in the view hierarchy now

I have latest Sharekit2.0 included in my project. It's OK on iOS5 and iOS6.However in iOS4, I could not finish share to twitter because of an issue: " NSAssert(vc.presentingViewController == nil, @"vc must not be in the view hierarchy now");…
LiangWang
  • 8,038
  • 8
  • 41
  • 54
0
votes
2 answers

Sharekit not sharing image

I have an app in appstore which using sharekit to share image to facebook . But it is now showing the below error Error: This endpoint has been deprecated. To temporarily enable it, you may disable the "august 2012" platform migration. It will be…
Vishnu
  • 208
  • 5
  • 19
0
votes
1 answer

Changing the fontsize of the words in the shkactionsheet

I would like to change the font size of the words displayed in the shkactionsheet. I am not sure how to change the font size. the word looks like: + (SHKActionSheet *)actionSheetForType:(SHKShareType)type { SHKActionSheet *as =…
laksh
  • 2,209
  • 6
  • 21
  • 25
0
votes
3 answers

Customizing the post to facebook in Sharekit2.0

I have integrated the latest sharekit code into my project. I am able to click in, to go to the facebook and able to see the text I am going to post. I would like to change two things. Firstly, I am not able to see the cancel or post button because…
laksh
  • 2,209
  • 6
  • 21
  • 25
0
votes
3 answers

How to post from iOS App to Facebook and Twitter wall

I have succesfully integrated Sharekit in my application.All I want is to post One image with a description of my app to facebook and twitter wall. I am able to get it in twitter but i am facing a problem with facebook.I am getting a page with…
Chandu
  • 695
  • 2
  • 12
  • 25