ShareKit: an iOS open source project to enable sharing of content via Facebook, Twitter, et al.
0
votes
0answers
7 views
Flickr API Upload Photo to Album/Set
I am writing an app that enables the user to upload photos to Flickr. I'm doing this using ShareKit but I was wondering if it is possible to do more - for example, I want to be able to upload a photo ...
0
votes
1answer
26 views
ShareKit Social.framework issue
I want to use ShareKit but I got this error:
dyld: Library not loaded: /System/Library/Frameworks/Social.framework/Social
Referenced from: /Users/developer/Library/Application Support/iPhone ...
0
votes
0answers
17 views
iOS ShareKit issue with facebook popup webview. User not able to see the “Cancel”, “Allow” buttons for newly created users
Since Facebook introduced it's "profile completion messages", trying to log in and allow the app to give permissions for a user without friends or photos, will block the user to reach the "Cancel" and ...
1
vote
0answers
7 views
ShareKit - How can I share links without leaving the app?
I am trying to use ShareKit in my iOS app. I just want to know can I share contents without leaving the app? For example: User has iOS 5 and want to share content via Facebook. In that situation ...
0
votes
0answers
36 views
Facebook Sharing using Sharekit not working
I have been using Sharekit for long time and i have never faced any issues with it.
Im trying to share Image and Text using Facebook Sharekit.
I am able to Login using Facebook account but i am not ...
-2
votes
1answer
66 views
Xcode: undefined symbols for architecture armv7: objc-class-ref in *.o [closed]
I run my xcode project and i get the following error(s).
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_GANTracker", referenced from:
objc-class-ref in destinatorAppDelegate.o
ld: ...
0
votes
0answers
29 views
How to use Sharekit to get facebook Id on IOS 5?
I'm turnig around since days and I just need to get the user facebook ID using Sharekit, because I need also Sharekit to share content in my app, otherwise it's easier to use the FacebookSDK framework ...
1
vote
1answer
46 views
Facebook sharing with sharekit does not link to my app
I'm using ShareKit to share with Facebook and twitter, I just noticed it doesn't link to my app anymore, I don't know if this is due to a sharekit or iOS update, but now it just says via iOS, and ...
0
votes
0answers
31 views
Post to facebook company page using sharekit
Hope someone out there can help.
I'm developing an IOS app using sharekit to access facebook. The app needs the user to post to his/her facebook page and the post should also appear on the clients ...
1
vote
2answers
40 views
Integrating Twitter with sharekit 2.0
I want to integrate shareKit 2.0 in my app. But I wanted only for the purpose of Twitter.
I Followed the installation steps on sharkit wiki but ended with the error youTube SDK not found etc...
I ...
2
votes
2answers
28 views
How to get notified the user shared something using ShareKit?
I'm using ShareKit to allow users to share stuff from my app to Twitter and Facebook. After the user shared the object, I would like to get my app notified about it, in order to pass an API call to my ...
1
vote
0answers
45 views
ShareKit 2.0: Cancel Facebook share/FBSession
I'm using Sharekit 2.0 using a button to share a text on facebook;
SHKItem *post = [SHKItem text: @"my text"];
[SHKFacebook shareItem:post];
However, executing the code, if user is not logged in ...
0
votes
1answer
18 views
Add shareToSms function to Cordova ShareKit Plugin
I would like to implement a function to directly share to Sms in the ShareKit Plugin. It have 3 builted-in function to share directly to Facebook, Mail and Twitter. I took a look in plugin code and it ...
0
votes
1answer
135 views
Cordova/Phonegap 2.5 + Sharekit Plugin + FacebookConnect
I'm developing an app using cordova phonegap 2.5.0 and I want to implement both sharing in iOs and facebookConnect. I'm using Sharekit 2 + Sharekit Plugin for phonegap and i'm having no issues with ...
0
votes
2answers
50 views
iPhone:Error occurs while uploading image on twitter using sharekit
I am using sharekit to upload the image on twitter.
I have set keys and callback URL perfectly.
But after entering my login and password credentials
to upload image on twitter I got following error ...
0
votes
0answers
25 views
Sharekit 2.0 Twitter share image
wanted to ask you how can I share an image from Sharekit in such a way that it appears on the tweet details. Here's the screenshot.
Right now I'm sharing image by using the following code:
SHKItem ...
1
vote
0answers
24 views
Getting user Facebbok id from last Sharekit version?
I updated to Sharekit last version since few days and it's all ok for sharing, however I need in some app to get user Facebook ID. I explain what I'm doing : when the user launch first the app, I ...
0
votes
0answers
22 views
Sharekit2.0 Twitter integration
In my app for sharing the text in twitter i am using Sharekit2.0,i have installed sharekit by following the share kit installation wiki ,i used below two lines for sharing the text,
SHKItem ...
0
votes
1answer
195 views
requesting access from Twitter on Sharekit?
I'm using Sharekit and it used to work perfectly without any pbm, since two days I still get this error message whenever I try to share something with Sharekit in my app
There was a problem ...
0
votes
1answer
51 views
ios - how to call the ShareKit share from an action button
I am working from this example of setting up ShareKit: http://getsharekit.com/install/
and their example has this:
- (void)myButtonHandlerAction
{
// Create the item to share (in this example, a ...
-1
votes
1answer
26 views
Facebook - how to get [closed]
I am looking to implement the ShareSdk for an iOS app. And it needs these parameters:
#define SHKFacebookUseSessionProxy NO
#define SHKFacebookKey @""
#define SHKFacebookSecret ...
0
votes
2answers
149 views
Twitter Integration issue using sharekit in ios?
Am using sharekit sdk for twitter sharing it is working fine before suddenly from two days it was showing problem like "There was a problem to accessing Twitter" can any one have a idea to find out ...
0
votes
0answers
52 views
Sharekit SHKFacebook shareItem not work but SHKActionSheet work
I am install ShareKit using instruction 1 and 2
App for testing have one ViewController. If i try
[SHK setFavorites:[NSArray arrayWithObjects:@"SHKFacebook", nil] forType:SHKShareTypeURL];
SHKItem ...
0
votes
0answers
58 views
Sharekit (Facebook) integration issue in ObjectiveC?
I have tried to implement the ShareKit Sdk in objectiveC.
Refer this link to develop it
http://amandeepsinghmaan.blogspot.in/2012/04/share-kit-is-widely-used-in-ios.html
Finally i have run the ...
0
votes
3answers
40 views
Sharekit - ndefined symbols for architecture i386:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_EvernoteSession", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_SHK", referenced from:
objc-class-ref in AppDelegate.o
...
1
vote
0answers
34 views
for sharekit error [closed]
Error: Class method +pushOnFavorites:forItem: not found (return type
defaults to 'id')
- (void)loadItem:(SHKItem *)i
{
[SHK pushOnFavorites:[self sharerId] forItem:i];
// Create ...
1
vote
1answer
174 views
sharekit gives warnings regarding conforming. Should I ignore it?
I got the sharekit library at :
https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit
I followed all the instructions and now when I run my app, I get the following warning:
...
0
votes
2answers
263 views
Posting text to facebook using ShareKit on ios 5
I'm updating an existing IOS application that uses ShareKit to share to Facebook and Twitter. I've integrated ShareKit 2.0 and followed all the instructions. I have no problems sharing to Facebook ...
0
votes
1answer
34 views
Sharekit 2.0 Twitter send several images at once
Is there a way to send several images at once when using Sharekit 2.0 Twitter? By looking at docs it may seem that's not possible because when can share just one item at a time. I am correct? or ...
1
vote
1answer
53 views
how add sharekit action to a tableview cell?
I just added sharekit to my project. Is its action only possible by the use of "share" button in navigationbar? I have a table view and I would like to use the share action by pressing a cell. it is ...
-2
votes
1answer
81 views
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 ...
0
votes
0answers
139 views
Sharekit plugin for phonegap 2.1 or higher
I am developing a IOS + phonegap 2.5 application.
I need facebook and twitter sharing in it.
I have googled for it and I found Sharekit plugin for older version of phonegap.
I just wanted to know if ...
0
votes
0answers
36 views
Is anyone else facing problems with share kit rotating images?
Seems like certain people I know using share kit to share images to Facebook is facing problems where images end up rotating. Anyone else who encounters this problem and knows a fix, please let me ...
1
vote
1answer
143 views
ShareKit assert: “ShareKit has been refactored to be used as Xcode subproject.”
I'm having trouble getting ShareKit 2.0 to work in my app. I've followed the latest installation instructions, creating a submodule for ShareKit, and tried cleaning and rebuilding, deleting and ...
2
votes
0answers
157 views
Posting images to Facebook/Twitter via Sharekit for Phonegap?
is it possible to share images from camera/gallery to Facebook/Twitter in a Phonegap app with the ShareKit plugin? Is it possible to do it with any other plugin? I see that Facebook Connect does not ...
0
votes
1answer
98 views
Facebook sharekit 2.0 troubles
- (void)authorize:(NSArray *)permissions {
self.permissions = permissions;
[self authorizeWithFBAppAuth:NO safariAuth:NO];
}
Ok, the above code is what I am trying to implement. But this code is ...
0
votes
0answers
30 views
Sharekit share without the sharekit popover
My user creates his/her message in a 'custom view', but if i use [SHKFacebook shareItem:item] I still get the 'default' sharekit popover with the message filled in.
Is it possible to not have this ...
0
votes
1answer
148 views
Share Picture on twitter with shareKit. A shorten URL is visible instead of actual attached image in tweet
I am using shareKit to share something on twitter. I successfully send tweet (only) text by using
SHKItem *item = [SHKItem text:@"sample tweet"];
[SHKTwitter shareItem:item];
I try to attach ...
0
votes
0answers
222 views
Sharekit: FBSession: an attempt was made reauthorize permissions on an unopened session
When i use [SHKFacebook shareItem:item] I get the following error:
FBSession: an attempt was made reauthorize permissions on an unopened session thrown.
I get the share dialog (After authorizing), ...
1
vote
0answers
195 views
How to share image with text to Facebook timeline using ShareKit?
I'm using ShareKit for sharing items to social networks. And I've faced with this issue. When posting to facebook in iOS5, using such code:
SHKItem * post;
post = [SHKItem image:imageView.image ...
0
votes
1answer
96 views
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 ...
0
votes
1answer
83 views
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:
...
0
votes
1answer
121 views
Sharekit not sharing link to Facebook [closed]
I have follwed the steps as specified in site
I am not able to share the link in facebook. Can anyone please help me.
0
votes
0answers
39 views
upload image to facebook wall after posting it to photos using sharekit 2.0
I'm trying to post image to facebook photos using sharekit:
SHKItem *item = [SHKItem image:image_ title:@""];
[SHKFacebook shareItem:item];
Everything works fine but normally when you post photo ...
0
votes
0answers
47 views
Will removal of authenticated referral affect IOS application using sharekit?
I am using share kit to share images to facebook. I recently got a mail from facebook
February 2013 Breaking Changes
fix now 12 hours ago
Your app, APP NAME, needs to be updated for the February ...
0
votes
0answers
104 views
Share kit 2.0 demo app not run in iphone sdk
I have developed an app to share the photo with share kit 2.0.
But I am unable to use it .The demo app not have enough file.
So I have added more file in the store kit.And at the last I found an ...
0
votes
1answer
54 views
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?
1
vote
1answer
116 views
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 = ...
1
vote
3answers
134 views
App Size increasing
I have integrated sharekit in my iPhone Application.My app used to be around 1.5MB and all of a sudden it became 6.3 MB after integrating sharekit.And I am using only Twitter and Facebook Sharing.Is ...
0
votes
0answers
143 views
Xcode: iPhone - Create 'pop up' menu and share high score on Facebook/Twitter
Im trying to create a little pop up box that displays half the screen with the score obtained after a game round. How could I do this? It will have a label with the score and buttons to share score.
...



