facebook - iPhone New Facebbok SDK . post to wall not coming -
my code running in simulator(evn after implementing new facebook sdk).
but when checked in device, code running,
but post wall not coming.
please help.
i had problem , solved it, if use using method: [nsurlconnection sendsynchronousrequest:request returningresponse:&response error:&err];" in fbgraph.m file.
then before calling method declare following variables nil nsurlresponse *response = nil; nserror *err =nil;
Comments
Post a Comment