it will be just like repeated question on first look but it is not please read it till the end.
I can able to post images using the fb graph api.
1) I am able to post photos but it takes around 2 to 2.5 minites how to optimize it ie how to make it will take lesser time? 2) during the posting it give me nslog on ever 10 seconds like this
void SendDelegateMessage(NSInvocation*): delegate (webView:resource:didFinishLoadingFromDataSource:) failed to return after waiting 10 seconds. main run loop mode: _kCFURLConnectionPrivateRunLoopMode
how to code so i dont get this log?
My code for calling fb graph is from this example