Arthur Wang
Arthur Wang
I really need this feature, too.
用豆瓣读书的笔记功能?只是申请的时候必须要给老赵豆瓣账号了 -。- @JeffreyZhao 还要去声明这不是豆瓣的营销活动。。。。
for anyone else who got the same problem, i found it's Linkedin append an anchor to redirect_url. And `- (NSString *)extractGetParameter: (NSString *) parameterName fromURLString:(NSString *)urlString` made mistake. ``` [fg214,57,30;2016-08-29...
fix is quite straight forward as well ``` objective-c - (NSString *)extractGetParameter: (NSString *) parameterName fromURLString:(NSString *)urlString { NSMutableDictionary *mdQueryStrings = [[NSMutableDictionary alloc] init]; urlString = [[urlString componentsSeparatedByString:@"#"] objectAtIndex:0]; urlString...
@honkmaster yes, please :smile:
Take a look of README file, since the mlmodel could be very large, I didn't put it in git repo