I have tried the facebook connect latest sdk with the DemoApp it comes with, when the user touches the publish button, it sends a message that is typed in a uiwebview [loaded from FB],
[_facebook dialog:@"feed" andDelegate:self];
but I need to send some data from my app, not a typed message, so what can I use to send this strings from my app?
thanks a lot!