i download facebook sdk from this link https://developers.facebook.com/ios/ in this some sample projects are present from which hackbook full fill my needs but when i add files in my project and after calling this line compile error comes
Facebook *ff = [[Facebook alloc] initWithAppId:@"my_app_ID" andDelegate:self];
compiler says some thing like this "_sqlite3_open_v2", referenced from"
please help me i just want to post status on facebook any help please ....