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
5
votes
3 answers

sharekit not working on facebook

facebook is not working on sharekit api .. after login then access permission is ok but after will its not display any thing just gone.. i check in iphone simulator. Please help me out.. thanks.
Appz Venture
  • 939
  • 1
  • 13
  • 28
5
votes
1 answer

Is it possible to bypass the tweet dialog and post directly to twitter?

I am using ShareKit to implement Twitter share. I have a view controller with a textview and would like to send that text to the post in ShareKit while bypassing the tweet input dialog. SHKItem *item = [SHKItem text:[postText text]]; [SHKTwitter…
Oh Danny Boy
  • 4,857
  • 8
  • 56
  • 88
5
votes
1 answer

Use ShareKit to login to Facebook and use login credentials to view page?

I've got a kludgy problem, please bear with me as I try to explain it: I am working on an iPhone app that allows users to view pictures they have posted by loading a Uiwebview of a URL: https://www.facebook.com/hashtag/foodporn within my app. I want…
eviljack
  • 3,696
  • 8
  • 39
  • 52
5
votes
3 answers

Cannot Post To Facebook The post cannot be sent because the connection to Facebook failed in iOS6

At times, when I am trying to share using facebook, I get this error: Cannot Post To Facebook The post cannot be sent because the connection to Facebook failed. It doesn't allow me to send the post to facebook. At other times, it allows me to post.…
lakshmen
  • 28,346
  • 66
  • 178
  • 276
5
votes
3 answers

Showing warning message when shareing on facebook in iPhone app

I am a new ios developer. I have creating an iPhone application where i want to use "Sharekit" Framework. To do this i have complete all setup which is described in share kit documentation. But when i want to share then the showing the following…
Harun Sagar
  • 63
  • 1
  • 8
4
votes
1 answer

Share via (facebook, twitter...) on Android Phonegap APP

I'm searching a plugin like "ShareKit for Iphone phonegap App" (https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ShareKitPlugin) that we can to choose some service from a window to post some content from an app. I try the "Share…
rocanroldani
  • 254
  • 1
  • 6
  • 21
4
votes
1 answer

Email not working in ShareKit and no errors

I am using ShareKit to add Facebook, Twitter and email sharing to my iPhone app. Now, Facebook and Twitter are working but email is not. The big problem is that there is no error or anything, it is working just like it should but the email is not…
Khizar
  • 2,288
  • 5
  • 32
  • 53
4
votes
1 answer

Sharekit: url is modified while posting to facebook?

I am posting image with image title and in the image title I have added url, I am able to share image and url also but,there is slight modification in the url.The = symbol is converted to %3D ,as shown below the both URLs(dummy url). posted…
user999666
4
votes
2 answers

"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. But I already get the following error: Undefined symbols for architecture i386: "_OBJC_CLASS_$_SHKItem", referenced from: …
andi1984
  • 676
  • 10
  • 27
4
votes
1 answer

iphone ShareKit with Video upload for facebook?

Does anyone know how i can use Sharekit to post a video to facebook? Should i customize it or is there something already out there that can do this from sharekit? Any extensions i can download? Thanks!
Scoota P
  • 2,622
  • 7
  • 29
  • 45
4
votes
1 answer

Is it possible to have a ShareItem call a method when sharekit finishes sharing?

When the user posts to FB or Twitter I want to know that the share completed, or the view was dismissed with an x. Does anyone know if there is a delegate method built into ShareKit or if I have to write my own methods into it? Right now I'm using…
Joshua
  • 709
  • 2
  • 10
  • 23
4
votes
2 answers

add image and description on facebook with sharekit

I am using sharekit to share text on facebook, i want to add a picture near the text like in this photo : Any idea how to do this? and is there other suitable library like sharekit ? Thanks.
hafedh
  • 539
  • 1
  • 9
  • 26
4
votes
4 answers

Does Sharekit still work?

When I try and use Facebook with Sharekit, it pops up the login dialog, I fill in my credentials and then it just disapears (it does this in the sample project as well) Am I doing something wrong? Or is Sharekit just defunked? If so, any viable…
Graeme
  • 1,107
  • 2
  • 12
  • 30
4
votes
3 answers

Is There Any Way To Customize Sharekit?

By default, Sharekit uses an actionSheet to sharing items. Is there any way to show only specific items, such as only facebook, twitter, and email, in a small UIView, not in an actionSheet? Edit: Put another way: I have 3 buttons in my UIView, one…
kodcu
  • 91
  • 2
  • 9
4
votes
1 answer

How to login to Facebook using the sharekit API?

I am using sharekit API for sharing images into Facebook. It is working fine, but I just want to login but don't want to share image. How can we do that?
isarathg
  • 858
  • 1
  • 19
  • 37
1 2
3
29 30