Skip to content

Commit

Permalink
adding readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolascormier committed Sep 23, 2010
1 parent efffd6b commit 92f5444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
@@ -0,0 +1,4 @@
ZTProxy* prox = [ZTProxy defaultProxy];
NSURLCredential* cred = [NSURLCredential credentialWithUser:@"XXX" password:@"XXX" persistence:NSURLCredentialPersistencePermanent];
[prox useCredential:cred];
NSLog(@"%@", [prox userFollowersWithUsername:@"bastian" withRange:NSMakeRange(1, 2)]);

0 comments on commit 92f5444

Please sign in to comment.