如何解决错误:"帖子的操作链接必须是有效的URL"

Nic*_*ell 2 facebook sharekit

使用最新版本的ShareKit发布如下URL:

[SHKFacebook shareURL:[NSURL URLWithString:@"http://www.google.com"]];
Run Code Online (Sandbox Code Playgroud)

导致显示以下错误消息(在Web视图中):

Application response error
The post’s action links must be valid URLs. You can see this because you are one of the developers of the app.
Run Code Online (Sandbox Code Playgroud)

这个错误信息真正意味着什么,(更重要的是)如何解决?

Nic*_*ell 5

如果'SHKConfigMyAppURL'不是有效的URL,则会出现此问题.