I get an error saying:
"no visible @interface for 'NSData' declares the selector 'JSONValue'"
??
It happens when I have a data stream (NSDAta) NSDictionary * dict = [data JSONValue];
I have only the SBJson files that came with the facebook SDK. Can someone help me understand what is happening.