Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 26a2afe

Browse files
committed
Merge pull request SBJson#102 from mmmbiscuits/patch-1
change of the url to https from http, due to api change
2 parents 25dcf41 + 7c6f70f commit 26a2afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/TweetStream/TweetStream/TweetStreamViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ - (IBAction)go {
6767
// JSON documents.
6868
parser.supportMultipleDocuments = YES;
6969

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

7272
NSURLRequest *theRequest=[NSURLRequest requestWithURL:[NSURL URLWithString:url]
7373
cachePolicy:NSURLRequestUseProtocolCachePolicy

0 commit comments

Comments
 (0)