removed unnecessary files and finally got complete OAuth in JS working
This commit is contained in:
parent
65ca64c505
commit
82e9c1a369
10 changed files with 23 additions and 272 deletions
|
@ -65,5 +65,13 @@
|
|||
return [d objectForKey:@"screenName"];
|
||||
}
|
||||
|
||||
+ (BOOL)isSelectorExcludedFromWebScript:(SEL)aSelector {
|
||||
return NO;
|
||||
}
|
||||
|
||||
+ (BOOL)isKeyExcludedFromWebScript:(const char *)name {
|
||||
return NO;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
|
Reference in a new issue