Sharing video on Facebook fails
I am sharing a video on Facebook using Facebook SDK 3.1.1. I have mentioned the code here. FBRequestConnection *newConnection = [[FBRequestConnection alloc] init]; // for each fbid in the array, we create a request object to fetch // the profile, along with a handler to respond to the results of the request NSString *fbid = @"me"; // create a handler block to handle the results of the request for fbid's profile FBRequestHandler handler = ^(FBRequestConnection *connection, id result, NSError *error) { // output the results of the request [self requestCompleted:connection forFbID:fbid result