iPhone-Facebook-Graph-API icon indicating copy to clipboard operation
iPhone-Facebook-Graph-API copied to clipboard

Application crashed on ios 5

Open tmartiro opened this issue 14 years ago • 2 comments

Hello,

Application crashed when I'm trying to compile for ios5.

The problem was in method "data_reply = [NSURLConnection sendSynchronousRequest:request returningResponse:&response error:&err];" in FbGraph.m file.

Solution: Before calling this method declare the following variables as nill NSURLResponse *response = nil; NSError *err =nil;

Thanks for api, Tigran Martirosyan [email protected]

tmartiro avatar Nov 04 '11 08:11 tmartiro

@tmartiro: Many Thanks for the suggested change. Crash while posting image to FB got resolved,

ghost avatar Dec 20 '11 04:12 ghost

many thanks

chappanagavendra avatar Apr 20 '12 10:04 chappanagavendra