开发者

Sharekit provides full facebook interface - but I just want a user post form!

开发者 https://www.devze.com 2023-03-05 06:36 出处:网络
OK - I\'ve got sharekit working well, but when I connect to facebook - the actual share page doesn\'t come up - just the full facebook mobile facebook site.

OK - I've got sharekit working well, but when I connect to facebook - the actual share page doesn't come up - just the full facebook mobile facebook site.

Anyone experience something similar? Do I need to call it differently?

I've tried this:

[SHKFacebook shareImage:imageView.image title:@"I found a trolley!"];   

and I've tried this:

UIImage *image = imageView.image;
SHKItem *item = [SHKItem image:image title:@"I found a lost trolley!"];

[SHKFacebook shareItem:item];

What I really want is a "post to wall" share.

Thanks in advan开发者_StackOverflow社区ce for any assistance.

Kolya


Make sure you're using the development branch of ShareKit/ShareKit which will then use SHKFacebookForm to post item's of type SHKShareTypeText.


Are you sure you have everything set in SHKConfig.h file? I've been having few issues like this until I set the SHKConfig.h file properly.

0

精彩评论

暂无评论...
验证码 换一张
取 消