无法在iphone中使用Sharekit共享链接

时间:2011-04-08 13:37:11

标签: iphone objective-c ios facebook sharekit

我正在使用sharekit来使用facebook

现在在这里..

我想在facebook中“分享链接”,我在sharekit文档中找到了这种方式

  // Create the item to share (in this example, a url)
NSURL *url = [NSURL URLWithString:@"http://getsharekit.com"];
SHKItem *item = [SHKItem URL:url title:@"ShareKit is Awesome!"];

// Share the item
[SHKFacebook shareItem:item];

但我不知道这不起作用..我能看到打开的Facebook页面,但此链接未在我的Facebook页面中共享。

谁能告诉我解决方案?

2 个答案:

答案 0 :(得分:4)

您是否更改了配置文件?

您需要在配置中设置正确的密钥和密码。

答案 1 :(得分:2)

您只需要在SHKConfig.h文件中填写这些详细信息

#define SHKFacebookKey              @""
#define SHKFacebookSecret           @""
#define SHKFacebookSessionProxyURL  @""