Vimeo integration to ios oauth 2.0
问题 We had vimeo integrated using oauth 1.0. Now its not working and have to use oauth 2.0. I found https://github.com/nxtbgthng/OAuth2Client. But do not understand how to use it for vimeo. Our earlier code was OADataFetcher *fetcher; consumer = [[OAConsumer alloc]initWithKey:[dicVimeoInfo objectForKey:@"ConsumerKey"] secret:[dicVimeoInfo objectForKey:@"ConsumerSecret"]]; NSURL *vimeoURL=[NSURL URLWithString:kVimeoRestURL]; OAToken *token=[[OAToken alloc]initWithKey:[dicVimeoInfo objectForKey:@