I'm going over the net over and over and can fin a good answer to my question. first of all - Is it possible to post automatically to Facebook with shareKit ?! - for my understanding it is possible, so why it not in the shareKit documentation ? - well, if its possible - how can i do it ? its not suppose to be so hard.. i just wrote it this way:
NSString* shareString=[NSString stringWithFormat:@"i just start to use Waker"];
SHKItem* item=[SHKItem text:shareString];
[SHKFacebook shareItem:item];
but it keeps loading the dialog after login. Thanks all. Amir.