ESSVideoShare-for-OS-X-Lion icon indicating copy to clipboard operation
ESSVideoShare-for-OS-X-Lion copied to clipboard

A framework for OS X Lion (and later) and iOS to implement publishing videos to YouTube, Vimeo, Facebook and Flickr with ease

Results 9 ESSVideoShare-for-OS-X-Lion issues
Sort by recently updated
recently updated
newest added

Do you know how to search videos in vimeo?

hi, thanks for your good work with this project. am having lot of trouble getting it to work for youtube. it was working well prior to ios7. now it is...

[[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.

Hi is it possible to upload a video from my iphone app to Vimeo or Youtube by using my app credentials? (user will not be required to have a 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...

In IOS test demo, I am able to upload video, every things runs fine, no crashes but it does not show up in my video section of youtube, even after...

Can you offer an true, praticable uploading example of “Vimeo”. iphone version. thanks.

Hi, Many thanks for a much useful library. Good news: 1. Facebook - I obtained the key and was able to upload to FB just fine - went perfectly within...

This is shown in the web view, but once "Okay" is clicked the sign in prompt appears.