Hi,
Thanks for ShareKit, it looks rather awesome. I'm having some troubles setting up though.
-
It's all in German! I'm running the emulator. Is there a setting somewhere, or is this part of the XCode project?
-
I've setup Facebook as far as I can. I've added the SHKFacebookKey and SHKFacebookSecret params, but don't have a SHKFacebookSessionProxyURL parameter. When I go to share something, I click the Facebook button, I get login etc. Then I get a screen saying that the content was shared to Facebook.. however it's not there in my feed. This is the code I'm using:
UIImage *screenshotImage = UIGraphicsGetImageFromCurrentImageContext();
SHKItem *picItem = [SHKItem image:screenshotImage title:@"test"];
// Get the ShareKit action sheet
SHKActionSheet *actionSheet = [SHKActionSheet actionSheetForItem:picItem];
// Display the action sheet
[actionSheet showFromToolbar:toolbar];
This works for email fine.
Any help would be great, thanks.
S.
Hi,
Thanks for ShareKit, it looks rather awesome. I'm having some troubles setting up though.
It's all in German! I'm running the emulator. Is there a setting somewhere, or is this part of the XCode project?
I've setup Facebook as far as I can. I've added the SHKFacebookKey and SHKFacebookSecret params, but don't have a SHKFacebookSessionProxyURL parameter. When I go to share something, I click the Facebook button, I get login etc. Then I get a screen saying that the content was shared to Facebook.. however it's not there in my feed. This is the code I'm using:
This works for email fine.
Any help would be great, thanks.
S.