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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -