Hey everyone,
I'm trying to access the API of delicious. You can access a JSON list
just by using the URL http://feeds.delicious.com/v2/json/.
So I tried to access that result from within cocoa code. Here's my try:
NSURL *url = [NSURL URLWithString:@"http://feeds.delicious.com/v2/
json/"];
N
Hey everyone,
I'm trying to access the API of delicious. You can access a JSON list
just by using the URL http://feeds.delicious.com/v2/json/.
So I tried to access that result from within cocoa code. Here's my try:
NSURL *url = [NSURL URLWithString:@"http://feeds.delicious.com/v2/
json/"];
N