NSURL(NXOAuth2) Category Reference
Declared in | NSURL+NXOAuth2.h NSURL+NXOAuth2.m |
Tasks
-
– nxoauth2_valueForQueryParameterKey:
returns the value of the first parameter on the query string that matches the key returns nil if key was not found
Instance Methods
nxoauth2_valueForQueryParameterKey:
returns the value of the first parameter on the query string that matches the key returns nil if key was not found
- (NSString *)nxoauth2_valueForQueryParameterKey:(NSString *)key
Discussion
returns the value of the first parameter on the query string that matches the key returns nil if key was not found
Declared In
NSURL+NXOAuth2.h