Skip to content

Commit

Permalink
change of the url to https from http, due to api change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmbiscuits committed Oct 12, 2011
1 parent 25dcf41 commit 7c6f70f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ - (IBAction)go {
// JSON documents.
parser.supportMultipleDocuments = YES;

NSString *url = @"http://stream.twitter.com/1/statuses/sample.json";
NSString *url = @"https://stream.twitter.com/1/statuses/sample.json";

NSURLRequest *theRequest=[NSURLRequest requestWithURL:[NSURL URLWithString:url]
cachePolicy:NSURLRequestUseProtocolCachePolicy
Expand Down

0 comments on commit 7c6f70f

Please sign in to comment.