Results 14 issues of jasu

In the current version, an error will occur. In August, but the downloaded version did not have this problem. What problem? The link below is a problem SimpleVideoFileFilter project file....

[[NSUserDefaults standardUserDefaults] setObject:[NSDictionary dictionaryWithObjectsAndKeys:name,@"username",self._authToken,@"authToken", nil] forKey:@"essyoutubeauth"]; In the above code, an error will occur. What problem? I can not login to YouTube.

NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://www.facebook.com/dialog/oauth?client_id=%@&response_type=token&scope=publish_stream&display=touch&redirect_uri=https://www.facebook.com/connect/login_success.html",self.appID]]; ``` NSMutableURLRequest *req = [NSMutableURLRequest requestWithURL:url cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:60.0]; UIWebView *webView = (UIWebView *)self.view; webView.delegate = self; [webView loadRequest:req]; ``` //// Returns the message: SECURITY...

Even if you rotate the device orientation, the preview screen will be fixed in portrait orientation. Even if you take a picture, the result is the same problem. Is there...