ideashower / ShareKit

Drop in sharing features for all iPhone and iPad apps
http://getsharekit.com
1.79k stars 375 forks source link

Text Parameter for FBConnect not working? #327

Open bchessin opened 12 years ago

bchessin commented 12 years ago

With this ShareKit it seems that FBConnect doesn't work with pre-filled stream dialogs. This is an issue for me because my app heavily relies on this. I know that they started to ignore the "message" parameter like they said here: https://developers.facebook.com/blog/post/510/

So how would I modify ShareKit to once again allow for a pre-filled message?

Thanks!

kirillsh commented 12 years ago

Faced with that problem too, would like to know how to fix it.

kirillsh commented 12 years ago

This trick helped me: I commented few strings in SHKFacebook.m, - (BOOL)send: // dialog.actionLinks = [NSString stringWithFormat:@"[{\"text\":\"Get %@\",\"href\":\"%@\"}]", // SHKEncode(SHKMyAppName), // SHKEncode(SHKMyAppURL)];

bchessin commented 12 years ago

So with that code, you can share pre-filled text?