Skip to content

Language & Facebook #248

@blastStu

Description

@blastStu

Hi,
Thanks for ShareKit, it looks rather awesome. I'm having some troubles setting up though.

  1. It's all in German! I'm running the emulator. Is there a setting somewhere, or is this part of the XCode project?

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions